- IKAnalyzer - Class in org.wltea.analyzer.lucene
-
实现Lucene Analyzer
基于IKTokenizer的中文分词器
- IKAnalyzer() - Constructor for class org.wltea.analyzer.lucene.IKAnalyzer
-
IK分词器Lucene Analyzer接口实现类
默认最细粒度切分算法
- IKAnalyzer(boolean) - Constructor for class org.wltea.analyzer.lucene.IKAnalyzer
-
IK分词器Lucene Analyzer接口实现类
- IKAnalyzerDemo - Class in org.wltea.analyzer.sample
-
- IKAnalyzerDemo() - Constructor for class org.wltea.analyzer.sample.IKAnalyzerDemo
-
- IKQueryParser - Class in org.wltea.analyzer.lucene
-
IK查询分析器
实现了对分词歧义结果的非冲突排列组合
有效的优化对歧义关键词的搜索命中
针对IK Analyzer V3的优化实现
- IKQueryParser() - Constructor for class org.wltea.analyzer.lucene.IKQueryParser
-
- IKSegmentation - Class in org.wltea.analyzer
-
IK Analyzer v3.2
IK主分词器
注:IKSegmentation是一个lucene无关的通用分词器
- IKSegmentation(Reader) - Constructor for class org.wltea.analyzer.IKSegmentation
-
IK主分词器构造函数
默认最细粒度切分
- IKSegmentation(Reader, boolean) - Constructor for class org.wltea.analyzer.IKSegmentation
-
IK主分词器构造函数
- IKSimilarity - Class in org.wltea.analyzer.lucene
-
IK Analyzer v3.2
相似度评估器
重载了DefaultSimilarity的coord方法
提高词元命中个数在相似度比较中的权重影响,即,当有多个词元得到匹配时,文档的相似度将提高
- IKSimilarity() - Constructor for class org.wltea.analyzer.lucene.IKSimilarity
-
- IKTokenizer - Class in org.wltea.analyzer.lucene
-
IK Analyzer v3.2
Lucene3.0 Tokenizer适配器类
它封装了IKSegmentation实现
- IKTokenizer(Reader, boolean) - Constructor for class org.wltea.analyzer.lucene.IKTokenizer
-
Lucene Tokenizer适配器类构造函数
- incrementToken() - Method in class org.wltea.analyzer.lucene.IKTokenizer
-
- isArabicNumber(char) - Static method in class org.wltea.analyzer.help.CharacterHelper
-
- isBufferLocked() - Method in class org.wltea.analyzer.Context
-
只要buffLocker中存在ISegmenter对象
则buffer被锁定
- isCJKCharacter(char) - Static method in class org.wltea.analyzer.help.CharacterHelper
-
- ISegmenter - Interface in org.wltea.analyzer.seg
-
子分词器接口
- isEnglishLetter(char) - Static method in class org.wltea.analyzer.help.CharacterHelper
-
- isLoadedCustomDictionary() - Method in class org.wltea.analyzer.dic.Dictionary
-
- isMatch() - Method in class org.wltea.analyzer.dic.Hit
-
判断是否完全匹配
- isMaxWordLength() - Method in class org.wltea.analyzer.Context
-
- isMaxWordLength() - Method in class org.wltea.analyzer.lucene.IKAnalyzer
-
- isOverlap(Lexeme) - Method in class org.wltea.analyzer.Lexeme
-
判断词元是否彼此包含
- isPrefix() - Method in class org.wltea.analyzer.dic.Hit
-
判断是否是词的前缀
- isSpaceLetter(char) - Static method in class org.wltea.analyzer.help.CharacterHelper
-
- isStopWord(char[], int, int) - Static method in class org.wltea.analyzer.dic.Dictionary
-
判断是否是停止词
- isUnmatch() - Method in class org.wltea.analyzer.dic.Hit
-
判断是否是不匹配