Package | Description |
---|---|
net.sf.jabb.util.text.word |
Modifier and Type | Class and Description |
---|---|
class |
FastTextAnalyzer
基于KeywordMatcher分词的文本分析器。
|
class |
MmsegTextAnalyzer
基于mmseg4j分词的文本分析器。
|
Modifier and Type | Field and Description |
---|---|
protected TextAnalyzer |
AnalyzedText.analyzer |
Modifier and Type | Method and Description |
---|---|
static TextAnalyzer |
TextAnalyzer.createInstance(int type)
Create an instance of TextAnalyzer.
创建一个文本分析器实例。 |
static TextAnalyzer |
TextAnalyzer.createInstance(int type,
Map<String,? extends Object> keywordDefinitions,
Map<Integer,? extends Object> lengthDefinitions)
Create an instance of TextAnalyzer.
创建一个文本分析器实例。 |
static TextAnalyzer |
TextAnalyzer.createInstance(int type,
String dictionaryPath,
Map<String,? extends Object> keywordDefinitions,
Map<Integer,? extends Object> lengthDefinitions)
Create an instance of TextAnalyzer.
创建一个文本分析器实例。 |
Constructor and Description |
---|
AnalyzedText(TextAnalyzer analyzer,
String text)
Constructor.
|
Copyright © 2014. All Rights Reserved.