NAME

TectoMT::GenericBlock


VERSION

0.0.1


SYNOPSIS

 use TectoMT::Bundle;
 priklad vytvoreni noveho bloku
 ??? ??? ??? ???


DESCRIPTION

?? ?? ?? ?? ?? ???? ?? ???? ?? ???? ?? ??

Abstract class which is to be used only as a common predecessor of all translation blocks used in the TectoMT system.


METHODS different from TectoMT::Block

$block->get_Anylanguage1;

Get the value of language parameter Anylanguage1 by matching the name of the requested block with the name of the generic block.

$block->get_Anylanguage2;

...

$block->process_document($document);

Applies the translation block on the given TectoMT::Document object.


SEE ALSO

TectoMT::Node, TectoMT::Bundle, TectoMT::Document, TectoMT::Scenario,


AUTHOR

Zdenek Zabokrtsky <zabokrtsky@ufal.mff.cuni.cz>


COPYRIGHT

Copyright (c) 2006 by Zdenek Zabokrtsky. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.