Stand-alone mode

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:

  1. Define FREELINGSHARE variable to point to a directory with FreeLing data
    (e.g. /usr/local/share/freeling).
  2. Make sure the LD_LIBRARY_PATH variable contains the directory where FreeLing libraries are installed (e.g. /usr/local/lib).
  3. Locate the given configuration file in the current directory or in the FreeLing installation directories (e.g. /usr/local/share/freeling/config).
  4. Run the analyzer (final r) program:
    analyzer -f /usr/local/share/freeling/config/en.cfg <myinput >myoutput



Lluís Padró 2013-09-09