Closed dandelionred closed 7 years ago
Yes the online demo is using an older model. At some point I should probably disable all of these older online demos from the past, because the real online demo is at: http://corenlp.run
As for the new model's error on this example, we are working on a new ner system which will hopefully not perform incorrectly on an example like this.
In general we believe the newer model is more accurate. For example, here's a headline that the new model gets right that the old model didn't:
Star nurse Sue nominated for top accolade
But neither model is always going to be correct, and this tagging of "HAHAHAHAHA" is clearly unfortunateā¦.
I wonder why results at http://nlp.stanford.edu:8080/ner/ differ from those by the stanford-ner-2016-10-31 cli tool?
For example test string=HAHAHAHAHA
The online tool detects nothing with the 3-class classifier while the cli tool detects something
Trying different samples I see the online tool performs better than the cli one.
Is it because the online tool's english.all.3class.distsim.crf.ser.gz model differs from the one bundled with stanford-ner-2016-10-31?