public final class LWSingleMalt extends Object implements DependencyParserConfig
Modifier and Type | Field and Description |
---|---|
static Class<?>[] |
paramTypes |
Constructor and Description |
---|
LWSingleMalt(int containerIndex,
DataFormatInstance dataFormatInstance,
McoModel _mcoModel,
PropagationManager _propagationManager,
FeatureModelManager _featureModelManager) |
public static final Class<?>[] paramTypes
public LWSingleMalt(int containerIndex, DataFormatInstance dataFormatInstance, McoModel _mcoModel, PropagationManager _propagationManager, FeatureModelManager _featureModelManager) throws MaltChainedException
MaltChainedException
public FeatureModelManager getFeatureModelManager()
getFeatureModelManager
in interface DependencyParserConfig
public AbstractParserFactory getParserFactory()
getParserFactory
in interface DependencyParserConfig
public void parse(DependencyStructure graph) throws MaltChainedException
parse
in interface DependencyParserConfig
MaltChainedException
public void oracleParse(DependencyStructure goldGraph, DependencyStructure oracleGraph) throws MaltChainedException
oracleParse
in interface DependencyParserConfig
MaltChainedException
public void terminate(Object[] arguments) throws MaltChainedException
MaltChainedException
public boolean isLoggerInfoEnabled()
isLoggerInfoEnabled
in interface Configuration
public boolean isLoggerDebugEnabled()
isLoggerDebugEnabled
in interface Configuration
public void logErrorMessage(String message)
logErrorMessage
in interface Configuration
public void logInfoMessage(String message)
logInfoMessage
in interface Configuration
public void logInfoMessage(char character)
logInfoMessage
in interface Configuration
public void logDebugMessage(String message)
logDebugMessage
in interface Configuration
public void writeInfoToConfigFile(String message) throws MaltChainedException
writeInfoToConfigFile
in interface Configuration
MaltChainedException
public OutputStreamWriter getOutputStreamWriter(String fileName) throws MaltChainedException
getOutputStreamWriter
in interface Configuration
MaltChainedException
public OutputStreamWriter getAppendOutputStreamWriter(String fileName) throws MaltChainedException
getAppendOutputStreamWriter
in interface Configuration
MaltChainedException
public InputStreamReader getInputStreamReader(String fileName) throws MaltChainedException
getInputStreamReader
in interface Configuration
MaltChainedException
public InputStream getInputStreamFromConfigFileEntry(String fileName) throws MaltChainedException
getInputStreamFromConfigFileEntry
in interface Configuration
MaltChainedException
public URL getConfigFileEntryURL(String fileName) throws MaltChainedException
getConfigFileEntryURL
in interface Configuration
MaltChainedException
public Object getConfigFileEntryObject(String fileName) throws MaltChainedException
getConfigFileEntryObject
in interface Configuration
MaltChainedException
public String getConfigFileEntryString(String fileName) throws MaltChainedException
getConfigFileEntryString
in interface Configuration
MaltChainedException
public File getFile(String fileName) throws MaltChainedException
getFile
in interface Configuration
MaltChainedException
public Object getOptionValue(String optiongroup, String optionname) throws MaltChainedException
getOptionValue
in interface Configuration
MaltChainedException
public String getOptionValueString(String optiongroup, String optionname) throws MaltChainedException
getOptionValueString
in interface Configuration
MaltChainedException
public SymbolTableHandler getSymbolTables()
getSymbolTables
in interface Configuration
public DataFormatInstance getDataFormatInstance()
getDataFormatInstance
in interface DependencyParserConfig
public PropagationManager getPropagationManager()
getPropagationManager
in interface DependencyParserConfig
public String getDecisionSettings()
public int getkBestSize()
public String getClassitem_separator()
public URL getFeatureModelURL()
public String getDataSplitColumn()
public String getDataSplitStructure()
public boolean isExcludeNullValues()
public LWDecisionModel getDecisionModel()
Copyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.