| Package | Description |
|---|---|
| com.hankcs.hanlp.collection.MDAG | |
| com.hankcs.hanlp.dictionary.stopword |
| Class and Description |
|---|
| MDAG
最小环形图
A minimalistic directed acyclical graph suitable for storing a set of Strings. |
| MDAGNode
MDAG中的一个节点
The class which represents a node in a MDAG. |
| SimpleMDAGNode
The class capable of representing a MDAG node, its _transition set, and one of its incoming transitions;
objects of this class are used to represent a MDAG after its been simplified in order to save space.
|
| Class and Description |
|---|
| MDAG
最小环形图
A minimalistic directed acyclical graph suitable for storing a set of Strings. |
| MDAGSet
基于MDAG(又称DAWG,Minimal Acyclic Finite-State Automata)的String Set
|
Copyright © 2014–2021 码农场. All rights reserved.