Class: PragmaticSegmenter::Languages::Amharic::Punctuation

Inherits:
Punctuation
  • Object
show all
Defined in:
lib/pragmatic_segmenter/languages/amharic.rb

Constant Summary collapse

PUNCT =
['', '', '?', '!']

Instance Method Summary collapse

Instance Method Details

#punctObject



30
31
32
# File 'lib/pragmatic_segmenter/languages/amharic.rb', line 30

def punct
  PUNCT
end