NAME
Treex::Core::Zone - base class for Zones
VERSION
version 2.20151210
DESCRIPTION
Treex::Core::Zone
is an abstract class, it is the antecedent of Treex::Core::DocZone and Treex::Core::BundleZone.
ATTRIBUTES
Treex::Core::Zone
instances have the following attributes:
- language
- selector
METHODS
- $my $label = $zone->get_label;
-
Zone label is a string containing the zone's language and selector concatenated with '
_
'(if the latter one is defined, otherwise only the language).
AUTHOR
Zdeněk Žabokrtský <zabokrtsky@ufal.mff.cuni.cz>
Martin Popel <popel@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
Copyright © 2011 by Institute of Formal and Applied Linguistics, Charles University in Prague
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.