crfpp
crfpp copied to clipboard
directory missing to run Java test
This is either a problem with the project setup or with documentation. After compiling the Java binding, running java test gives this error:
Exception in thread "main" java.lang.RuntimeException: feature_index.cpp(193) [mmap_.open(model_filename)] c:\workspace\crfpp\mmap.h(111) [hFile != INVALID_HANDLE_VALUE] CreateFile() failed: ../model
at org.chasen.crfpp.CRFPPJNI.new_Tagger(Native Method)
at org.chasen.crfpp.Tagger.<init>(Tagger.java:183)
at test.main(test.java:6)
The file test.java uses a hard-coded path, ../model, which does not exist. The documentation in the README file in the java directory also says to use -d ../dic, which not only does not exist, but is also ignored inside of the test file.
Hi @garfieldnate , I was plagued by this issue, please help. Since you had not encountered such a problem I suppose you has the file I don't. #33