Execute FreeLing on MacOS
FreeLing provides a main program that allows to execute most of its capabilities. However, remember that FreeLing is a library and that many more functionalities are accessible writting your own main program.
The provided main program can be executed running the command:
FREELINGDIR/analyze -f en.cfg < myfile.txt
Where the folder FREELINGDIR is:
- If you installed from a binary package,
FREELINGDIRis/usr/local. - If you installed on Linux compiling from source,
FREELINGDIRis/usr/local, unless you specified a custom installation directory withCMAKE_INSTALL_PREFIX, in which caseFREELINGDIRis that directory.
Check FreeLing manual (https://talp-upc.gitbooks.io/freeling-user-manual/), section "Using the analyze script", to find out the parameters it accepts.
Note that the input text in myfile.txt must be UTF8 encoded.
You can also provide input from the terminal and end it with ctl-D.
See sections Execute FreeLing demo and Call FreeLing Library to find out more on how to use FreeLing.