Questions tagged [freeling]

11 questions
9
votes
1 answer

freeling error with python and java api: undefined symbol: _ZN5boost6system15system_categoryEv

I installed freeling in Ubuntu 13.10 and I'm trying to use either the python or java apis but I get an error whenever I try to: matias@matias-IdeaPad-U430-Touch:~/Programas/Tools/freeling/freeling-3.1/APIs/python$ ./sample.py
3
votes
0 answers

FreeLing as a python module on windows

I want to work with the tool FreeLing in Python. I was able to use it as a module on my ubuntu system, because the installation there is pretty easy. But now I need to make it work on Windows, because the end-users of the script only use Windows. I…
I.P.
  • 161
  • 1
  • 1
  • 10
2
votes
2 answers

Linking native .so in Google Dataproc Spark

I have a native library (Freeling), which I have compiled using cmake and make natively and installed through cluster startup actions (so, it should exist in master and each worker) Even so, I'm getting this error when calling…
efaj
  • 925
  • 1
  • 12
  • 23
1
vote
1 answer

Error compiling the first example code of FreeLing (C++)

I've installed 'freeling-4.2-focal-amd64.deb' on 'Linux Mint 20.3 Cinnamon' and also all the dependencies mentioned here: https://freeling-user-manual.readthedocs.io/en/v4.2/installation/requirements-linux/#install-dependencies I tried to compile…
1
vote
1 answer

FREELING error opening file tokenizer.dat

I am practicing with freeling using symbol system. When I want to analyze some text I use this code: analyzer -f es.cfg output.txt But this makes this error: TOKENIZER: Error opening file /es/tokenizer.dat I have looked for solutions…
user8208744
1
vote
2 answers

How to convert command line output from Freeling to consumable array

I am using Ruby for this. Freeling (a NLP tool) has a shallow parser which returns a string like this for the text "I just read the book, the grasshopper lies heavy" when I run a shallow parsing command. a = <
B A
  • 1,089
  • 2
  • 14
  • 24
1
vote
1 answer

Recognizing new words with Freeling

I'm using Freeling to analyse text in Spanish, but I have a question when it comes to customize the used dictionary. The specific example is that the word morelos is a singular masculine noun but is being split in two words and classified as…
Sergio HL
  • 53
  • 7
1
vote
2 answers

Freeling server shutdown

I'm currently trying to setup a client-server environment with Freeling. I can run the server without problems with the following launch command: analyzer -f %FREELINGSHARE%\config\it.cfg --lang it --server --port 3330 --flush --inpf plain However,…
Yuri Ricci
  • 31
  • 4
0
votes
2 answers

Freeling Python API working on sample, get Import error on other code

I'm trying out Freeling's API for python. The installation and test were ok, they provide a sample.py file that works perfectly (I've played around a little bit with it and it works). So I was trying to use it on some other python code I have, in a…
sophiet
  • 13
  • 7
0
votes
1 answer

Use Freeling with sentences without full stop at the end?

I have just started using Freeling, and I am using it to obtain the lemma form (get_lemma() ) and saving it on a string of some Spanish reviews I get from Google Maps API. Freeling works well with sentences that have full stop at the end (for…
Envy
  • 103
  • 1
  • 2
  • 9
0
votes
1 answer

LNK2019 - Using Freeling in VS2017

I am trying to use Freeling v4.1 - which is a Natural Language Processing library - in my C++ program This library depends on: Boost ZLib ICU Which all are installed Here is the Include…
Ken D
  • 5,880
  • 2
  • 36
  • 58