| Package | Description |
|---|---|
| com.hankcs.hanlp.dictionary.nr |
| Modifier and Type | Field and Description |
|---|---|
static AhoCorasickDoubleArrayTrie<NRPattern> |
PersonDictionary.trie
AC算法用到的Trie树
|
| Modifier and Type | Method and Description |
|---|---|
static NRPattern |
NRPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NRPattern[] |
NRPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021 码农场. All rights reserved.