问题
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