Skip to content

Commit d8d22f6

Browse files
committed
fix: CI error 3
1 parent ef44e60 commit d8d22f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythainlp/tokenize/longest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,3 @@ def segment(text: str, custom_dict: Trie = DEFAULT_WORD_DICT_TRIE) -> List[str]:
172172
_tokenizers[custom_dict_ref_id] = LongestMatchTokenizer(custom_dict)
173173

174174
return _tokenizers[custom_dict_ref_id].tokenize(text)
175-
# return LongestMatchTokenizer(custom_dict).tokenize(text)

0 commit comments

Comments
 (0)