|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
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) |
| Collection<Integer> joshua.corpus.syntax.SyntaxTree.getCcgLabels | ( | int | from, |
| int | to | ||
| ) |
| Collection<Integer> joshua.corpus.syntax.SyntaxTree.getConcatenatedLabels | ( | int | from, |
| int | to | ||
| ) |
| Collection<Integer> joshua.corpus.syntax.SyntaxTree.getConstituentLabels | ( | int | from, |
| int | to | ||
| ) |
| int [] joshua.corpus.syntax.SyntaxTree.getTerminals | ( | ) |
| int [] joshua.corpus.syntax.SyntaxTree.getTerminals | ( | int | from, |
| int | to | ||
| ) |
Implemented in joshua.corpus.syntax.ArraySyntaxTree.