Syntax Article Index for
Syntax
Articles about
Syntax
Website Links For
Syntax
 

Information About

Syntax





CONTEXT-FREE PARSING


SYNTAX handles most classes of deterministic (unambiguous) grammars (E.g., in the SxLFG parser, whose first version is described in this paper .. Parsers generated by SYNTAX include powerful error recovery mechanisms, and allow the execution of semantic actions and attribute evaluation on the abstract tree or on the shared parse forest.


CONTEXTUAL PARSING


The current version of SYNTAX (version 6.0 beta) includes also parser generators for other formalisms, used for natural language processing as well as bio-informatics. These formalisms are context-sensitive formalisms ( TAG , RCG ) or formalisms that rely on context-free grammars and are extended thanks to attribute evaluation, in particular for natural language processing ( LFG ).


NOTES AND REFERENCES



See also


  • [http://syntax.gforge.inria.fr/ SYNTAX web site]