NAME
Lingua::Interset::Tagset::PT::Freeling - Driver for the EAGLES-based tagset for Portuguese in Freeling.
VERSION
version 3.016
SYNOPSIS
use Lingua::Interset::Tagset::PT::Freeling;
my $driver = Lingua::Interset::Tagset::PT::Freeling->new();
my $fs = $driver->decode('NCMS000');
or
use Lingua::Interset qw(decode);
my $fs = decode('pt::freeling', 'NCMS000');
DESCRIPTION
Interset driver for the EAGLES-based Portuguese tagset from the Freeling project (http://talp-upc.gitbooks.io/freeling-user-manual/content/tagsets/tagset-pt.html).
SEE ALSO
Lingua::Interset, Lingua::Interset::Tagset, Lingua::Interset::FeatureStructure
AUTHOR
Dan Zeman <zeman@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Univerzita Karlova (Charles University).
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.