NAME

TectoMT::Block


VERSION

0.0.2


SYNOPSIS

 use TectoMT::Bundle;
 ??? ??? ??? ???


DESCRIPTION

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


METHODS

Constructor

my $scenario = TectoMT::Scenario->new({'blocks'=> [ qw(Blocks::Tokenize Blocks::Lemmatize) ]);

Constructor argument is a reference to a hash containing options. Option 'blocks' specifies the reference to the array of names of blocks which are to be executed (in the specified order) when the scenario is applied on a TectoMT::Document object.

Running the scenario

$scenario->apply_on_tmt_documents(@documents);

Applies the sequence of blocks on the specified TectoMT::Document objects.

$scenario->apply_on_tmt_files(@file_names);

Opens the PML files (corresponding instances of TectoMT::Documents), applies the translation blocks on them, and saves the files back (under the same names).

$scenario->apply_on_fsfile_objects(@fsfiles);

It applies the blocks on the given list of instances of class FSFile (e.g. $grp->{FSFile} in btred/ntred)


SEE ALSO

TectoMT::Node, TectoMT::Bundle, TectoMT::Document, TectoMT::Block,


AUTHOR

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


COPYRIGHT

Copyright 2006-2009 Zdenek Zabokrtsky, Martin Popel. This file is distributed under the GNU General Public License v2. See $TMT_ROOT/README