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

List of all members.

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

Detailed Description

Merges a sorted SAMT-format to-English translation grammar into a paraphrase grammar

Author:
Juri Ganitkevitch

Member Function Documentation

static void joshua.tools.AggregateParaphraseGrammar.main ( String[]  args) throws NumberFormatException, IOException [static]

Main method.

Parameters:
argsnames of the two grammars to be compared
Exceptions:
IOException
NumberFormatException

Here is the call graph for this function:


Member Data Documentation

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.