Safe Haskell | None |
---|
NLP.Adict.DAWG
Description
A directed acyclic word graph.
Documentation
A directed acyclic word graph with character type a
and dictionary
entry type b
. Each node is represented by a unique integer number
which is also an index of the node in the vector of DAWG nodes.
Constructors
DAWG | |
A node in the DAWG.