| Package | Description |
|---|---|
| com.hankcs.hanlp.corpus.tag | |
| com.hankcs.hanlp.dictionary.nt | |
| com.hankcs.hanlp.recognition.nt |
| Modifier and Type | Method and Description |
|---|---|
static NT |
NT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NT[] |
NT.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<NT> |
OrganizationDictionary.transformMatrixDictionary
转移矩阵词典
|
| Modifier and Type | Method and Description |
|---|---|
protected NT |
NTDictionary.valueOf(String name) |
protected NT[] |
NTDictionary.values() |
| Modifier and Type | Method and Description |
|---|---|
protected EnumItem<NT> |
NTDictionary.newItem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
OrganizationDictionary.parsePattern(List<NT> ntList,
List<Vertex> vertexList,
WordNet wordNetOptimum,
WordNet wordNetAll)
模式匹配
|
| Modifier and Type | Method and Description |
|---|---|
static List<EnumItem<NT>> |
OrganizationRecognition.roleTag(List<Vertex> vertexList,
WordNet wordNetAll) |
static List<NT> |
OrganizationRecognition.viterbiCompute(List<EnumItem<NT>> roleTagList)
维特比算法求解最优标签
|
| Modifier and Type | Method and Description |
|---|---|
static List<NT> |
OrganizationRecognition.viterbiCompute(List<EnumItem<NT>> roleTagList)
维特比算法求解最优标签
|
Copyright © 2014–2021 码农场. All rights reserved.