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
Certain words has common prefix, this is due to the natural of Wikipedia.
I suggest at least use it as a hint to split the word into multiple words, and reduce the number of "non-word" phrase.
The text was updated successfully, but these errors were encountered:
I think adding a blacklist of suffix might be a way for this, like we already filtered out "列表" in #3. we can add "登场人物" too.
Sorry, something went wrong.
Attempt to filter out words with long common suffix that's already in…
83c721e
… the dict (#6)
b28978a
… the dict (felixonmars#6)
No branches or pull requests
Certain words has common prefix, this is due to the natural of Wikipedia.
I suggest at least use it as a hint to split the word into multiple words, and reduce the number of "non-word" phrase.
The text was updated successfully, but these errors were encountered: