org.maltparser.core.config
Interface Configuration
- All Known Subinterfaces:
- DependencyParserConfig
- All Known Implementing Classes:
- SingleMalt
public interface Configuration
- Author:
- Johan Hall
getConfigurationDir
ConfigurationDir getConfigurationDir()
setConfigurationDir
void setConfigurationDir(ConfigurationDir configDir)
getConfigLogger
org.apache.log4j.Logger getConfigLogger()
setConfigLogger
void setConfigLogger(org.apache.log4j.Logger logger)
getSymbolTables
SymbolTableHandler getSymbolTables()
getRegistry
ConfigurationRegistry getRegistry()
getOptionValue
Object getOptionValue(String optiongroup,
String optionname)
throws MaltChainedException
- Throws:
MaltChainedException
getOptionValueString
String getOptionValueString(String optiongroup,
String optionname)
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.