We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf20dc commit 70b2b81Copy full SHA for 70b2b81
pythainlp/tokenize/newmm.py
@@ -8,7 +8,6 @@
8
from marisa_trie import Trie
9
from collections import Counter, defaultdict
10
from pythainlp.corpus.thaiword import get_data
11
-import string as str
12
class LatticeString(str):
13
def __new__(cls, value, multi=None, in_dict=True):
14
''' Return a string instance
0 commit comments