We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
169行的 if i + j > tokens_len: 这个无法扫描到句子最后的ngram 是不是应该修改为 if j > tokens_len:
The text was updated successfully, but these errors were encountered:
哪个文件?
Sorry, something went wrong.
pycorrector/pycorrector/utils/tokenizer.py
No branches or pull requests
169行的 if i + j > tokens_len:
这个无法扫描到句子最后的ngram
是不是应该修改为 if j > tokens_len:
The text was updated successfully, but these errors were encountered: