Why does normalizedNER for dates in my local stanford corenlp server doesn't display correctly

风格不统一 提交于 2019-12-12 03:37:42

问题


I have cloned the latest version of stanfordnlp from github. I'm trying to get proper NER for dates like 1990s, 19th century, etc.

the corenlp demo server displays the dates properly. For eg. 19th century returns NER as 18XX

but on my server 19th century returns NER as 19****19

Am I using the wrong model or something else. any ideas? The model that I'm using is stanford-english-corenlp-2016-01-10-models.jar and stanford-english-corenlp-models-current.jar

来源:https://stackoverflow.com/questions/39325657/why-does-normalizedner-for-dates-in-my-local-stanford-corenlp-server-doesnt-dis

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