NAME
Treex::Block::Write::CoNLLX
VERSION
version 2.20151102
DESCRIPTION
Document writer for CoNLLX format, one token per line.
PARAMETERS
- encoding
-
Output encoding.
utf8
by default. - to
-
The name of the output file, STDOUT by default.
- deprel_attribute
-
The name of attribute which will be printed into the 8th column (dependency relation). Default is
autodetect
which tries firstconll/deprel
and if it is not defined thenafun
. - pos_attribute
-
The name of attribute which will be printed into the 5th column (part-of-speech tag). Default is
autodetect
which tries firstconll/pos
and if it is not defined thentag
. - cpos_attribute
-
The name of attribute which will be printed into the 4th column (coarse-grain part-of-speech tag). Default is
conll/cpos
. - feat_attribute
-
The name of attribute which will be printed into the 6th column (features). Default is
_
which means that an underscore will be printed instead of the features. Possible values areconll/feat
andiset
.
METHODS
- process_document
-
Saves the document.
AUTHOR
David Mareček, Daniel Zeman, Martin Popel
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 180:
Non-ASCII character seen before =encoding in 'Mareček,'. Assuming UTF-8