crfpp icon indicating copy to clipboard operation
crfpp copied to clipboard

directory missing to run Java test

Open garfieldnate opened this issue 9 years ago • 1 comments

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.

garfieldnate avatar Feb 19 '16 03:02 garfieldnate

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

eduOS avatar Jul 21 '16 12:07 eduOS