NAME
Lingua::FreeLing2::ChartParser - Interface to FreeLing2 ChartParser
SYNOPSIS
use Lingua::FreeLing2::ChartParser;
my $pt_tagger = Lingua::FreeLing2::ChartParser->new("pt");
$taggedListOfSentences = $pt_tagger->analyze($listOfSentences);
DESCRIPTION
Interface to the FreeLing2 chart tagger library.
new
Object constructor. One argument is required: the languge code (Lingua::FreeLing2
will search for the tagger data file) or the full or relative path to the dependencies file.
analyze
Receives a list of sentences, and returns that same list of sentences after tagging process, enriching each sentence with a parse tree.
SEE ALSO
Lingua::FreeLing2 (3), freeling, perl(1)
AUTHOR
Alberto Manuel Brandão Simões, <ambs@cpan.org>
Jorge Cunha Mendes <jorgecunhamendes@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2011-2012 by Projecto Natura