Skip to content

Commit

Permalink
Delete unused variable from longest
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Jan 11, 2025
1 parent cae175c commit 3aa57c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pythainlp/tokenize/longest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
_TRAILING_CHAR = ["ๆ", "ฯ"]

_RE_NONTHAI = re.compile(r"[A-Za-z\d]*")
_RE_SPACES = re.compile(r"\s+")

_KNOWN = True
_UNKNOWN = False
Expand Down

0 comments on commit 3aa57c6

Please sign in to comment.