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

Method init

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

Source from the content-addressed store, hash-verified

30
31 // load model from model_path
32 private native void init(String model_path);
33
34 // load model from existing model's self_ptr
35 private native void copy(long self_ptr);

Callers 1

LACMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected