Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/lac
/ copy
Method
copy
java/com/baidu/nlp/LAC.java:35–35 ·
view source on GitHub ↗
(long self_ptr)
Source
from the content-addressed store, hash-verified
33
34
// load model from existing model's self_ptr
35
private
native
void
copy(long self_ptr);
36
37
// release lac model
38
private
static
native
void
release(long self_ptr);
Callers
1
LAC
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected