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 a108ca9 commit 9d04bd2Copy full SHA for 9d04bd2
pythainlp/tokenize/core.py
@@ -49,8 +49,7 @@ def clause_tokenize(doc: List[str]) -> List[List[str]]:
49
def word_detokenize(
50
segments: Union[List[List[str]],
51
List[str]],
52
- output: str = "str"
53
-) -> Union[str, List[str]]:
+ output: str = "str") -> Union[str, List[str]]:
54
"""
55
Word detokenizer.
56
0 commit comments