Sha256: e66c1f33dd97a473cba0f0b9b702c0bd084118b909f00773fb0ee50fcfc33707
Contents?: true
Size: 218 Bytes
Versions: 21
Compression:
Stored size: 218 Bytes
Contents
# -*- encoding : utf-8 -*- module PragmaticSegmenter # This class holds the punctuation marks. class Punctuation PUNCT = ['。', '.', '.', '!', '!', '?', '?'] def punct PUNCT end end end
Version data entries
21 entries across 21 versions & 1 rubygems