mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-24 09:51:38 +00:00
updated word_frequency docstring for Chinese
Former-commit-id: 01b286e801
This commit is contained in:
parent
8be9d15a80
commit
b787d9104e
@ -266,7 +266,7 @@ def word_frequency(word, lang, wordlist='combined', minimum=0.):
|
||||
individual tokens.
|
||||
|
||||
It should be noted that the current tokenizer does not support
|
||||
multi-character Chinese terms.
|
||||
multi-word Chinese phrases.
|
||||
"""
|
||||
args = (word, lang, wordlist, minimum)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user