lib/pragmatic_segmenter/languages/amharic.rb in pragmatic_segmenter-0.3.5 vs lib/pragmatic_segmenter/languages/amharic.rb in pragmatic_segmenter-0.3.6

- old
+ new

@@ -3,8 +3,12 @@ module Amharic include Languages::Common SENTENCE_BOUNDARY_REGEX = /.*?[፧።!\?]|.*?$/ Punctuations = ['።', '፧', '?', '!'] + + class AbbreviationReplacer < AbbreviationReplacer + SENTENCE_STARTERS = [].freeze + end end end end