TAG::Strip.3pm

Langue: en

Version: 2004-02-19 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

TAG::Strip - strip Feature Structure information from a Tree Adjoining Grammar.

SYNOPSIS

  use TAG::Strip;
 
  # using LP method on a TAG::Document
  print $tag_object->strip();
 
 

DESCRIPTION

Calling `"strip"' on an TAG object strips it and its descendants from all information relative to Feature Structures.

AUTHOR

Eric de la Clergerie, Eric.De_La_Clergerie@inria.fr

SEE ALSO

TAG (3)