MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetWordResultStr

Method GetWordResultStr

src/pkgDm/Dm2Java.java:2197–2199  ·  view source on GitHub ↗

在使用GetWords进行词组识别以后,可以用此接口进行识别各个词组的内容 @param str GetWords的返回值 @param index 表示第几个词组 @return 返回的第index个词组内容

(String str,int index)

Source from the content-addressed store, hash-verified

2195 * @return 返回的第index个词组内容
2196 */
2197 public String GetWordResultStr(String str,int index){
2198 return Dispatch.call(dm,"GetWordResultPos",str,index).getString();
2199 }
2200
2201 /**
2202 * 根据指定的范围,以及设定好的词组识别参数(一般不用更改,除非你真的理解了)<br/>

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected