apache-opennlp

Machine learning toolkit for natural language processing tasks

brewmacoslinux
Try with needOr install directly
Source

About

Machine learning toolkit for processing natural language text

Commands

opennlp

Examples

Tokenize text using the English tokenizer model$ opennlp TokenizerME en-token.bin < input.txt
Perform named entity recognition to identify persons, locations, organizations$ opennlp namefind en-ner-person.bin < input.txt
Part-of-speech tagging to identify grammatical roles of words$ opennlp POSTagger en-pos-maxent.bin < input.txt