MaltParser 1.0.3

org.maltparser
Class MaltConsoleEngine

java.lang.Object
  extended by org.maltparser.MaltConsoleEngine

public class MaltConsoleEngine
extends Object

MaltConsoleEngine controls the MaltParser system using the console version.

Since:
1.0
Author:
Johan Hall

Constructor Summary
MaltConsoleEngine(String[] args)
          Creates a MaltConsoleEngine object
 
Method Summary
static String getBuildDate()
          Returns the build date
static Attributes getManifestAttributes()
          Returns a set of attributes present in the jar manifest file
static OptionManager getOptionManager()
          Returns the option manager
static PluginLoader getPluginLoader()
          Returns the plugin manager
static org.apache.log4j.Logger getSystemLogger()
          Returns the system logger
 org.apache.log4j.Level getSystemVerbosityLevel()
          Returns the system verbosity level
static String getVersion()
          Returns the version number as string
static String header()
          Returns the application header
 void setSystemVerbosityLevel(String verbosity)
          Sets the system verbosity level
 void startEngine()
          Starts the console engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaltConsoleEngine

public MaltConsoleEngine(String[] args)
Creates a MaltConsoleEngine object

Parameters:
args - command-line arguments
Method Detail

startEngine

public void startEngine()
Starts the console engine.


getOptionManager

public static OptionManager getOptionManager()
Returns the option manager

Returns:
the option manager

getPluginLoader

public static PluginLoader getPluginLoader()
Returns the plugin manager

Returns:
the plugin manager

getSystemLogger

public static org.apache.log4j.Logger getSystemLogger()
Returns the system logger

Returns:
the system logger

getSystemVerbosityLevel

public org.apache.log4j.Level getSystemVerbosityLevel()
Returns the system verbosity level

Returns:
the system verbosity level

setSystemVerbosityLevel

public void setSystemVerbosityLevel(String verbosity)
Sets the system verbosity level

Parameters:
verbosity - a system verbosity level

header

public static String header()
Returns the application header

Returns:
the application header

getManifestAttributes

public static Attributes getManifestAttributes()
Returns a set of attributes present in the jar manifest file

Returns:
a set of attributes present in the jar manifest file

getVersion

public static String getVersion()
Returns the version number as string

Returns:
the version number as string

getBuildDate

public static String getBuildDate()
Returns the build date

Returns:
the build date

MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.