Class: PragmaticSegmenter::Languages::Hindi::Punctuation

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#punctObject



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

def punct
  PUNCT
end