Class: RsegFilter::Conjunction
- Inherits:
-
Object
- Object
- RsegFilter::Conjunction
- Defined in:
- lib/filters/conjunction.rb
Constant Summary collapse
- @@conjunctions =
%W(给 的 说 对 在 和 是 被 最 所 那 由 这 有 将 你 会 与 他 为 不 没 很 了 啊 哦 呵 把 去 从)
Class Method Summary collapse
Class Method Details
.filter(char) ⇒ Object
6 7 8 |
# File 'lib/filters/conjunction.rb', line 6 def self.filter(char) @@conjunctions.include?(char) ? :conjunction : char end |