taku910 / crfpp

CRF++: Yet Another CRF toolkit
Other
505 stars 192 forks source link

directory missing to run Java test #26

Open garfieldnate opened 8 years ago

garfieldnate commented 8 years ago

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.

eduOS commented 8 years ago

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