32-bit Windows FreeLing 4.1 available?

Submitted by GregReese on Mon, 05/06/2019 - 20:54
Forums

The GitHub page https://github.com/TALP-UPC/FreeLing/releases has 64-bit binaries for Windows. Are there any 32-bit binaries available?
Thanks.
Greg Reese

Hello,

First of all, I appologize for my english.

I am new Freeling user.

So in this moment i am trying to install it.

But I have a problem executing the "Build FreeLing" commands.

The command that i use is:

cmake .. -DCMAKE_INSTALL_PREFIX=C:\FreeLing\freeling -DZLIB_ROOT=C:\zlib-1.2.11 -DBOOST_ROOT=C:\zlib-1.2.11\build\%FLINSTALL%\boost\ -DICU_ROOT=C:\zlib-1.2.11\build\%FLINSTALL%\icu -G "NMake Makefiles"

Basicly the error message is this one:

CMake Error: The source directory "C:/FreeLing/freeling" does not appear to contain CMakeLists.txt.

Could you help me to understand wath is wrong.

You are in the wrong folder, or referencing the wrong folder

".." means "the folder one level up the current one".  If you are not in a folder under main freeling source, you should be.  Also, do not mix source and installation (e.g. if "C:\FreeLing/freeling" is the folder where you uncompressed the source, it is a very bad idea to use it as installation location.

All this is described in the user manual. Read carefully the instructions, specially all that respects paths and folders.