NAME
Lingua::LinkParser::Definitions - Extension to the Lingua::LinkParser module providing text definitions for link types.
SYNOPSIS
use Lingua::LinkParser::Definitions;
my $definition = define(LINKTYPE);
DESCRIPTION
This module provides an interface to retrieving text information about link types within Link Grammar, much link context-sensitive "help".
There is only one function, 'define()', which takes a link type.
While the data provided by this module might be considered too dynamic for inclusion in a package of its own, in truth the definitions change little. They are included here only for convenience by persons who, like myself, do not have the types memorized, and don't enjoy looking them up every time they parse a sentence. :)
AUTHOR
dbrian@brians.org
SEE ALSO
Lingua::LinkParser perl(1).