Rechercher une page de manuel
TAG::LP::Parser.3pm
Langue: en
Version: 2004-03-16 (mandriva - 01/05/08)
Section: 3 (Bibliothèques de fonctions)
NAME
TAG::LP::Parser - Parse a TAG grammar in LP formatSYNOPSIS
use TAG::LP::Parser;
use TAG;
$doc = new TAG::Document;
$parser = new TAG::LP::Parser;
$/="";
$parser->YYData->{TAG} = $doc;
$parser->YYParse( yylex => \&TAG::LP::Parser::_Lexer,
yyerror => \&TAG::LP::Parser::_Error );
DESCRIPTION
This module provides ways to parse Tree Adjoining Grammars that are in Logic Programming [LP] format, and to build a TAG::Document object to represent the grammar.AUTHOR
Eric de la Clergerie, Eric.De_La_Clergerie@inria.frSEE ALSO
TAG (3)
Ci : pneumonoultramicroscopicsilicovolcanoconiosis.
Si soi, no con (acl).
Ovo.
Ci : lis !
Ci : pocs, or.
Ci : mart.
Lu Ono.
Mu en pic.
-- Kaeser, Pascal
Si soi, no con (acl).
Ovo.
Ci : lis !
Ci : pocs, or.
Ci : mart.
Lu Ono.
Mu en pic.
-- Kaeser, Pascal
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre