NAME
Treex::Tool::EnglishMorpho::Analysis - rule based morphological analyzer for English
VERSION
version 0.13095
SYNOPSIS
use Treex::Tool::EnglishMorpho::Analysis;
my $analyser = Treex::Tool::EnglishMorpho::Analysis->new();
foreach my $wordform (qw(John loves the yellow ball of his sister .)) {
my @tags = $analyser->get_possible_tags($wordform);
print "$wordform -> @tags\n";
}
DESCRIPTION
Method get_possible_tags($wordform) returns the list of PennTreebank-style morphological tags for the given word form.
METHODS
-
Given wordform returns list of possible POS tags.
AUTHORS
Johanka Drahomíra Doležalová
Zdeněk Žabokrtský <zabokrtsky@ufal.mff.cuni.cz>
Tomáš Kraut <kraut@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
Copyright © 2008-2011 by Institute of Formal and Applied Linguistics, Charles University in Prague
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 212:
Non-ASCII character seen before =encoding in 'Drahomíra'. Assuming UTF-8