NAME
Lingua::Interset::Tagset::TA::Tamiltb - Driver for the tagset of the (Prague) Tamil Dependency Treebank (TamilTB)
VERSION
version 3.016
SYNOPSIS
use Lingua::Interset::Tagset::SK::Snk;
my $driver = Lingua::Interset::Tagset::SK::Snk->new();
my $fs = $driver->decode('SSms1');
or
use Lingua::Interset qw(decode);
my $fs = decode('sk::snk', 'SSms1');
DESCRIPTION
Interset driver for the tags of the Slovak National Corpus (Slovenský národný korpus).
http://ufal.mff.cuni.cz/~ramasamy/tamiltb/0.1/morph_annotation.html
AUTHORS
Dan Zeman <zeman@ufal.mff.cuni.cz>, Loganathan Ramasamy <ramasamy@ufal.mff.cuni.cz>
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.