-
-
25 Mar 2014 22:27:08 UTC
- Distribution: Lingua-LinkParser
- Module version: 1.17
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (4)
- Testers (0 / 4 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (22.85KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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).
Module Install Instructions
To install Lingua::LinkParser, copy and paste the appropriate command in to your terminal.
cpanm Lingua::LinkParser
perl -MCPAN -e shell install Lingua::LinkParser
For more information on module installation, please visit the detailed CPAN module installation guide.