Skip to content
New issue

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

对于中文数量词改如何切分? #7

Closed
a198720 opened this issue May 6, 2015 · 2 comments
Closed

对于中文数量词改如何切分? #7

a198720 opened this issue May 6, 2015 · 2 comments

Comments

@a198720
Copy link

a198720 commented May 6, 2015

这是我的切分例子:
未分词:十九元套餐包括什么
标准分词:[十/m, 九/b, 元/q, 套餐/n, 包括/v, 什么/ry]
智能分词:[十/m, 九/b, 元/q, 套餐/n, 包括/v, 什么/ry]
索引分词:[十/m, 九/b, 元/q, 套餐/n, 包括/v, 什么/ry]

理想效果:
[十九元/mq, 套餐/n, 包括/v, 什么/ry]

@hankcs
Copy link
Owner

hankcs commented May 6, 2015

@hankcs
Copy link
Owner

hankcs commented May 6, 2015

另外,由于我修改了data/dictionary/CoreNatureDictionary.txt,所以需要删除缓存data/dictionary/CoreNatureDictionary.txt.bin才能生效。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants