The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Treex::Core::TredView::AnnotationCommand - simple command-line annotation interface

VERSION

version 2.20151216

DESCRIPTION

This module allows to annotate Treex files in TrEd by means of a simple text-based command language. Command line dialog is invoked in the Treex entension after pressing space.

The command language will be specified in the future. At this moment, the language supports only one command: 'd <deprel>', which fills the <deprel> value into the conll/deprel attribute.

METHODS

Public methods

run($command,$node)

AUTHOR

Zdeněk Žabokrtský <toman@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

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