Everything about Syntax totally explained
In
computer science,
SYNTAX is a system used to generate
lexical and syntactic analyzers (
parsers) (both deterministic and non-deterministic) for all kind of
context-free grammars (CFGs) as well as some classes of contextual grammars. It is developed at
INRIA (
France) for several decades, mostly by
Pierre Boullier, but has become
free software since 2007 only. SYNTAX is distributed under the
CeCILL licence.
Context-free parsing
SYNTAX handles most classes of deterministic (unambiguous) grammars (
LR,
LALR,
RLR) as well as general context-free grammars. The deterministic version has been used in operational contexts (for example,
Ada), and is currently used both in the domain of
compilation. The non-deterministic features include an Earley parser generator used for
natural language processing. 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
==
Further Information
Get more info on 'Syntax'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://syntax.totallyexplained.com">SYNTAX Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |