I am trying to use NLTK interface for Stanford NER in the python enviornment, nltk.tag.stanford.NERTagger.
from nltk.t
Just thought it would be worth mentioning that the import line is now:
from nltk.tag.stanford import StanfordNERTagger