
Lingua::FreeLing3::ChartParser - Interface to FreeLing3 ChartParser

use Lingua::FreeLing3::ChartParser;
my $pt_cparser = Lingua::FreeLing3::ChartParser->new("pt");
$taggedListOfSentences = $pt_cparser->analyze($listOfSentences);

Interface to the FreeLing3 chart parser library.
newObject constructor. One argument is required: the languge code (Lingua::FreeLing3 will search for the tagger data file).
parseAlias to analyze.
analyzeReceives a list of sentences, and returns that same list of sentences after tagging process, enriching each sentence with a parse tree.
start_symbolReturns the start symbol for the chart parser.

Lingua::FreeLing3 (3), freeling, perl(1)

Alberto Manuel Brandão Simões, <ambs@cpan.org>
Jorge Cunha Mendes <jorgecunhamendes@gmail.com>

Copyright (C) 2011-2012 by Projecto Natura