Changes for version 1.01 - 2000-09-02

  • Built and tested using Link Grammar 4.1
  • Fixed bug that redefined 'get_word' and 'num_word' functions in Linkage.pm.
  • Moved Dictionary 'type' to its own namespace, Lingua::LinkParser::Dictionary.
  • Removed DESTROY methods from ::Sublinkage and ::Linkage; the API 4.0 was crapping a log when invoked.
  • Added a class 'Lingua::LinkParser::Linkage::Word' to allow word object creation and quick access to information for that word.
  • Lots to fixes to ::Sublinkage to get index numbers right
  • Lots of examples added to 'scripts/', including a grammar regex
  • Added alternate methods for overloading ::Linkage and ::Sublinkage, "new_as_string()", to experiment with grammar regex

Modules

Extension to the Lingua::LinkParser module providing text definitions for link types.
Perl module implementing the Link Grammar Parser by Sleator, Temperley and Lafferty at CMU.

Provides

in Dictionary/Dictionary.pm
in Linkage/Linkage.pm
in Linkage/Sublinkage/Sublinkage.pm
in Linkage/Sublinkage/Link/Link.pm
in Linkage/Word/Word.pm
in Sentence/Sentence.pm
in scripts/NewLinkage.pm