NAME
Lingua::Interset::Tagset::SV::Suc - Driver for the Swedish tagset of the Stockholm-Umeå Corpus.
VERSION
version 3.016
SYNOPSIS
use Lingua::Interset::Tagset::SV::Suc;
my $driver = Lingua::Interset::Tagset::SV::Suc->new();
my $fs = $driver->decode('NN|NEU|SIN|IND|NOM');
or
use Lingua::Interset qw(decode);
my $fs = decode('sv::suc', 'NN|NEU|SIN|IND|NOM');
DESCRIPTION
Interset driver for the Swedish tagset of the Stockholm-Umeå Corpus, http://spraakbanken.gu.se/parole/tags.phtml.
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.