adict-0.1.0: Approximate dictionary searching

Safe HaskellNone

NLP.Adict.DAWG.Node

Documentation

data Node a b Source

Instances

(Eq a, Eq b) => Eq (Node a b) 
(Ord a, Ord b) => Ord (Node a b) 
(Show a, Show b) => Show (Node a b) 
(Binary a, Binary b) => Binary (Node a b) 

mkNode :: b -> [(a, Int)] -> Node a bSource

nodeValue :: Node a b -> bSource

nodeEdges :: Node a b -> [(a, Int)]Source