Module: PragmaticSegmenter::Languages::Common::DoublePunctuationRules

Defined in:
lib/pragmatic_segmenter/languages/common.rb

Constant Summary collapse

FirstRule =
Rule.new(/\?!/, '☉')
SecondRule =
Rule.new(/!\?/, '☈')
ThirdRule =
Rule.new(/\?\?/, '☇')
ForthRule =
Rule.new(/!!/, '☄')
All =
[ FirstRule, SecondRule, ThirdRule, ForthRule ]