Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.tools.GrammarPacker.PackingFileTuple Class Reference
Collaboration diagram for joshua.tools.GrammarPacker.PackingFileTuple:
[legend]

List of all members.

Public Member Functions

int compareTo (PackingFileTuple o)

Package Functions

 PackingFileTuple (String prefix)
DataOutputStream getSourceOutput () throws IOException
DataOutputStream getTargetOutput () throws IOException
DataOutputStream getTargetLookupOutput () throws IOException
DataOutputStream getFeatureOutput () throws IOException
DataOutputStream getAlignmentOutput () throws IOException
long getSize ()

Private Member Functions

DataOutputStream getOutput (File file) throws IOException

Private Attributes

File sourceFile
File targetLookupFile
File targetFile
File featureFile
File alignmentFile

Constructor & Destructor Documentation


Member Function Documentation

Here is the call graph for this function:

DataOutputStream joshua.tools.GrammarPacker.PackingFileTuple.getAlignmentOutput ( ) throws IOException [package]

Here is the call graph for this function:

Here is the caller graph for this function:

DataOutputStream joshua.tools.GrammarPacker.PackingFileTuple.getFeatureOutput ( ) throws IOException [package]

Here is the call graph for this function:

Here is the caller graph for this function:

DataOutputStream joshua.tools.GrammarPacker.PackingFileTuple.getOutput ( File  file) throws IOException [private]

Here is the caller graph for this function:

Here is the caller graph for this function:

DataOutputStream joshua.tools.GrammarPacker.PackingFileTuple.getSourceOutput ( ) throws IOException [package]

Here is the call graph for this function:

Here is the caller graph for this function:

DataOutputStream joshua.tools.GrammarPacker.PackingFileTuple.getTargetLookupOutput ( ) throws IOException [package]

Here is the call graph for this function:

Here is the caller graph for this function:

DataOutputStream joshua.tools.GrammarPacker.PackingFileTuple.getTargetOutput ( ) throws IOException [package]

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation