|
MaltParser 1.0.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.maltparser.MaltConsoleEngine
public class MaltConsoleEngine
MaltConsoleEngine controls the MaltParser system using the console version.
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 |
---|
public MaltConsoleEngine(String[] args)
args
- command-line argumentsMethod Detail |
---|
public void startEngine()
public static OptionManager getOptionManager()
public static PluginLoader getPluginLoader()
public static org.apache.log4j.Logger getSystemLogger()
public org.apache.log4j.Level getSystemVerbosityLevel()
public void setSystemVerbosityLevel(String verbosity)
verbosity
- a system verbosity levelpublic static String header()
public static Attributes getManifestAttributes()
public static String getVersion()
public static String getBuildDate()
|
MaltParser 1.0.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |