-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have problem using -l option #31
Comments
Hi tina123147, nersuite may be reading Gellus.txt file as input data too. For example, 1) using the following Gellus.txt file: If you still have a problem, please let me know. |
Hi priancho, I tried your advice to move ~/train/Gellus.txt to it's still the same problem that it works when I use "nersuite learn -m ~/models/train1.m < ~/train/data.nersuite", but did not work for "nersuite learn -m ~/models/train11.m -l ~/Gellus.txt" though they are the same file in different ways. Actually, this problem(stop at feature extraction process) happens when I use command "nersuite learn -m ~/models/train1.m ~/train/data.nersuite" without "<". Thanks |
Hi tina123147, I looked at the source code and found that -l option is not properly handled. I will fix this bug soon, but as a quick solution, can you please merge input data and use standard input or -f option? Best wishes, |
Ok, Could you please inform me when you fix this problem? |
It is successful when I train one file by using command "nersuite learn -m ~/models/train1.m < ~/train/data.nersuite". But when I try to train NER for a list of files by -l option, there have some problems.
I create Gellus.txt to store the relative path and both .nersuite files and Gellus.txt are under ~/train.
When I use command "nersuite learn -m ~/models/train1.m -l ~/train/Gellus.txt ", it stop in "start feature extraction".
I saw the former question about -l option, so I try this "sudo nersuite learn -m ~/models/train1.m -l ~/train/Gellus.txt ", it shows " nersuite: error while loading shared libraries: libcrfsuite-0.12.so: cannot open shared object file: No such file or directory ". I use "echo $LD_LIBRARY_PATH" it shows " /usr/local/lib "
How can I deal with this problem? Thanks
The text was updated successfully, but these errors were encountered: