NAME
Treex::Block::W2A::TagMorphoDiTa
VERSION
version 2.20151102
DESCRIPTION
This block loads Treex::Tool::Tagger::MorphoDiTa (a wrapper for the MorphoDiTa tagger) with the given model
, feeds it with all the input tokenized sentences, and fills the tag
parameter of all a-nodes with the tagger output.
PARAMETERS
model
The path to the tagger model within the shared directory. This parameter is required if using_lang_model
is not supplied.
using_lang_model
The 2-letter language code of the POS model to be loaded. The model
parameter can be omitted if this parameter is supplied. Currently, the models are available for the following languages,
- cs
-
data/models/morphodita/cs/czech-morfflex-pdt-131112.tagger-best_accuracy
- en
-
data/models/morphodita/en/english-morphium-wsj-140407.tagger
AUTHORS
Martin Popel <popel@ufal.mff.cuni.cz>
COPYRIGHT AND LICENSE
Copyright © 2014 by Institute of Formal and Applied Linguistics, Charles University in Prague The development of this resource is partly funded by the European Commision, project QTLeap FP7-ICT-2013.4.1-610516 http://qtleap.eu
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.