NAME

Treex::Block::Util::SetGlobal

VERSION

version 2.20210102

DESCRIPTION

Special block for setting global parameters in scenarios. E.g., instead of:

Read::PlainText language=en from=file.txt
W2A::Tokenize language=en
W2A::Tag language=en
...

you can write:

Util::SetGlobal language=en
Read::PlainText from=file.txt
W2A::Tokenize
W2A::Tag
...

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.