Using other language models with Stanford Core NLP

*爱你&永不变心* 提交于 2020-01-25 00:57:13

问题


I want to use a Dutch model for named entity recognition with Core NLP.

I have found a pre-trained model from OpenNLP, but it doesn't seem to be interoperable with CoreNLP.

Why is that? Can we still use Core NLP with other languages than English, Chinese and Spanish?


回答1:


CoreNLP currently does not support Dutch. There are some components which work for German and Arabic, but the pipeline is currently only for English, Chinese and Spanish. You can retrain our NER model on the same conllx data, but we have not done this.

The OpenNLP models are not compatible with CoreNLP.



来源:https://stackoverflow.com/questions/29832506/using-other-language-models-with-stanford-core-nlp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!