Skip to content

Commit 8c4ecbb

Browse files
committed
Update clause_tokenize docs
1 parent 2f9bb3b commit 8c4ecbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythainlp/tokenize/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ def clause_tokenize(doc: List[str]) -> List[List[str]]:
3030
Tokenizes running word list into list of clauses (list of strings).
3131
Split by CRF trained on Blackboard Treebank.
3232
33+
**Warning**: *clause_tokenize* is no longer supported\
34+
and will be removed in version 5.1.
35+
3336
:param str doc: word list to be clause tokenized
3437
:return: list of clauses
3538
:rtype: list[list[str]]

0 commit comments

Comments
 (0)