软件包 com.hankcs.hanlp.collection.MDAG
的使用

使用 com.hankcs.hanlp.collection.MDAG 的软件包
com.hankcs.hanlp.collection.MDAG   
com.hankcs.hanlp.dictionary.stopword   
 

com.hankcs.hanlp.collection.MDAG 使用的 com.hankcs.hanlp.collection.MDAG 中的类
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.
 

com.hankcs.hanlp.dictionary.stopword 使用的 com.hankcs.hanlp.collection.MDAG 中的类
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–2015 码农场. All rights reserved.