freeling

Natural language processing toolkit for text analysis and linguistic annotation.

brewmacoslinux
Try with needOr install directly
Source

About

Suite of language analyzers

Commands

analyzersplitter

Examples

analyze text and extract parts of speech$ echo 'Hello world' | analyzer.sh --lang en
split sentences in a text file$ splitter.sh --lang en input.txt > output.txt
tokenize and lemmatize English text$ analyzer.sh --lang en --config analyzer.cfg < document.txt
process multiple languages in one file$ analyzer.sh --lang es input.txt
extract named entities from text$ analyzer.sh --lang en --output naf < corpus.txt