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

Function Java_com_baidu_nlp_LAC_loadCustomization

java/cpp/lac_jni.cpp:82–87  ·  view source on GitHub ↗

* Class: LAC * Method: load_customization * Signature: (Ljava/lang/String;)Jint */

Source from the content-addressed store, hash-verified

80 * Signature: (Ljava/lang/String;)Jint
81 */
82JNIEXPORT jint JNICALL Java_com_baidu_nlp_LAC_loadCustomization
83 (JNIEnv *env, jobject thisObj, jstring dict_path)
84 {
85 LAC *self = _get_self(env, thisObj);
86 return self->load_customization(env->GetStringUTFChars(dict_path, 0));
87 }
88
89/*
90 * Class: LAC

Callers

nothing calls this directly

Calls 2

_get_selfFunction · 0.85
load_customizationMethod · 0.45

Tested by

no test coverage detected