The default mode will launch a stand-alone analyzer, which will load
the configuration, read input from stdin, write results to stdout,
and exit.
E.g.:
analyze -f en.cfg <myinput >myoutput
When the input file ends, the analyzer will stop and it will have to be reloaded again to process a new file.
The above command is equivalent to:
LD_LIBRARY_PATH
variable contains the
directory where FreeLing libraries are installed (e.g. /usr/local/lib).
analyzer -f /usr/local/share/freeling/config/en.cfg <myinput >myoutput