class PragmaticSegmenter::Languages::Kazakh::Processor
Constants
- ExclamationMarkFollowedByDashLowercaseRule
Rubular: rubular.com/r/lixxP7puSa
- QuestionMarkFollowedByDashLowercaseRule
Rubular: rubular.com/r/WRWy56Z5zp
Private Instance Methods
between_punctuation(txt)
click to toggle source
Calls superclass method
PragmaticSegmenter::Processor#between_punctuation
# File lib/pragmatic_segmenter/languages/kazakh.rb, line 24 def between_punctuation(txt) super(txt) Rule.apply(txt, QuestionMarkFollowedByDashLowercaseRule, ExclamationMarkFollowedByDashLowercaseRule) end