I am trying to extract list of persons and organizations using Stanford Named Entity Recognizer (NER) in Python NLTK. When I run:
from nltk.tag.stanford impo
WARNING: Even if u get this model "all.3class.distsim.crf.ser.gz" please dont use it because
For this model stanford nlp people have openly appologized for bad accuracy
It has bad accuracy becase it is case sensitive .
use the model called "english.all.3class.caseless.distsim.crf.ser.gz"