mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
updated word_frequency docstring for Chinese
Former-commit-id: 01b286e801
This commit is contained in:
parent
360f66bbaf
commit
532b953839
@ -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