partage-0.1.0.1: Parsing factorized

Safe HaskellNone
LanguageHaskell2010

NLP.Partage.Auto.List

Description

List-based grammar representation: each rule is represented as a separate, trivial automaton.

Synopsis

Documentation

fromGram :: (Ord n, Ord t) => FactGram n t -> GramAuto n t Source

Build the list-based representation of the given grammar.