public class OrganizationDictionary extends Object
| Modifier and Type | Field and Description |
|---|---|
static NTDictionary |
dictionary
机构名词典
|
static TransformMatrixDictionary<NT> |
transformMatrixDictionary
转移矩阵词典
|
static AhoCorasickDoubleArrayTrie<String> |
trie
AC算法用到的Trie树
|
| Constructor and Description |
|---|
OrganizationDictionary() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parsePattern(List<NT> ntList,
List<Vertex> vertexList,
WordNet wordNetOptimum,
WordNet wordNetAll)
模式匹配
|
public static NTDictionary dictionary
public static TransformMatrixDictionary<NT> transformMatrixDictionary
public static AhoCorasickDoubleArrayTrie<String> trie
Copyright © 2014–2021 码农场. All rights reserved.