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

List of all members.

Static Public Member Functions

static void main (String[] args) throws NumberFormatException, IOException

Static Private Attributes

static final Logger logger = Logger.getLogger(LabelPhrases.class.getName())

Detailed Description

Finds labeling for a set of phrases.

Author:
Juri Ganitkevitch

Member Function Documentation

static void joshua.tools.LabelPhrases.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

final Logger joshua.tools.LabelPhrases.logger = Logger.getLogger(LabelPhrases.class.getName()) [static, private]

Logger for this class.