NAME
Treex::Block::W2A::TagFeaturama
VERSION
version 0.08170
DESCRIPTION
Each node in the analytical tree is tagged using the Treex::Tool::Tagger::Featurama tagger trained for the current language. Lemmatization is performed as well if the lemmatize
parameter is set and the tagger model for the current language supports it.
Currently, Treex::Tool::Tagger::Featurama::CS (including lemmatization) and Treex::Tool::Tagger::Featurama::CS (tagging only) are supported.
PARAMETERS
lemmatize
-
If this parameter is set to
1
, the lemmas provided by the Featurama tagger are assigned to the nodes in the a-tree (lemmatization may not be supported by the trained tagger model; in such case, setting this parameter has no effect).Default value:
0
.
AUTHORS
Tomáš Kraut <kraut@ufal.mff.cuni.cz>
Ondřej Dušek <odusek@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.