TectoMT::Bundle
A bundle in TectoMT corresponds to one sentence in its various forms/representations (esp. its representations on various levels of language description, but also possibly including its counterpart sentence from a parallel corpus, or its automatically created translation, and their linguistic representations, be they created by analysis / transfer / synthesis). Attributes can be attached to a bundle as a whole.
Creates a new empty tree bundle.
tie_with_fsroot($fsroot)
Associates the given bundle with a FSNode object which is the root of a tree in the Fslib representation and will be used as the underlying represenatation of the bundle.
Returns the associated FSNode object used as the bundle's underlying Fslib represenatation.
Unties the TectoMT::Bundle object from its underlying FSNode representation.
Returns the value of the bundle attribute of the given name.
Sets the given attribute of the bundle with the given value.
Returns the TectoMT::Node object which is the root of the tree named $tree_name. Fatal error is caused if no tree of the given name is present in the bundle.
Includes the tree rooted by $root_node into the bundle under the $tree_name name.
Returns true if a tree of the given name is present in the budnle.
Returns alphabetically sorted array of names of trees contained in the bundle.
Besides trees and bundle attributes with names statically predefined in the TectoMT pml schema (such as 'SCzechT' or 'czech_source_sentence'), one can use generic attributes and trees, which are parametrizable by language (using ISO 639 codes) and direction (S for source, T for target). Tree names then look e.g. like 'SarA' (source-side arabic analytical tree). Attribute names look like 'Sar sentence' (source-side arabic sentence).
Short unstructured pieces of information can be stored with bundles, e.g. because of special needs of inter-block communication. For example, a message can be left in a bundle that the contained sentece cannot be parsed by an ordinary parsing block and should be parsed later by a fallback-parser block.
Returns the TectoMT::Document object in which the bundle is contained.
Copyright 2006 Zdenek Zabokrtsky. This file is distributed under the GNU General Public License v2. See $TMT_ROOT/README