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

NAME

Lingua::Interset::Tagset::FO::Setur - Driver for the Faroese tagset provided by Bjartensen.

VERSION

version 3.012

SYNOPSIS

  use Lingua::Interset::Tagset::FO::Setur;
  my $driver = Lingua::Interset::Tagset::FO::Setur->new();
  my $fs = $driver->decode('SMSN');

or

  use Lingua::Interset qw(decode);
  my $fs = decode('fo::setur', 'SMSN');

DESCRIPTION

Interset driver for the Faroese tagset briefly described by Bjartensen in https://github.com/UniversalDependencies/docs/issues/336. The corpus where this tagset is used can be downloaded from http://stava.fo/ (“Markað tekstasavn”). The corpus originates at Føroyamálsdeildin (Department of the Faroese Language and Literature), Fróðskaparsetur Føroya (University of Faroe Islands), although I was not able to find it directly at their website (http://setur.fo/en/language-and-literature/department/).

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) 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.