|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Classes | |
| class | ParaphraseRule |
| class | RuleBatch |
Static Public Member Functions | |
| static void | main (String[] args) throws NumberFormatException, IOException |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(AggregateParaphraseGrammar.class.getName()) |
| static boolean | HIERO_MODE = false |
Merges a sorted SAMT-format to-English translation grammar into a paraphrase grammar
| static void joshua.tools.AggregateParaphraseGrammar.main | ( | String[] | args | ) | throws NumberFormatException, IOException [static] |
Main method.
| args | names of the two grammars to be compared |
| IOException | |
| NumberFormatException |
boolean joshua.tools.AggregateParaphraseGrammar.HIERO_MODE = false [static, private] |
final Logger joshua.tools.AggregateParaphraseGrammar.logger = Logger.getLogger(AggregateParaphraseGrammar.class.getName()) [static, private] |
Logger for this class.