Sha256: d5899b9069f848968283e88eede63327d4e421e69163208109c193beda872e39
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
# encoding: utf-8 module RsegFilter class Conjunction @@conjunctions = %W(给 的 说 对 在 和 是 被 最 所 那 由 这 有 将 你 会 与 他 为 不 没 很 了 啊 哦 呵 把 去 从) def self.filter(char) @@conjunctions.include?(char) ? :conjunction : char end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harmonious_dictionary-0.0.1 | lib/harmonious_dictionary/filters/conjunction.rb |