NAME

Lingua::LinkParser::Simple - Perl extension for blah blah blah

SYNOPSIS

use Lingua::LinkParser::Simple;
@subjects = extract_subject(sentence => $sentence, verb => $verb);

DESCRIPTION

This module allows simple but incomplete access to the features provided by Lingua::LinkParser.

extract_subject(sentence => STRING, verb => WORD)

This function tries to parse the sentence, find the specified verb, and return all words (or noun phrases) that are subjects for that verb.

AUTHOR

Dan Brian <dan@brians.org>

SEE ALSO

perl.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 137:

'=item' outside of any '=over'

Around line 142:

You forgot a '=back' before '=head1'