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

Function Java_com_baidu_nlp_LAC_init

java/cpp/lac_jni.cpp:45–50  ·  view source on GitHub ↗

* Class: LAC * Method: init * Signature: (Ljava/lang/String;)V */

Source from the content-addressed store, hash-verified

43 * Signature: (Ljava/lang/String;)V
44 */
45 JNIEXPORT void JNICALL Java_com_baidu_nlp_LAC_init(JNIEnv *env, jobject thisObj, jstring model_dir)
46 {
47
48 LAC *self = new LAC(env->GetStringUTFChars(model_dir, 0));
49 _set_self(env, thisObj, self);
50 }
51
52 /*
53 * Class: LAC

Callers

nothing calls this directly

Calls 1

_set_selfFunction · 0.85

Tested by

no test coverage detected