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

Method SetWordGap

src/pkgDm/Dm2Java.java:2359–2361  ·  view source on GitHub ↗

高级用户使用,在识别词组前,可设定词组间的间隔,默认的词组间隔是5 @param word_gap 单词间距 @return 0: 失败 1: 成功

(int word_gap)

Source from the content-addressed store, hash-verified

2357 * @return 0: 失败 1: 成功
2358 */
2359 public int SetWordGap(int word_gap){
2360 return Dispatch.call(dm, "SetWordGap", word_gap).getInt();
2361 }
2362
2363 /**
2364 * 高级用户使用,在不使用字库进行词组识别前,可设定词组间的间隔,默认的词组间隔是5

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected