Simple command-line api for the TRIPS web parser
Installation:
git clone http://github.com/mrmechko/trips-web
cd trips-web
pip install .
trips-web -h
trips-web "This is a test sentence." > parse.json
If you wish to define a configuration file in json, just set each parameter in a json dict, replacing any dashes (-) with underscores (_).
trips-web [commands] --dump
returns a json document with the configuration instead of the parse.