(String dict_path)
| 39 | |
| 40 | // load dict from dict_path |
| 41 | public native int loadCustomization(String dict_path); |
| 42 | |
| 43 | // run lac, results save in words and tags |
| 44 | public native int run(String sentence, ArrayList<String> words, ArrayList<String> tags); |