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
eg: 字典为
media视频
要分词的内容为 mediamedia视频
mediamedia视频
分词结果为
[mediamedia 视 频] // 理想结果应该为 [media media视频]
这个行为是预期的么?
The text was updated successfully, but these errors were encountered:
瞎改了一下,貌似是可以了
Sorry, something went wrong.
还有英文和标点符号混合,比如网址: baidu.com 结果为 baidu . com
No branches or pull requests
eg:
字典为
要分词的内容为
mediamedia视频
分词结果为
这个行为是预期的么?
The text was updated successfully, but these errors were encountered: