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

有关spaCy + sklearn与mitie+sklearn的问题 #36

Open
nacyzhaomin opened this issue Mar 2, 2018 · 8 comments
Open

有关spaCy + sklearn与mitie+sklearn的问题 #36

nacyzhaomin opened this issue Mar 2, 2018 · 8 comments

Comments

@nacyzhaomin
Copy link

您好~
最近看rasa_nlu官方文档,上面写pipline有多种选择方式,除了作者您描述的两种以外,有一种推荐是:
Best for most: spaCy + sklearn
问题是:这个组合+jieba能用来处理中文吗?不了解spaCy,所以想问问作者,当初为什么选择jieba+mitie+sklearn。而不是上面这种组合呢?谢谢

@crownpku
Copy link
Owner

crownpku commented Mar 2, 2018

这个项目做的时候,spacy是不支持中文的。spacy 2.0加入了对word embedding和深度学习模型的支持,但应该也仍然不支持中文。使用MITIE的原因是可以比较方便自己生成支持中文的embedding.

@luolitao
Copy link

rasa_nlu在12.0开始取消MITIE了,本项目下一步计划怎么办?

@HCIS2020
Copy link

HCIS2020 commented Jun 1, 2018

https://github.com/howl-anderson/Chinese_models_for_SpaCy

有位兄弟在搞SpaCy的中文模型,目前使用的是维基中文语料,不过目前还不支持NER, 但是RASA_NLU的pipline: spaCy + sklearn,测试中文是可以的。

@zymprogramer
Copy link

@HCIS2020 你是说用这个spaCy的中文模型可以运行rasa_nlu吗?

@howl-anderson
Copy link
Contributor

https://github.com/howl-anderson/Chinese_models_for_SpaCy 已经支持 NER, 同时也支持在 Rasa NLU 中使用。 @HCIS2020 @zymprogramer

@howl-anderson
Copy link
Contributor

@jingj5 SpaCy 官方已经支持了中文模型,直接使用官方的就好了

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

No branches or pull requests

7 participants
@howl-anderson @crownpku @zymprogramer @luolitao @HCIS2020 @nacyzhaomin and others