CoreNLP
CoreNLP copied to clipboard
Question/Feature :: NER tag overwriting if its identified as other from one classifier but however identified correctly with next classifier, Is it possible with stanford core nlp???
I have a token which is recognized as others in some classifiers however the same token is identified as Person or Organization. In such a case the entity need to be identified whenever the first classifier detected as other.
example models used are ner.model = edu/stanford/nlp/models/ner/english.all.3class.distsim.crf.ser.gz,edu/stanford/nlp/models/ner/english.conll.4class.caseless.distsim.crf.ser.gz
Any Rule to be defined to overwrite the condition
In general it will overwrite O, but not other labels. After all, there's no easy way to distinguish the earlier or later model