Lingua::Interset::Tagset::CS::Cnk - Driver for the tagset of the Czech National Corpus (Český národní korpus).
version 2.052
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-----');
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.
Lingua::Interset, Lingua::Interset::Tagset, Lingua::Interset::Tagset::CS::Pdt, Lingua::Interset::FeatureStructure
Dan Zeman <zeman@ufal.mff.cuni.cz>
This software is copyright (c) 2014 by Univerzita Karlova v Praze (Charles University in Prague).
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.