Class: PragmaticSegmenter::Languages::Persian::Punctuation

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

Constant Summary collapse

PUNCT =
['?', '!', ':', '.', '؟']

Instance Method Summary collapse

Instance Method Details

#punctObject



41
42
43
# File 'lib/pragmatic_segmenter/languages/persian.rb', line 41

def punct
  PUNCT
end