NAME
Lingua::Interset::Tagset::CS::Cnk - Driver for the tagset of the Czech National Corpus (Český národní korpus).
VERSION
version 3.016
SYNOPSIS
use Lingua::Interset::Tagset::CS::Cnk;
my $driver = Lingua::Interset::Tagset::CS::Cnk->new();
my $fs = $driver->decode('NNMS1-----A-----');
or
use Lingua::Interset qw(decode);
my $fs = decode('cs::cnk', 'NNMS1-----A-----');
DESCRIPTION
Interset driver for the tagset used in the Czech National Corpus (Český národní korpus). The tagset is a slight modification of the tagset used in the Prague Dependency Treebank (see Lingua::Interset::Tagset::CS::Pdt). The only difference is a sixteenth character that encodes aspect of verbs.
SEE ALSO
Lingua::Interset, Lingua::Interset::Tagset, Lingua::Interset::Tagset::CS::Pdt, 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.