when we are using server mode it take too much time and never stop the task
also when i am using in MSVC 10 i am getting problem in executing sample.py file for python
FL 4.0 stable is available.
You don't need to use beta anymore.
Also, FL 4.0 source includes MSVC projects to compile in windows, but you need MSVC 13 or newer.
Sample.py is python. You need to build the python API to use it.
Server mode in windows does not work properly, because server uses linux fork(), not available on windows. Thus, the server stops after first client.
Just a reminder:
- FreeLing is a linux-based project. Windows support is partial.
If you want to contribute with fixes, msvc project files, or
any other kind of code, you'll be very welcome
- FreeLing is a library: "analyzer" is just a demo program, and "server mode" is
also just an example to show that FreeLing can run as a server.
They are not intended for production use.
"out-of-the-box" means that it is a package that is already bundled and ready to run without compilation or complex installation steps, but that you can not modify the code (since it is already compiled).
However, since FreeLing separates code and data, you can modifiy the data files to adapt the behaviour to your needs. Look for packages `freeling-4.0-win32.zip` or `freeling-4.0-win64.zip` in the download section.
Analyzer
Analyzer is easy to configure but not understandable every easily for example the value it is giving
FL4.0 windows support is better
Windows compilation for 3.x is difficult. I'd recommend to use FL4.0
Among other things you may need to read, the user manual povides details about how to use "analyzer" and about the PoS tags produced in the output.
FL4.0 downloading problem
Many time i try to install FL4.0 beta version problem in downloading
server mode
when we are using server mode it take too much time and never stop the task
also when i am using in MSVC 10 i am getting problem in executing sample.py file for python
FL 4.0 stable is available.
FL 4.0 stable is available.
You don't need to use beta anymore.
Also, FL 4.0 source includes MSVC projects to compile in windows, but you need MSVC 13 or newer.
Sample.py is python. You need to build the python API to use it.
Server mode in windows does not work properly, because server uses linux fork(), not available on windows. Thus, the server stops after first client.
Just a reminder:
- FreeLing is a linux-based project. Windows support is partial.
If you want to contribute with fixes, msvc project files, or
any other kind of code, you'll be very welcome
- FreeLing is a library: "analyzer" is just a demo program, and "server mode" is
also just an example to show that FreeLing can run as a server.
They are not intended for production use.
Thank you
Thank you for your reply sir really helpful tips given ll definitely work on it
i dont have msvc 13 or later
i dont have msvc 13 or later version i am using msvc 10 which version of FL is suitable for msvc10 windows 7 am using as OS
FL 4 requires msvc 13
FreeLing 4 requires msvc 13, because it has a lot of C++11 code
If you have msvc 10, then you need to use FL 3.1.
out-of-the-box analyzer
OPTION (A). Install FreeLing on Windows from a binary package.
Use this option if you only want to use FreeLing as an out-of-the-box analyzer
or as an external library.
What do this mean out-of-the-box analyzer
out-of-the-box meaning
"out-of-the-box" means that it is a package that is already bundled and ready to run without compilation or complex installation steps, but that you can not modify the code (since it is already compiled).
However, since FreeLing separates code and data, you can modifiy the data files to adapt the behaviour to your needs. Look for packages `freeling-4.0-win32.zip` or `freeling-4.0-win64.zip` in the download section.