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

List of all members.

Public Member Functions

 ParsedSentence (String input, int id)
int[] intSentence ()
SyntaxTree syntaxTree ()

Static Public Member Functions

static boolean matches (String input)

Private Attributes

SyntaxTree syntaxTree

Constructor & Destructor Documentation

Here is the call graph for this function:


Member Function Documentation

Reimplemented from joshua.decoder.segment_file.Sentence.

Here is the call graph for this function:

static boolean joshua.decoder.segment_file.ParsedSentence.matches ( String  input) [static]

Here is the caller graph for this function:

Here is the caller graph for this function:


Member Data Documentation