NAME
Lingua::Interset::FeatureStructure - The main class of DZ Interset 2.0.
VERSION
version 2.001
SYNOPSIS
use Lingua::Interset::FeatureStructure;
print(Lingua::Interset::FeatureStructure->known_features(), "\n");
DESCRIPTION
DZ Interset is a universal framework for reading, writing, converting and interpreting part-of-speech and morphosyntactic tags from multiple tagsets of many different natural languages.
The FeatureStructure
class defines all morphosyntactic features and their values used in DZ Interset. An object of this class represents a morphosyntactic tag for a natural language word.
More information is given at the DZ Interset project page, https://wiki.ufal.ms.mff.cuni.cz/user:zeman:interset:features.
AUTHOR
Dan Zeman <zeman@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
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.