Java NLP toolkit for tokenization, POS tagging, and parsing
Java suite of core NLP tools
corenlp
$ corenlp -port 9000
$ echo 'The quick brown fox jumps.' | corenlp -annotators tokenize,pos
$ corenlp -annotators tokenize,pos,ner,parse -file input.txt