freeling

Natural language processing suite for morphological analysis and parsing

brewmacoslinux
Try with needOr install directly
Source

About

Suite of language analyzers

Commands

analyzetrain-taggertrain-nerc

Examples

Analyze text file with default settings$ analyze -f config.cfg < input.txt > output.xml
Process Spanish text with language-specific configuration$ analyze -f es.cfg --flush < spanish_text.txt
Perform morphological analysis and dependency parsing$ echo 'The quick brown fox' | analyze -f en.cfg