Sha256: e7b41333caaf1d8d62179313a4c71918e349383a79816f38658f112dcaae321f

Contents?: true

Size: 285 Bytes

Versions: 7

Compression:

Stored size: 285 Bytes

Contents

module RsegFilter
  class Conjunction
    @@conjunctions = %W(给 的 说 对 在 和 是 被 最 所 那 由 这 有 将 你 会 与 他 为 不 没 很 了 啊 哦 呵 把 去 从)

    def self.filter(char)
      @@conjunctions.include?(char) ? :conjunction : char
    end
  end
end

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
rseg_harry-0.0.4 lib/filters/conjunction.rb
rseg_harry-0.0.3 lib/filters/conjunction.rb
rseg_ggharry-0.0.2 lib/filters/conjunction.rb
rseg_ggharry-0.0.1 lib/filters/conjunction.rb
rseg-ggharry-0.0.1 lib/filters/conjunction.rb
rseg-0.1.7 lib/filters/conjunction.rb
rseg-0.1.6 lib/filters/conjunction.rb