mitie

Library and tools for named entity recognition and information extraction

brewmacoslinux
Try with needOr install directly
Source

About

Library and tools for information extraction

Commands

mitie

Examples

Extract named entities from text using MITIE$ mitie ner example.txt
Train a new named entity recognition model$ mitie train ner_model training_data.txt
Test a trained NER model on input text$ mitie test ner_model input.txt