Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.corpus.syntax.SyntaxTree Interface Reference
Inheritance diagram for joshua.corpus.syntax.SyntaxTree:
[legend]

List of all members.

Public Member Functions

Collection< Integer > getConstituentLabels (int from, int to)
Collection< Integer > getConcatenatedLabels (int from, int to)
Collection< Integer > getCcgLabels (int from, int to)
int[] getTerminals ()
int[] getTerminals (int from, int to)

Member Function Documentation

Collection<Integer> joshua.corpus.syntax.SyntaxTree.getCcgLabels ( int  from,
int  to 
)

Implemented in joshua.corpus.syntax.ArraySyntaxTree.

Here is the caller graph for this function:

Collection<Integer> joshua.corpus.syntax.SyntaxTree.getConcatenatedLabels ( int  from,
int  to 
)

Implemented in joshua.corpus.syntax.ArraySyntaxTree.

Here is the caller graph for this function:

Collection<Integer> joshua.corpus.syntax.SyntaxTree.getConstituentLabels ( int  from,
int  to 
)

Implemented in joshua.corpus.syntax.ArraySyntaxTree.

Here is the caller graph for this function:

Implemented in joshua.corpus.syntax.ArraySyntaxTree.

Here is the caller graph for this function: