We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae175c commit 3aa57c6Copy full SHA for 3aa57c6
pythainlp/tokenize/longest.py
@@ -38,7 +38,6 @@
38
_TRAILING_CHAR = ["ๆ", "ฯ"]
39
40
_RE_NONTHAI = re.compile(r"[A-Za-z\d]*")
41
-_RE_SPACES = re.compile(r"\s+")
42
43
_KNOWN = True
44
_UNKNOWN = False
0 commit comments