mit-nlp / MITIE

MITIE: library and tools for information extraction
2.92k stars 537 forks source link

Undefined variable: ner_training_instance error #27

Closed d-kum closed 9 years ago

d-kum commented 9 years ago

hi. i am new to python and trying out MITIE Python API to train a named_entity_extractor. But i am getting Undefined variable: ner_training_instance error. How can i resolve that?

davisking commented 9 years ago

Try running the example programs in the examples folder. Those will definitely work.