NAME
Treex::Block::W2A::EN::Lemmatize - wrapper for rule based lemmatizer for English
VERSION
version 0.13095
DESCRIPTION
For each node in the analytical tree, attribute lemma
is filled with a lemma derived from attributes form
and tag
using Treex::Tool::EnglishMorpho::Lemmatizer
.
ATTRIBUTES
- lemmatizer
-
An instance of
Treex::Tool::EnglishMorpho::Lemmatizer
OVERRIDEN METHODS
from Treex::Core::Block
- process_anode
AUTHORS
Zdeněk Žabokrtský <zabokrtsky@ufal.mff.cuni.cz>
David Mareček <marecek@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
Copyright © 2008 - 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.