I downloaded stanford NER 3.4.1, unpacked it, and tried to run named entity recognition on a local file using the default (provided) trained model. I got this:
It turns out that the provided models use "distributional similarity features" that require a .clusters
file at a location specified in the compressed model file (tricky to change). If you're on the stanford network, presumably the required files are there. If not, I found two choices:
u/nlp/data/pos_tags_are_useless/
somewhere, egw4-reut.512.clusters
file there, cd /; sudo ln -s /u
.