NAME
Treex::Core::Node::N
VERSION
version 2.20210102
DESCRIPTION
A node for storing named entities.
ATTRIBUTES
- ne_type
 - 
Type of the named entity (string).
 - normalized_name
 - 
E.g. for "N.Y." this can be "New York".
 
METHODS
- get_anodes
 - 
Return a-nodes referenced by (or corresponding to) this n-node.
 - set_anodes(@anodes)
 - 
Set a-nodes to be referenced by (or corresponding to) this n-node.
 
AUTHOR
Martin Popel <popel@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
Copyright © 2011-2012 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.