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

Method SetColGapNoDict

src/pkgDm/Dm2Java.java:2291–2293  ·  view source on GitHub ↗

高级用户使用,在不使用字库进行词组识别前,可设定文字的列距,默认列距是1 @param col_gap 文字列距 @return 0:失败 1:成功

(int col_gap)

Source from the content-addressed store, hash-verified

2289 * @return 0:失败 1:成功
2290 */
2291 public int SetColGapNoDict(int col_gap){
2292 return Dispatch.call(dm,"SetColGapNoDict",col_gap).getInt();
2293 }
2294
2295 /**
2296 * 设置字库文件<br/>

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected