- CandidateDto - com.github.houbb.word.checker.support.dto中的类
-
待选对象
Created: 2018-05-02 13:26
Project: word-checker
- CandidateDto() - 类 的构造器com.github.houbb.word.checker.support.dto.CandidateDto
-
- chains(IWordFormat...) - 类 中的静态方法com.github.houbb.word.checker.support.format.impl.WordFormats
-
责任链
- ChineseWordDatas - com.github.houbb.word.checker.support.data.chinese中的类
-
project: word-checker-ChineseWordDatas
create on 2020/2/8 17:37
- com.github.houbb.word.checker.bs - 程序包 com.github.houbb.word.checker.bs
-
- com.github.houbb.word.checker.bs.impl - 程序包 com.github.houbb.word.checker.bs.impl
-
- com.github.houbb.word.checker.constant - 程序包 com.github.houbb.word.checker.constant
-
- com.github.houbb.word.checker.core - 程序包 com.github.houbb.word.checker.core
-
- com.github.houbb.word.checker.core.impl - 程序包 com.github.houbb.word.checker.core.impl
-
- com.github.houbb.word.checker.exception - 程序包 com.github.houbb.word.checker.exception
-
- com.github.houbb.word.checker.support - 程序包 com.github.houbb.word.checker.support
-
实现支持包
- com.github.houbb.word.checker.support.data - 程序包 com.github.houbb.word.checker.support.data
-
- com.github.houbb.word.checker.support.data.chinese - 程序包 com.github.houbb.word.checker.support.data.chinese
-
- com.github.houbb.word.checker.support.data.english - 程序包 com.github.houbb.word.checker.support.data.english
-
- com.github.houbb.word.checker.support.dto - 程序包 com.github.houbb.word.checker.support.dto
-
- com.github.houbb.word.checker.support.format - 程序包 com.github.houbb.word.checker.support.format
-
project: word-checker-package-info
create on 2020/2/6 9:49
- com.github.houbb.word.checker.support.format.impl - 程序包 com.github.houbb.word.checker.support.format.impl
-
project: word-checker-package-info
create on 2020/2/6 9:56
- com.github.houbb.word.checker.support.i18n - 程序包 com.github.houbb.word.checker.support.i18n
-
- com.github.houbb.word.checker.support.segment - 程序包 com.github.houbb.word.checker.support.segment
-
project: word-checker-package-info
create on 2020/2/8 17:29
- com.github.houbb.word.checker.support.segment.trie - 程序包 com.github.houbb.word.checker.support.segment.trie
-
- com.github.houbb.word.checker.util - 程序包 com.github.houbb.word.checker.util
-
- commonSegment(ICommonSegment) - 类 中的方法com.github.houbb.word.checker.bs.impl.WordCheckerBs
-
- compareTo(CandidateDto) - 类 中的方法com.github.houbb.word.checker.support.dto.CandidateDto
-
- correct(String) - 类 中的方法com.github.houbb.word.checker.bs.impl.SingleWordCheckerBs
-
- correct(String) - 类 中的方法com.github.houbb.word.checker.bs.impl.WordCheckerBs
-
- correct(String) - 接口 中的方法com.github.houbb.word.checker.bs.IWordCheckerBs
-
最佳纠正结果
1.
- correct(String, IWordCheckerContext) - 类 中的方法com.github.houbb.word.checker.core.impl.EnWordChecker
-
- correct(String, IWordCheckerContext) - 类 中的方法com.github.houbb.word.checker.core.impl.ZhWordChecker
-
- correct(String, IWordCheckerContext) - 接口 中的方法com.github.houbb.word.checker.core.IWordChecker
-
最佳纠正结果
1.
- correct(String) - 类 中的静态方法com.github.houbb.word.checker.util.WordCheckerHelper
-
最佳纠正结果
- correctData() - 类 中的方法com.github.houbb.word.checker.support.data.AbstractWordData
-
- correctData() - 接口 中的方法com.github.houbb.word.checker.support.data.IWordData
-
修正数据列表
- correctList(String, int) - 类 中的方法com.github.houbb.word.checker.bs.impl.SingleWordCheckerBs
-
- correctList(String) - 类 中的方法com.github.houbb.word.checker.bs.impl.SingleWordCheckerBs
-
- correctList(String, int) - 类 中的方法com.github.houbb.word.checker.bs.impl.WordCheckerBs
-
- correctList(String) - 类 中的方法com.github.houbb.word.checker.bs.impl.WordCheckerBs
-
- correctList(String, int) - 接口 中的方法com.github.houbb.word.checker.bs.IWordCheckerBs
-
最佳纠正列表
1. list 的大小永远不会大于 limit,大小返回应该是 [0, limit]
- correctList(String) - 接口 中的方法com.github.houbb.word.checker.bs.IWordCheckerBs
-
所有匹配纠正列表
- correctList(String, int, IWordCheckerContext) - 类 中的方法com.github.houbb.word.checker.core.impl.EnWordChecker
-
- correctList(String, IWordCheckerContext) - 类 中的方法com.github.houbb.word.checker.core.impl.EnWordChecker
-
- correctList(String, int, IWordCheckerContext) - 类 中的方法com.github.houbb.word.checker.core.impl.ZhWordChecker
-
- correctList(String, IWordCheckerContext) - 类 中的方法com.github.houbb.word.checker.core.impl.ZhWordChecker
-
- correctList(String, int, IWordCheckerContext) - 接口 中的方法com.github.houbb.word.checker.core.IWordChecker
-
最佳纠正列表
1. list 的大小永远不会大于 limit,大小返回应该是 [0, limit]
- correctList(String, IWordCheckerContext) - 接口 中的方法com.github.houbb.word.checker.core.IWordChecker
-
所有匹配纠正列表
- correctList(String, int) - 类 中的静态方法com.github.houbb.word.checker.util.WordCheckerHelper
-
指定个数纠正列表结果
- correctList(String) - 类 中的静态方法com.github.houbb.word.checker.util.WordCheckerHelper
-
全部个数纠正列表结果
- correctMap(String, int) - 类 中的方法com.github.houbb.word.checker.bs.impl.WordCheckerBs
-
对应的 map 信息
- correctMap(String) - 类 中的方法com.github.houbb.word.checker.bs.impl.WordCheckerBs
-
对应的 map 信息
- correctMap(String, int) - 类 中的静态方法com.github.houbb.word.checker.util.WordCheckerHelper
-
指定个数纠正列表结果
- correctMap(String) - 类 中的静态方法com.github.houbb.word.checker.util.WordCheckerHelper
-
全部个数纠正列表结果
- count() - 类 中的方法com.github.houbb.word.checker.support.dto.CandidateDto
-
- count(int) - 类 中的方法com.github.houbb.word.checker.support.dto.CandidateDto
-