use of freeling in cygwin

Submitted by aryaajit on Tue, 06/07/2016 - 13:36
Forums

i am using windows 10 and how can we run freeling using cygwin in windows platform

Cygwin is a bad idea, since it is difficult to set up all libraries needed by freeling.
If you want to do it anyway, building FreeLing in cygwin is the same than building it in linux. Follow cygwin tutorials to find ot how to install and compile code in cygwin.

But thake into account that FreeLing runs natively in windows, which makes things much easier: You can dowload binary packages, or compile it with MSVC with provided project files

Finally, another very easy option to run FreeLing in windows is using docker (https://www.docker.com/)
Check the directory APIs/docker in github: https://github.com/TALP-UPC/FreeLing/tree/master/APIs/docker