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

Method run

java/com/baidu/nlp/LAC.java:44–44  ·  view source on GitHub ↗
(String sentence, ArrayList<String> words, ArrayList<String> tags)

Source from the content-addressed store, hash-verified

42
43 // run lac, results save in words and tags
44 public native int run(String sentence, ArrayList<String> words, ArrayList<String> tags);
45
46}

Callers 3

runMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected