| Package | Description |
|---|---|
| org.wltea.analyzer.dic |
| Modifier and Type | Method and Description |
|---|---|
Hit |
DictSegment.match(char[] charArray)
匹配词段
|
Hit |
DictSegment.match(char[] charArray,
int begin,
int length)
匹配词段
|
Hit |
DictSegment.match(char[] charArray,
int begin,
int length,
Hit searchHit)
匹配词段
|
static Hit |
Dictionary.matchInMainDict(char[] charArray)
检索匹配主词典
|
static Hit |
Dictionary.matchInMainDict(char[] charArray,
int begin,
int length)
检索匹配主词典
|
static Hit |
Dictionary.matchInPrepDict(char[] charArray,
int begin,
int length)
检索匹配介词、副词词典
|
static Hit |
Dictionary.matchInQuantifierDict(char[] charArray,
int begin,
int length)
检索匹配量词词典
|
static Hit |
Dictionary.matchInSuffixDict(char[] charArray,
int begin,
int length)
检索匹配在后缀词典
|
static Hit |
Dictionary.matchInSurnameDict(char[] charArray,
int begin,
int length)
检索匹配姓氏词典
|
static Hit |
Dictionary.matchWithHit(char[] charArray,
int currentIndex,
Hit matchedHit)
检索匹配主词典,
从已匹配的Hit中直接取出DictSegment,继续向下匹配
|
| Modifier and Type | Method and Description |
|---|---|
Hit |
DictSegment.match(char[] charArray,
int begin,
int length,
Hit searchHit)
匹配词段
|
static Hit |
Dictionary.matchWithHit(char[] charArray,
int currentIndex,
Hit matchedHit)
检索匹配主词典,
从已匹配的Hit中直接取出DictSegment,继续向下匹配
|
Copyright © 2022. All rights reserved.