MCPcopy Create free account
hub / github.com/baidu/lac / loadCustomization

Method loadCustomization

java/com/baidu/nlp/LAC.java:41–41  ·  view source on GitHub ↗
(String dict_path)

Source from the content-addressed store, hash-verified

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);

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected