The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::Interset::Tagset::MT::Mlss - Driver for the tagset of the Maltese Language Software Services (TnT tagger).

VERSION

version 3.006

SYNOPSIS

  use Lingua::Interset::Tagset::MT::Mlss;
  my $driver = Lingua::Interset::Tagset::MT::Mlss->new();
  my $fs = $driver->decode('NN');

or

  use Lingua::Interset qw(decode);
  my $fs = decode('mt::mlss', 'NN');

DESCRIPTION

Interset driver for the part-of-speech tagset of the Maltese Language Software Services (TnT tagger; see http://metanet4u.research.um.edu.mt/POS.jsp). The tagset is used in the MLRS (Maltese Language Resource Server) corpus, http://mlrs.research.um.edu.mt/index.php?page=31.

SEE ALSO

Lingua::Interset Lingua::Interset::Tagset, Lingua::Interset::FeatureStructure Lingua::Interset::Tagset::EN::Penn

AUTHOR

Dan Zeman <zeman@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 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.