stanford-corenlp

Java NLP toolkit for tokenization, POS tagging, and parsing

brewmacoslinux
Try with needOr install directly
Source

About

Java suite of core NLP tools

Commands

corenlp

Examples

Start the CoreNLP server on default port 9000$ corenlp -port 9000
Process text file with annotators for tokenization and POS tagging$ echo 'The quick brown fox jumps.' | corenlp -annotators tokenize,pos
Run CoreNLP with dependency parsing and named entity recognition$ corenlp -annotators tokenize,pos,ner,parse -file input.txt