NAME
Lingua::Interset::Tagset::AR::Padt - Driver for the PADT 2.0 / ElixirFM Arabic positional tagset.
VERSION
version 3.016
SYNOPSIS
use Lingua::Interset::Tagset::AR::Padt;
my $driver = Lingua::Interset::Tagset::AR::Padt->new();
my $fs = $driver->decode('N------S1I');
or
use Lingua::Interset qw(decode);
my $fs = decode('ar::padt', 'N------S1I');
DESCRIPTION
Interset driver for the Arabic tagset of the Prague Arabic Dependency Treebank (PADT) 2.0. The same tagset is also used by the ElixirFM Arabic morphological analyzer. It is a positional tagset. Every tag consists of 10 characters and the position of the character in the tag determines its interpretation: pos, subpos, mood, voice, RESERVED, person, gender, number, case, definite.
SEE ALSO
Lingua::Interset, Lingua::Interset::Tagset, Lingua::Interset::Tagset::AR::Conll, Lingua::Interset::Tagset::AR::Conll2007, 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.