Class: PragmaticSegmenter::Languages::Arabic::Punctuation
- Inherits:
-
Punctuation
- Object
- Punctuation
- PragmaticSegmenter::Languages::Arabic::Punctuation
- Defined in:
- lib/pragmatic_segmenter/languages/arabic.rb
Constant Summary collapse
- PUNCT =
['?', '!', ':', '.', '؟', '،']
Instance Method Summary collapse
Instance Method Details
#punct ⇒ Object
64 65 66 |
# File 'lib/pragmatic_segmenter/languages/arabic.rb', line 64 def punct PUNCT end |