public interface IWordCheckerContext
单词拼写检查上下文-接口
Created: 2018/4/28 上午6:41
Project: word-checker
| 限定符和类型 | 方法和说明 |
|---|---|
int |
maxEditDistance()
最大编辑距离
|
IWordData |
wordData()
英文单词数据
|
IWordFormat |
wordFormat()
单词格式化
|
IWordData wordData()
IWordFormat wordFormat()
int maxEditDistance()
Copyright © 2024. All rights reserved.