Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.ArgsParser Class Reference

List of all members.

Public Member Functions

 ArgsParser (String[] args, JoshuaConfiguration joshuaConfiguration) throws IOException
String getConfigFile ()
void setConfigFile (String configFile)

Private Attributes

String configFile = null

Detailed Description

Author:
orluke

Constructor & Destructor Documentation

joshua.decoder.ArgsParser.ArgsParser ( String[]  args,
JoshuaConfiguration  joshuaConfiguration 
) throws IOException

Parse the arguments passed from the command line when the JoshuaDecoder application was executed from the command line.

Parameters:
args
Exceptions:
IOException

Here is the call graph for this function:


Member Function Documentation

Returns:
the configFile

Here is the caller graph for this function:

void joshua.decoder.ArgsParser.setConfigFile ( String  configFile)
Parameters:
configFilethe configFile to set

Here is the caller graph for this function:


Member Data Documentation

String joshua.decoder.ArgsParser.configFile = null [private]