| Package | Description |
|---|---|
| com.hankcs.hanlp.corpus.tag | |
| com.hankcs.hanlp.dictionary.ns | |
| com.hankcs.hanlp.recognition.ns |
| Modifier and Type | Method and Description |
|---|---|
static NS |
NS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NS[] |
NS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static TransformMatrixDictionary<NS> |
PlaceDictionary.transformMatrixDictionary
转移矩阵词典
|
| Modifier and Type | Method and Description |
|---|---|
protected NS |
NSDictionary.valueOf(String name) |
protected NS[] |
NSDictionary.values() |
| Modifier and Type | Method and Description |
|---|---|
protected EnumItem<NS> |
NSDictionary.newItem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PlaceDictionary.parsePattern(List<NS> nsList,
List<Vertex> vertexList,
WordNet wordNetOptimum,
WordNet wordNetAll)
模式匹配
|
| Modifier and Type | Method and Description |
|---|---|
static List<EnumItem<NS>> |
PlaceRecognition.roleTag(List<Vertex> vertexList,
WordNet wordNetAll) |
static List<NS> |
PlaceRecognition.viterbiCompute(List<EnumItem<NS>> roleTagList)
维特比算法求解最优标签
|
| Modifier and Type | Method and Description |
|---|---|
static List<NS> |
PlaceRecognition.viterbiCompute(List<EnumItem<NS>> roleTagList)
维特比算法求解最优标签
|
Copyright © 2014–2021 码农场. All rights reserved.