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

List of all members.

Public Member Functions

 TranslationInfo ()
void addTranslations (ArrayList< String > candidates)
ArrayList< ArrayList< String > > getAllTranslations ()
ArrayList< String > getAllTranslationsByIndex (int index)
ArrayList< String > getOneTranslationList (int index)
String getSourceSentence ()
void setSourceSentence (String src)
String getReferenceTranslation ()
void setReferenceTranslation (String ref)
ArrayList< String > getAllOneBest ()

Static Private Member Functions

static String extractTerminals (String candidate)

Private Attributes

String sourceSentence
String referenceTranslation
ArrayList< String > oneBest
ArrayList< ArrayList< String > > translations

Constructor & Destructor Documentation


Member Function Documentation

Here is the call graph for this function:

static String joshua.ui.tree_visualizer.browser.TranslationInfo.extractTerminals ( String  candidate) [static, private]

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:


Member Data Documentation

ArrayList<ArrayList<String> > joshua.ui.tree_visualizer.browser.TranslationInfo.translations [private]