The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Treex::Core::Node::N

VERSION

version 0.06442

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 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.