MaltParser 1.0.3
A B C D E F G H I J K L M N O P R S T U V W

A

acyclic - Variable in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
addAction(String, SymbolTable, Integer) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addAction(int, SymbolTable, Integer) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addAction(String, SymbolTable, String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addAction(int, SymbolTable, String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addAction(String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addAction(int) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addAction(int, ArcLabels) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addAction(String, ArcLabels) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addArc(Node, Node, ArcLabels) - Method in class org.maltparser.core.graph.DependencyGraph
 
addArc(Node, Node, ArcLabels) - Method in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
addDependent(Node) - Method in class org.maltparser.core.graph.Node
 
addEntry(String, String, String, String) - Method in class org.maltparser.core.dataformat.DataFormatSpecification
 
addFeatureLine(String) - Method in class org.maltparser.parser.guide.feature.FeatureVector
 
addHead(Node, ArcLabels) - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
addHead(Node, ArcLabels) - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
addHead(Node, ArcLabels) - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
addHead(Node) - Method in class org.maltparser.core.graph.Node
 
addHead(Node, ArcLabels) - Method in class org.maltparser.core.graph.Node
 
addInstance(ClassTable, FeatureVector) - Method in interface org.maltparser.ml.LearningMethod
 
addInstance(ClassTable, FeatureVector) - Method in class org.maltparser.ml.libsvm.Libsvm
 
addInstance(ClassTable, FeatureVector) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
addInstance(ParserAction) - Method in class org.maltparser.parser.guide.Guide
Used by the parsing algorithm for adding a instance to the training instance set during learning.
addInstance(ParserAction) - Method in interface org.maltparser.parser.guide.GuideModel
 
addInstance(ParserAction) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
addInstance(ParserAction) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
addInstance(ParserAction) - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
addInstanceExcludeNull(ClassTable, FeatureVector) - Method in class org.maltparser.ml.libsvm.Libsvm
 
addKBestItem(int) - Method in class org.maltparser.ml.KBestList
 
addKBestItem(int, double) - Method in class org.maltparser.ml.KBestList
 
addLegalValue(String, String, String) - Method in class org.maltparser.core.options.option.ClassOption
Adds a legal value that corresponds to a class
addLegalValue(String, String) - Method in class org.maltparser.core.options.option.EnumOption
Adds a legal value
addLegalValue(String) - Method in class org.maltparser.core.options.option.EnumOption
Adds a legal value without a description
addLegalValue(String, String, String) - Method in class org.maltparser.core.options.option.StringEnumOption
Adds a legal value that corresponds to another string
addOption(Option) - Method in class org.maltparser.core.options.OptionGroup
Adds an option to the option group.
addOptionValue(int, Option, Object) - Method in class org.maltparser.core.options.OptionContainer
Adds an option value to an option to one of the internal option container specified by the type.
addOptionValue(int, Integer, Option, Object) - Method in class org.maltparser.core.options.OptionValues
Adds an option value to an option to one of the internal option container specified by the type.
addSymbol(String) - Method in interface org.maltparser.core.symbol.SymbolTable
 
addSymbol(String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
addSymbolTable(String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
addSymbolTable(String, SymbolTable) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
addSymbolTable(String, int, String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
addSymbolTable(String, int, String, String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
addSymbolTable(String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
addSymbolTable(String, SymbolTable) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
addSymbolTable(String, int, String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
addSymbolTable(String, int, String, String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
addTransitionToClassSymbolTable(SymbolTable) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
addValue(String, TrieSymbolTable, int) - Method in class org.maltparser.core.symbol.trie.Trie
 
AllCombinedClassTable - Class in org.maltparser.parser.guide.classtable
 
AllCombinedClassTable(SymbolTableHandler, String, ParserAction, Character, int) - Constructor for class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
allowShift - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
append(char) - Method in class org.maltparser.core.helper.NoPrintStream
 
append(CharSequence, int, int) - Method in class org.maltparser.core.helper.NoPrintStream
 
append(CharSequence) - Method in class org.maltparser.core.helper.NoPrintStream
 
ArcLabels - Class in org.maltparser.core.graph.arc
 
ArcLabels() - Constructor for class org.maltparser.core.graph.arc.ArcLabels
 
ArcLabels(ArcLabels) - Constructor for class org.maltparser.core.graph.arc.ArcLabels
 
arcs - Variable in class org.maltparser.core.graph.Node
the head arcs that contains one or more labeled arcs (if singleHeadedConstraint==true, it contains only one arc per node)
atof(String) - Static method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the double (floating-point) value of the string s
atoi(String) - Static method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the integer value of the string s
AtomicFeature - Class in org.maltparser.parser.guide.feature
 
AtomicFeature() - Constructor for class org.maltparser.parser.guide.feature.AtomicFeature
 
AtomicModel - Class in org.maltparser.parser.guide.instmodel
 
AtomicModel(int, FeatureVector, ClassTable, GuideModel) - Constructor for class org.maltparser.parser.guide.instmodel.AtomicModel
Constructs an atomic model.

B

behavior - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
BoolColumnInstance - Class in org.maltparser.core.sentence
 
BoolColumnInstance(ColumnDescription) - Constructor for class org.maltparser.core.sentence.BoolColumnInstance
 
BOOLEAN - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
BoolOption - Class in org.maltparser.core.options.option
A boolean option is an option that can only contain a boolean value (true or false).
BoolOption(OptionGroup, String, String, String, String, String) - Constructor for class org.maltparser.core.options.option.BoolOption
Creates a boolean option description
BOTH - Static variable in class org.maltparser.core.options.option.Option
The option is relevant both during learning and processing (parsing)
BUFFER - Static variable in class org.maltparser.core.config.ConfigurationDir
 

C

capacity - Variable in class org.maltparser.core.graph.DependencyGraph
 
cardinality - Variable in class org.maltparser.parser.guide.feature.Feature
 
changeOutputColumnSymbolTable(SymbolTable, SymbolTable) - Method in class org.maltparser.core.graph.DependencyGraph
 
checkConfigDirectory() - Method in class org.maltparser.core.config.ConfigurationDir
 
checkError() - Method in class org.maltparser.core.helper.NoPrintStream
 
checkOptionDependency() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
checkPackageAccess(String) - Method in class org.maltparser.core.plugin.JarLoader
Checks package access
checkParserAction(DependencyGraph) - Method in class org.maltparser.parser.algorithm.covington.Covington
 
checkParserAction(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
checkParserAction(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.NivreEager
 
checkParserAction(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.NivreStandard
 
checkRootLabelCodes(ArcLabels) - Method in class org.maltparser.core.graph.RootLabels
 
classCode - Variable in class org.maltparser.ml.KBestItem
 
classCodeTable - Variable in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
CLASSIFY - Static variable in interface org.maltparser.ml.LearningMethod
 
ClassOption - Class in org.maltparser.core.options.option
A class type option is an option that can only contain string value that corresponds to a class.
ClassOption(OptionGroup, String, String, String, String) - Constructor for class org.maltparser.core.options.option.ClassOption
Creates a class type option description
ClassTable - Class in org.maltparser.parser.guide.classtable
 
ClassTable(ParserAction, int) - Constructor for class org.maltparser.parser.guide.classtable.ClassTable
 
ClassTableException - Exception in org.maltparser.parser.guide.classtable
ClassTableException object extends the MaltChainedException class and is thrown by classes within the classtable package.
ClassTableException(String) - Constructor for exception org.maltparser.parser.guide.classtable.ClassTableException
Creates a ClassTableException object with a message
ClassTableException(String, Throwable) - Constructor for exception org.maltparser.parser.guide.classtable.ClassTableException
Creates a ClassTableException object with a message and a cause to the exception.
clear() - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
clear() - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
clear() - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
clear() - Method in class org.maltparser.core.graph.DependencyGraph
 
clear() - Method in class org.maltparser.core.graph.Node
 
clear() - Method in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
clear() - Method in class org.maltparser.core.sentence.Token
 
clear() - Method in class org.maltparser.ml.KBestList
 
clear() - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
clearSentence() - Method in class org.maltparser.core.sentence.Sentence
 
close() - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
close() - Method in class org.maltparser.core.dataformat.reader.TabReader
 
close() - Method in interface org.maltparser.core.dataformat.writer.DataWriter
 
close() - Method in class org.maltparser.core.dataformat.writer.TabWriter
 
close() - Method in class org.maltparser.core.helper.NoPrintStream
 
closeInstanceWriter() - Method in class org.maltparser.ml.libsvm.Libsvm
 
closeInstanceWriter() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Close the instance writer
code2SymbolMap - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
codeToSymbol(int) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
column - Variable in class org.maltparser.parser.guide.feature.ColumnFeature
 
ColumnDescription - Class in org.maltparser.core.dataformat
 
ColumnDescription(int, String, String, String, String, SymbolTableHandler, String, String) - Constructor for class org.maltparser.core.dataformat.ColumnDescription
 
columnDescription - Variable in class org.maltparser.core.sentence.ColumnInstance
 
ColumnFeature - Class in org.maltparser.parser.guide.feature
 
ColumnFeature() - Constructor for class org.maltparser.parser.guide.feature.ColumnFeature
 
ColumnInstance - Class in org.maltparser.core.sentence
 
ColumnInstance(ColumnDescription, boolean) - Constructor for class org.maltparser.core.sentence.ColumnInstance
 
CombinedPredictionModel - Class in org.maltparser.parser.guide.predmodel
The combined prediction guide model combines the transition and all output columns into one class sets (the same behavior as MaltParser 0.4).
CombinedPredictionModel(Guide) - Constructor for class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Constructs a combined prediction guide model.
COMMANDLINE - Static variable in class org.maltparser.core.options.OptionContainer
 
compareTo(ColumnDescription) - Method in class org.maltparser.core.dataformat.ColumnDescription
 
compareTo(DataFormatEntry) - Method in class org.maltparser.core.dataformat.DataFormatEntry
 
compareTo(Node) - Method in class org.maltparser.core.graph.Node
 
compareTo(Option) - Method in class org.maltparser.core.options.option.Option
 
compareTo(OptionContainer) - Method in class org.maltparser.core.options.OptionContainer
 
compareTo(ColumnInstance) - Method in class org.maltparser.core.sentence.ColumnInstance
 
compareTo(Token) - Method in class org.maltparser.core.sentence.Token
 
compareTo(Transition) - Method in class org.maltparser.parser.algorithm.helper.Transition
 
component - Variable in class org.maltparser.core.graph.Node
a reference to a node where the node is part of a component.
configDir - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
configDirectory - Variable in class org.maltparser.core.config.ConfigurationDir
 
configLogger - Variable in class org.maltparser.core.config.ConfigurationDir
 
configLogger - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
Configuration - Interface in org.maltparser.core.config
An interface for creating different types of configurations.
configuration - Variable in class org.maltparser.core.config.ConfigurationDir
 
configuration - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
configuration - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
ConfigurationDir - Class in org.maltparser.core.config
 
ConfigurationDir(Configuration, URL) - Constructor for class org.maltparser.core.config.ConfigurationDir
 
ConfigurationDir(Configuration, String, String, Integer) - Constructor for class org.maltparser.core.config.ConfigurationDir
 
ConfigurationException - Exception in org.maltparser.core.config
ConfigurationException extends the MaltChainedException class and is thrown by classes within the configuration package.
ConfigurationException(String) - Constructor for exception org.maltparser.core.config.ConfigurationException
Creates a ConfigurationException object with a message
ConfigurationException(String, Throwable) - Constructor for exception org.maltparser.core.config.ConfigurationException
Creates a ConfigurationException object with a message and a cause to the exception.
containerIndex - Variable in class org.maltparser.core.config.ConfigurationDir
 
containerIndex - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
contains(int, Option) - Method in class org.maltparser.core.options.OptionContainer
Returns true if the option is present in the specified internal option container, otherwise false.
copy(SymbolTable) - Method in interface org.maltparser.core.symbol.SymbolTable
 
copy(SymbolTable) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
copyToConfig(File) - Method in class org.maltparser.core.config.ConfigurationDir
 
Covington - Class in org.maltparser.parser.algorithm.covington
 
Covington(SingleMaltConfiguration, Sentence) - Constructor for class org.maltparser.parser.algorithm.covington.Covington
 
CovingtonNonProjective - Class in org.maltparser.parser.algorithm.covington
 
CovingtonNonProjective(SingleMaltConfiguration, Sentence) - Constructor for class org.maltparser.parser.algorithm.covington.CovingtonNonProjective
 
CovingtonProjective - Class in org.maltparser.parser.algorithm.covington
 
CovingtonProjective(SingleMaltConfiguration, Sentence) - Constructor for class org.maltparser.parser.algorithm.covington.CovingtonProjective
 
createConfigDirectory() - Method in class org.maltparser.core.config.ConfigurationDir
 
createConfigFile() - Method in class org.maltparser.core.config.ConfigurationDir
 
createDataFormatInstance(SymbolTableHandler, String, String) - Method in class org.maltparser.core.dataformat.DataFormatSpecification
 
createFromGoldStandard() - Method in class org.maltparser.core.graph.DependencyGraph
 
createInfoFile() - Method in class org.maltparser.core.config.ConfigurationDir
 
createOperationStack(String) - Method in class org.maltparser.parser.guide.feature.TokenFeature
 
currentClassCode - Variable in class org.maltparser.parser.guide.classtable.ClassTable
 
currentClassString - Variable in class org.maltparser.parser.guide.classtable.ClassTable
 
currentItemIndex - Variable in class org.maltparser.ml.KBestList
 
currentUpdateNode - Variable in class org.maltparser.parser.guide.feature.ColumnFeature
 

D

DataFormatEntry - Class in org.maltparser.core.dataformat
DataFormatEntry is used for storing information about one column in a data format.
DataFormatEntry(int, String, String, String, String) - Constructor for class org.maltparser.core.dataformat.DataFormatEntry
Creates a data format entry
DataFormatException - Exception in org.maltparser.core.dataformat
DataFormatException extends the MaltChainedException class and is thrown by classes within the dataformat package.
DataFormatException(String) - Constructor for exception org.maltparser.core.dataformat.DataFormatException
Creates a DataFormatException object with a message
DataFormatException(String, Throwable) - Constructor for exception org.maltparser.core.dataformat.DataFormatException
Creates a DataFormatException object with a message and a cause to the exception.
DataFormatInstance - Class in org.maltparser.core.dataformat
 
DataFormatInstance(SortedSet<DataFormatEntry>, SymbolTableHandler, String, String) - Constructor for class org.maltparser.core.dataformat.DataFormatInstance
 
DataFormatSpecification - Class in org.maltparser.core.dataformat
 
DataFormatSpecification(Logger) - Constructor for class org.maltparser.core.dataformat.DataFormatSpecification
 
DataReader - Interface in org.maltparser.core.dataformat.reader
 
DataWriter - Interface in org.maltparser.core.dataformat.writer
 
dateFormat - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
decreaseFrequency() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
decreaseFrequency() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
decreaseFrequency() - Method in interface org.maltparser.parser.guide.instmodel.InstanceModel
 
decreaseNumberOfInstances() - Method in interface org.maltparser.ml.LearningMethod
 
decreaseNumberOfInstances() - Method in class org.maltparser.ml.libsvm.Libsvm
 
decreaseNumberOfInstances() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
DEFAULT_ROOTSYMBOL - Static variable in class org.maltparser.core.graph.RootLabels
 
DEFAULTMAXSENLEN - Static variable in class org.maltparser.core.sentence.Sentence
 
DEFAULTVALUE - Static variable in class org.maltparser.core.options.OptionManager
 
deleteConfigDirectory() - Method in class org.maltparser.core.config.ConfigurationDir
 
DEPENDENCIES_RESOLVED - Static variable in class org.maltparser.core.options.OptionContainer
 
DependencyGraph - Class in org.maltparser.core.graph
 
DependencyGraph(Sentence, String) - Constructor for class org.maltparser.core.graph.DependencyGraph
 
dependencyGraph - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
dependencyGraph - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
deprel - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
deprel - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
DEPROJ - Static variable in class org.maltparser.core.config.SingleMaltConfiguration
 
deprojectivize() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
deprojectivize(String) - Method in class org.maltparser.core.graph.DependencyGraph
 
deprojectivize(DependencyGraph) - Method in class org.maltparser.transform.PseudoProjectivity
 
DEVNULL - Static variable in class org.maltparser.core.helper.NoOutputStream
 

E

ECHO - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
EchoColumnInstance - Class in org.maltparser.core.sentence
 
EchoColumnInstance(ColumnDescription) - Constructor for class org.maltparser.core.sentence.EchoColumnInstance
 
echoInfoFile() - Method in class org.maltparser.core.config.ConfigurationDir
 
endTime - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
entries - Variable in class org.maltparser.core.dataformat.DataFormatSpecification
 
entryPositionCounter - Variable in class org.maltparser.core.dataformat.DataFormatSpecification
 
EnumOption - Class in org.maltparser.core.options.option
An enumerate option is an option that can only contain string value, which is in the legal value set.
EnumOption(OptionGroup, String, String, String, String) - Constructor for class org.maltparser.core.options.option.EnumOption
Creates an enumerate option description
equals(Object) - Method in class org.maltparser.core.dataformat.ColumnDescription
 
equals(Object) - Method in class org.maltparser.core.dataformat.DataFormatEntry
 
equals(Object) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
equals(Object) - Method in class org.maltparser.core.symbol.trie.Trie
 
equals(Object) - Method in class org.maltparser.core.symbol.trie.TrieEntry
 
equals(Object) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
equals(Object) - Method in class org.maltparser.parser.algorithm.helper.Transition
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.AtomicFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.Feature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.InputColumnFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.OutputColumnFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.TokenFeature
 
equals(Object) - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
excludeNullValues - Variable in class org.maltparser.ml.libsvm.Libsvm
 

F

Featurable - Interface in org.maltparser.parser.guide.feature
 
Feature - Class in org.maltparser.parser.guide.feature
 
Feature() - Constructor for class org.maltparser.parser.guide.feature.Feature
 
FeatureDivideModel - Class in org.maltparser.parser.guide.instmodel
The feature divide model is used for divide the training instances into several models according to a divide feature.
FeatureDivideModel(FeatureVector, ClassTable, GuideModel) - Constructor for class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Constructs a feature divide model.
FeatureException - Exception in org.maltparser.parser.guide.feature
FeatureException extends the MaltChainedException class and is thrown by classes within the feature package.
FeatureException(String) - Constructor for exception org.maltparser.parser.guide.feature.FeatureException
Creates a FeatureException object with a message
FeatureException(String, Throwable) - Constructor for exception org.maltparser.parser.guide.feature.FeatureException
Creates a FeatureException object with a message and a cause to the exception.
featureKnown - Variable in class org.maltparser.parser.guide.feature.Feature
 
features - Variable in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
featureValues - Variable in class org.maltparser.parser.guide.feature.Feature
 
FeatureVector - Class in org.maltparser.parser.guide.feature
 
FeatureVector(ParsingAlgorithm) - Constructor for class org.maltparser.parser.guide.feature.FeatureVector
 
finalize() - Method in interface org.maltparser.core.config.Configuration
 
finalize() - Method in class org.maltparser.core.config.ConfigurationDir
 
finalize() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
finalize() - Method in interface org.maltparser.ml.LearningMethod
 
finalize() - Method in class org.maltparser.ml.libsvm.Libsvm
 
finalize() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
finalize() - Method in class org.maltparser.parser.guide.Guide
Used for cleaning up the guide models and learner objects.
finalize() - Method in interface org.maltparser.parser.guide.GuideModel
 
finalize() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
finalize() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
finalize() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
finalizeSentence(Sentence, DependencyGraph) - Method in interface org.maltparser.ml.LearningMethod
 
finalizeSentence(Sentence, DependencyGraph) - Method in class org.maltparser.ml.libsvm.Libsvm
 
finalizeSentence(Sentence, DependencyGraph) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
finalizeSentence(Sentence, DependencyGraph) - Method in class org.maltparser.parser.guide.Guide
Used when a sentence has been processed during learning.
finalizeSentence(Sentence, DependencyGraph) - Method in interface org.maltparser.parser.guide.GuideModel
 
finalizeSentence(Sentence, DependencyGraph) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
finalizeSentence(Sentence, DependencyGraph) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
finalizeSentence(Sentence, DependencyGraph) - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
findClass(String) - Method in class org.maltparser.core.plugin.JarLoader
 
findComponent() - Method in class org.maltparser.core.graph.Node
 
findURL(String) - Static method in class org.maltparser.core.helper.Util
Search for a file according the following priority: The local file system Specified as an URL (starting with http:, file:, ftp: or jar: MaltParser distribution file (malt.jar) MaltParser plugins If the file string is found, an URL object is returned, otherwise null
flush() - Method in class org.maltparser.core.helper.NoPrintStream
 
format(Locale, String, Object...) - Method in class org.maltparser.core.helper.NoPrintStream
 
format(String, Object...) - Method in class org.maltparser.core.helper.NoPrintStream
 

G

generateMaps() - Method in class org.maltparser.core.options.OptionDescriptions
Creates several option maps for fast access to individual options.
generateMaps() - Method in class org.maltparser.core.options.OptionManager
Creates several option maps for fast access to individual options.
getArchive() - Method in class org.maltparser.core.plugin.Plugin
Returns the archive.
getArcLabels(int) - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getArcLabels(int) - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getArcLabels(int) - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getArcLabels(int, int) - Method in class org.maltparser.core.graph.DependencyGraph
 
getArcLabels(int) - Method in class org.maltparser.core.graph.Node
 
getBuildDate() - Static method in class org.maltparser.MaltConsoleEngine
Returns the build date
getCapacity() - Method in class org.maltparser.core.graph.DependencyGraph
 
getCapacity() - Method in class org.maltparser.core.sentence.Sentence
 
getCardinality(String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getCardinality() - Method in class org.maltparser.parser.guide.feature.Feature
Returns the cardinality (the number of distinct values) of the feature
getCategory() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
getCategory() - Method in class org.maltparser.core.dataformat.DataFormatEntry
Returns the column category
getCause() - Method in exception org.maltparser.core.exception.MaltChainedException
 
getCharacter() - Method in class org.maltparser.core.symbol.trie.TrieNode
Returns the character of the trie node
getChild(char) - Method in class org.maltparser.core.symbol.trie.TrieNode
Returns the child node that corresponds to the character
getClass(String) - Method in class org.maltparser.core.plugin.JarLoader
Returns the Class object for the class with the specified name.
getClass(String) - Method in class org.maltparser.core.plugin.PluginLoader
Returns the Class object for the class with the specified name.
getClasscode() - Method in class org.maltparser.ml.KBestItem
 
getClassCodeTable() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Returns a class table object
getClassCodeTable() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Returns a class table object
getClassCodeTable() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Returns the all combined class table
getClazz(String) - Method in class org.maltparser.core.options.option.ClassOption
Returns the class that corresponds to the enumerate string value.
getClosestLeftDependent() - Method in class org.maltparser.core.graph.Node
Returns the closest left dependent to the node it self, if not found null is returned.
getClosestRightDependent() - Method in class org.maltparser.core.graph.Node
Returns the closest right dependent to the node it self, if not found null is returned.
getCode() - Method in class org.maltparser.core.symbol.trie.TrieEntry
 
getCode() - Method in class org.maltparser.parser.algorithm.helper.Transition
Returns the transition code
getCodes() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getCodeTable() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getColumn() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
getColumnCategory() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getColumnDescription() - Method in class org.maltparser.core.sentence.ColumnInstance
 
getColumnDescriptionByName(String) - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getColumnInstance(ColumnDescription) - Method in class org.maltparser.core.sentence.Token
 
getColumnInstances() - Method in class org.maltparser.core.sentence.Token
 
getColumnName() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
getComponent() - Method in class org.maltparser.core.graph.Node
 
getConfigDirectory() - Method in class org.maltparser.core.config.ConfigurationDir
 
getConfigLogger() - Method in interface org.maltparser.core.config.Configuration
 
getConfigLogger() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getConfiguration() - Method in class org.maltparser.core.config.ConfigurationDir
 
getConfiguration() - Method in class org.maltparser.ml.libsvm.Libsvm
Returns the current configuration
getConfiguration() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the current configuration
getConfiguration() - Method in class org.maltparser.parser.algorithm.covington.Covington
 
getConfiguration() - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
getConfiguration() - Method in interface org.maltparser.parser.algorithm.ParsingAlgorithm
 
getConfiguration() - Method in class org.maltparser.parser.guide.Guide
Returns the current MaltParser configuration object
getConfiguration() - Method in interface org.maltparser.parser.guide.GuideModel
 
getConfiguration() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
getConfiguration() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
getConfiguration() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
getContainerIndex() - Method in class org.maltparser.core.config.ConfigurationDir
 
getCurrentClassCode() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
getCurrentClassString() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
getCurrentItemIndex() - Method in class org.maltparser.ml.KBestList
 
getCurrentSize() - Method in class org.maltparser.ml.KBestList
 
getCurrentUpdateNode() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
getDataFormatInstance() - Method in class org.maltparser.core.graph.DependencyGraph
 
getDataFormatInstance() - Method in class org.maltparser.core.sentence.Sentence
 
getDefaultOutput() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
getDefaultOutput() - Method in class org.maltparser.core.dataformat.DataFormatEntry
Returns the default output of an ignore column
getDefaultValueObject() - Method in class org.maltparser.core.options.option.BoolOption
 
getDefaultValueObject() - Method in class org.maltparser.core.options.option.ClassOption
 
getDefaultValueObject() - Method in class org.maltparser.core.options.option.EnumOption
 
getDefaultValueObject() - Method in class org.maltparser.core.options.option.IntegerOption
 
getDefaultValueObject() - Method in class org.maltparser.core.options.option.Option
Returns the object for the default value for option.
getDefaultValueObject() - Method in class org.maltparser.core.options.option.StringEnumOption
 
getDefaultValueObject() - Method in class org.maltparser.core.options.option.StringOption
 
getDefaultValueObject() - Method in class org.maltparser.core.options.option.UnaryOption
 
getDefaultValueString() - Method in class org.maltparser.core.options.option.BoolOption
 
getDefaultValueString() - Method in class org.maltparser.core.options.option.ClassOption
 
getDefaultValueString() - Method in class org.maltparser.core.options.option.EnumOption
 
getDefaultValueString() - Method in class org.maltparser.core.options.option.IntegerOption
 
getDefaultValueString() - Method in class org.maltparser.core.options.option.Option
Returns a string representation of the default value.
getDefaultValueString() - Method in class org.maltparser.core.options.option.StringEnumOption
 
getDefaultValueString() - Method in class org.maltparser.core.options.option.StringOption
 
getDefaultValueString() - Method in class org.maltparser.core.options.option.UnaryOption
 
getDependencyGraph() - Method in class org.maltparser.parser.algorithm.covington.Covington
 
getDependencyGraph() - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
getDependencyGraph() - Method in interface org.maltparser.parser.algorithm.ParsingAlgorithm
 
getDivideFeatureVector() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Returns the divide feature vector
getEmptyKBestList() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
getEntry(String, TrieSymbolTable) - Method in class org.maltparser.core.symbol.trie.Trie
 
getEntry(TrieSymbolTable) - Method in class org.maltparser.core.symbol.trie.TrieNode
Returns the entry of the symbol table 'table'
getFeatures() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Returns the feature vector used by this atomic model
getFeatures() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Returns the feature vector
getFile(String) - Method in interface org.maltparser.core.config.Configuration
 
getFile(String) - Method in class org.maltparser.core.config.ConfigurationDir
 
getFile(String) - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getFile(String) - Method in class org.maltparser.ml.libsvm.Libsvm
 
getFile(String) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns a file object.
getFile(String) - Method in class org.maltparser.parser.guide.Guide
 
getFile(String) - Method in interface org.maltparser.parser.guide.GuideModel
 
getFile(String) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
getFile(String) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
getFile(String) - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
getFirstHeadArcLabels() - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getFirstHeadArcLabels() - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getFirstHeadArcLabels() - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getFirstHeadColumnInstance() - Method in class org.maltparser.core.sentence.Token
 
getFirstHeadLabelCode(SymbolTable) - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getFirstHeadLabelCode(SymbolTable) - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getFirstHeadLabelCode(SymbolTable) - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getFirstIntegerValue() - Method in class org.maltparser.parser.guide.feature.Feature
 
getFirstStringValue() - Method in class org.maltparser.parser.guide.feature.Feature
 
getFlag() - Method in class org.maltparser.core.options.option.Option
Returns a character that is used as a flag for the command line input
getFrequency() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Returns the frequency (number of instances)
getFrequency() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Returns the frequency (number of instances)
getGroup() - Method in class org.maltparser.core.options.option.Option
Returns a reference to a option group.
getHead() - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getHead(int) - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getHead() - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getHead(int) - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getHead(int) - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getHead() - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getHead(int) - Method in class org.maltparser.core.graph.Node
 
getHead() - Method in class org.maltparser.core.graph.Node
 
getHeadColumnDescription() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getHeadColumnDescriptions() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getHeadColumnInstances() - Method in class org.maltparser.core.sentence.Token
 
getHeadLabelCode(SymbolTable) - Method in class org.maltparser.core.graph.Node
 
getHeads() - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getHeads() - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getHeads() - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getHeads() - Method in class org.maltparser.core.graph.Node
 
getIgnoreColumnDescriptions() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getIndex() - Method in class org.maltparser.core.graph.Node
 
getIndex() - Method in class org.maltparser.core.options.OptionContainer
Returns the option container index.
getIndex() - Method in class org.maltparser.core.sentence.Token
 
getIndex() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Returns the index of the atomic model
getInfoFileWriter() - Method in interface org.maltparser.core.config.Configuration
 
getInfoFileWriter() - Method in class org.maltparser.core.config.ConfigurationDir
 
getInfoFileWriter() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getInputColumnDescriptions() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getInputStreamReader(String) - Method in interface org.maltparser.core.config.Configuration
 
getInputStreamReader(String, String) - Method in class org.maltparser.core.config.ConfigurationDir
 
getInputStreamReader(String) - Method in class org.maltparser.core.config.ConfigurationDir
 
getInputStreamReader(String) - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getInputStreamReader(String) - Method in class org.maltparser.parser.guide.Guide
 
getInputStreamReader(String) - Method in interface org.maltparser.parser.guide.GuideModel
 
getInputStreamReader(String) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
getInputStreamReader(String) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
getInputStreamReader(String) - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
getInstanceInputStreamReader(String) - Method in class org.maltparser.ml.libsvm.Libsvm
 
getInstanceInputStreamReader(String) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the instance input reader.
getInstanceOutputStreamWriter(String) - Method in class org.maltparser.ml.libsvm.Libsvm
 
getInstanceOutputStreamWriter(String) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the instance output writer.
getInstanceWriter() - Method in interface org.maltparser.ml.LearningMethod
 
getInstanceWriter() - Method in class org.maltparser.ml.libsvm.Libsvm
 
getInstanceWriter() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
getIntegerValue() - Method in class org.maltparser.core.sentence.BoolColumnInstance
 
getIntegerValue() - Method in class org.maltparser.core.sentence.ColumnInstance
 
getIntegerValue() - Method in class org.maltparser.core.sentence.EchoColumnInstance
 
getIntegerValue() - Method in class org.maltparser.core.sentence.IgnoreColumnInstance
 
getIntegerValue() - Method in class org.maltparser.core.sentence.IntegerColumnInstance
 
getIntegerValue() - Method in class org.maltparser.core.sentence.StringColumnInstance
 
getIntegerValue(String) - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
getIntegerValue(String) - Method in class org.maltparser.parser.guide.feature.Feature
 
getIntegerValue(String) - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
getIntegerValue(String) - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
getIntegerValue(String) - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
getIntegerValue(String) - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
getIntegerValues() - Method in class org.maltparser.parser.guide.feature.Feature
 
getK() - Method in class org.maltparser.ml.KBestList
 
getKnown(Integer) - Method in interface org.maltparser.core.symbol.SymbolTable
 
getKnown(String) - Method in interface org.maltparser.core.symbol.SymbolTable
 
getKnown(Integer) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getKnown(String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getLabel(SymbolTable, int) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getLabelCode(int, SymbolTable) - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getLabelCode(Node, SymbolTable) - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
getLabelCode(int, SymbolTable) - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getLabelCode(Node, SymbolTable) - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
getLabelCode(int, SymbolTable) - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getLabelCode(Node, SymbolTable) - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
getLabelCode(int, int, SymbolTable) - Method in class org.maltparser.core.graph.DependencyGraph
 
getLabelCode(Node, SymbolTable) - Method in class org.maltparser.core.graph.Node
 
getLabelCode(SymbolTable) - Method in class org.maltparser.core.graph.Node
 
getLabelCode() - Method in class org.maltparser.core.graph.Node
 
getLabelCode(int, SymbolTable) - Method in class org.maltparser.core.graph.Node
 
getLabelCode(SymbolTable, int) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getLastLabel(SymbolTable) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getLastLabelCode(SymbolTable) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getLastLabelCode() - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getLastTransition() - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getLearnerMode() - Method in class org.maltparser.ml.libsvm.Libsvm
 
getLearnerMode() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the learner mode
getLearningMethodName() - Method in class org.maltparser.ml.libsvm.Libsvm
 
getLearningMethodName() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the name of the learning method
getLeftDependent(int) - Method in class org.maltparser.core.graph.Node
Returns the left dependent at the position index, where index==0 equals the left most dependent.
getLeftDependentCount() - Method in class org.maltparser.core.graph.Node
Return the number of left dependents
getLeftDependents() - Method in class org.maltparser.core.graph.Node
Returns a sorted set of left dependents
getLeftmostDependent() - Method in class org.maltparser.core.graph.Node
Returns the left most dependent.
getLeftmostDescendant() - Method in class org.maltparser.core.graph.Node
 
getLeftSibling() - Method in class org.maltparser.core.graph.Node
Returns the left sibling if it exists, otherwise null
getLegalValueMapToString(String) - Method in class org.maltparser.core.options.option.StringEnumOption
Returns the mapped legal value
getLegalValueString(Class<?>) - Method in class org.maltparser.core.options.option.ClassOption
Returns a string representation of particular class
getLegalValueString(String) - Method in class org.maltparser.core.options.option.StringEnumOption
Returns the legal value identifier name (an enumerate string value)
getLogger() - Method in class org.maltparser.core.sentence.Sentence
 
getLogger() - Method in class org.maltparser.core.sentence.Token
 
getManifestAttributes() - Static method in class org.maltparser.MaltConsoleEngine
Returns a set of attributes present in the jar manifest file
getMapto(String) - Method in class org.maltparser.core.options.option.StringEnumOption
Returns the mapped legal value that corresponds to the enumerate string value.
getMasterFeatureVector() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Returns the "sum-up" or master feature vector
getMessageChain() - Method in exception org.maltparser.core.exception.MaltChainedException
Returns a string representation of the exception chain.
getMethod() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Returns a learner object
getMode() - Method in interface org.maltparser.core.config.Configuration
 
getMode() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getModelName() - Method in class org.maltparser.parser.guide.Guide
 
getModelName() - Method in interface org.maltparser.parser.guide.GuideModel
 
getModelName() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
getModelName() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
getModelName() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
getName() - Method in interface org.maltparser.core.config.Configuration
 
getName() - Method in class org.maltparser.core.config.ConfigurationDir
 
getName() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getName() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
getName() - Method in class org.maltparser.core.dataformat.DataFormatEntry
Returns the column name
getName() - Method in class org.maltparser.core.options.option.Option
Returns the name of the option.
getName() - Method in class org.maltparser.core.options.OptionGroup
Returns the name of the option group
getName() - Method in interface org.maltparser.core.symbol.SymbolTable
 
getName() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getName() - Method in class org.maltparser.parser.algorithm.covington.Covington
 
getName() - Method in class org.maltparser.parser.algorithm.covington.CovingtonNonProjective
 
getName() - Method in class org.maltparser.parser.algorithm.covington.CovingtonProjective
 
getName() - Method in class org.maltparser.parser.algorithm.helper.Transition
Returns the transition name
getName() - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
getName() - Method in class org.maltparser.parser.algorithm.nivre.NivreEager
 
getName() - Method in class org.maltparser.parser.algorithm.nivre.NivreStandard
 
getName() - Method in interface org.maltparser.parser.algorithm.ParsingAlgorithm
 
getNextClassCode() - Method in class org.maltparser.ml.KBestList
 
getNextCode() - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
getNode(int) - Method in class org.maltparser.core.graph.DependencyGraph
 
getNode(String, int) - Method in class org.maltparser.core.graph.Node
 
getNode(String, int) - Method in class org.maltparser.parser.algorithm.covington.Covington
 
getNode(String, int) - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
getNode(String, int) - Method in interface org.maltparser.parser.guide.feature.Featurable
 
getNode() - Method in class org.maltparser.parser.guide.feature.TokenFeature
 
getNullValueCode(NullValues.NullValueId) - Method in interface org.maltparser.core.symbol.SymbolTable
 
getNullValueCode(NullValues.NullValueId) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getNullValueEncoding() - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
getNullValueStrategy() - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
getNullValueStrategy() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getNullValueSymbol(NullValues.NullValueId) - Method in interface org.maltparser.core.symbol.SymbolTable
 
getNullValueSymbol(NullValues.NullValueId) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getNumberOfColumnDescriptions() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getNumberOfInstances() - Method in class org.maltparser.ml.libsvm.Libsvm
 
getNumberOfInstances() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the number of processed instances
getNumberOfOptionValues() - Method in class org.maltparser.core.options.OptionContainer
Returns the number of option values amongst all internal option containers.
getNumberOfOptionValues(Integer) - Method in class org.maltparser.core.options.OptionManager
Returns the number of option values for a particular option container.
getNumberOfOptionValues(Integer) - Method in class org.maltparser.core.options.OptionValues
Returns the number of option values for a particular option container.
getOption(String, String) - Method in class org.maltparser.core.options.OptionDescriptions
Returns an option based on the option name and/or the option group name
getOption(String) - Method in class org.maltparser.core.options.OptionDescriptions
Returns an option based on the option flag
getOption(String) - Method in class org.maltparser.core.options.OptionGroup
Returns the option according to the option name.
getOptionContainerIndices() - Method in class org.maltparser.core.options.OptionValues
Returns a sorted set of container names.
getOptionDescriptions() - Method in class org.maltparser.core.options.OptionManager
Returns the option description
getOptionGroupList(String) - Method in class org.maltparser.core.options.OptionDescriptions
Returns a collection of option that are member of an option group
getOptionGroupNameSet() - Method in class org.maltparser.core.options.OptionDescriptions
Return a sorted set of option group names
getOptionList() - Method in class org.maltparser.core.options.OptionGroup
Returns all options for this option group.
getOptionManager() - Static method in class org.maltparser.MaltConsoleEngine
Returns the option manager
getOptionValue(String, String) - Method in interface org.maltparser.core.config.Configuration
 
getOptionValue(String, String) - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getOptionValue(Option) - Method in class org.maltparser.core.options.OptionContainer
Returns the option value object for the option.
getOptionValue(Integer, String, String) - Method in class org.maltparser.core.options.OptionManager
Returns the option value for an option that is specified by the option group name and option name.
getOptionValue(String, String) - Method in class org.maltparser.core.options.OptionManager
Returns the option value for an option that is specified by the option group name and the option name.
getOptionValue(Integer, Option) - Method in class org.maltparser.core.options.OptionValues
Returns the option value for an option that is in a specific option container.
getOptionValue(Option) - Method in class org.maltparser.core.options.OptionValues
Returns the option value for an option.
getOptionValueString(String, String) - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getOptionValueString(Option) - Method in class org.maltparser.core.options.OptionContainer
Returns a string representation of the option value for the specified option.
getOptionValueString(Integer, String, String) - Method in class org.maltparser.core.options.OptionManager
Returns a string representation of the option value for an option that is specified by the option group name and the option name.
getOptionValueString(Integer, Option) - Method in class org.maltparser.core.options.OptionValues
Returns a string representation of the option value for an option that is in a specific option container.
getOrAddChild(boolean, char, TrieSymbolTable, int) - Method in class org.maltparser.core.symbol.trie.TrieNode
Adds and/or retrieve a child trie node.
getOutputColumnDescriptions() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getOutputColumnInstances() - Method in class org.maltparser.core.sentence.Token
 
getOutputStreamWriter(String) - Method in interface org.maltparser.core.config.Configuration
 
getOutputStreamWriter(String, String) - Method in class org.maltparser.core.config.ConfigurationDir
 
getOutputStreamWriter(String) - Method in class org.maltparser.core.config.ConfigurationDir
 
getOutputStreamWriter(String) - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
getOutputStreamWriter(String) - Method in class org.maltparser.parser.guide.Guide
 
getOutputStreamWriter(String) - Method in interface org.maltparser.parser.guide.GuideModel
 
getOutputStreamWriter(String) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
getOutputStreamWriter(String) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
getOutputStreamWriter(String) - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
getOutputSymbolTable(String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getOutputSymbolTables() - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getOwner() - Method in class org.maltparser.ml.libsvm.Libsvm
 
getOwner() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the parent instance model
getParamString() - Method in class org.maltparser.ml.libsvm.Libsvm
Returns the parameter string for used for configure LIBSVM
getParamString() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns the parameter string for used for configure LIBSVM
getParent() - Method in class org.maltparser.core.symbol.trie.TrieNode
Returns the parent node
getParent() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Returns the parent guide model
getParent() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Returns the parent guide model
getParentFeature() - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
getParentFeature() - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
getParserAction() - Method in class org.maltparser.parser.algorithm.covington.Covington
 
getParserAction() - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
getParserAction() - Method in interface org.maltparser.parser.algorithm.ParsingAlgorithm
 
getParserAction() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
getParserMode() - Method in class org.maltparser.parser.guide.Guide
 
getParserMode() - Method in interface org.maltparser.parser.guide.GuideModel
 
getParserMode() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
getParserMode() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
getParserMode() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
getParsingAlgorithm() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Returns the parsing algorithm in use
getParsingAlgorithm() - Method in class org.maltparser.parser.guide.feature.Feature
 
getParsingAlgorithm() - Method in class org.maltparser.parser.guide.Guide
Returns the parsing algorithm
getParsingAlgorithm() - Method in interface org.maltparser.parser.guide.GuideModel
 
getParsingAlgorithm() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
getParsingAlgorithm() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
getParsingAlgorithm() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
getPluginLoader() - Static method in class org.maltparser.MaltConsoleEngine
Returns the plugin manager
getPluginName() - Method in class org.maltparser.core.plugin.Plugin
Returns the plug-in name.
getPosition() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
getPosition() - Method in class org.maltparser.core.dataformat.DataFormatEntry
Returns the column position
getPredecessor() - Method in class org.maltparser.core.graph.Node
Returns the predecessor node in the input queue
getPredictionStrategy() - Method in class org.maltparser.parser.guide.Guide
Returns a prediction strategy object (also know as a guide model)
getRank() - Method in class org.maltparser.core.graph.Node
 
getReader() - Method in class org.maltparser.core.dataformat.reader.TabReader
 
getRightDependent(int) - Method in class org.maltparser.core.graph.Node
Returns the right dependent at the position index, where index==0 equals the right most dependent.
getRightDependentCount() - Method in class org.maltparser.core.graph.Node
Return the number of right dependents
getRightDependents() - Method in class org.maltparser.core.graph.Node
Returns a sorted set of right dependent nodes
getRightmostDependent() - Method in class org.maltparser.core.graph.Node
Returns the right most dependent.
getRightmostDescendant() - Method in class org.maltparser.core.graph.Node
 
getRightSibling() - Method in class org.maltparser.core.graph.Node
Returns the right sibling if it exists, otherwise null
getRoot() - Method in class org.maltparser.core.graph.DependencyGraph
 
getRootHandling() - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
getRootLabel(SymbolTable) - Method in class org.maltparser.core.graph.RootLabels
 
getRootLabel() - Method in class org.maltparser.core.symbol.nullvalue.OutputNullValues
 
getRootLabelCode(SymbolTable) - Method in class org.maltparser.core.graph.RootLabels
 
getRootLabels() - Method in class org.maltparser.core.graph.DependencyGraph
 
getSameSideLeftSibling() - Method in class org.maltparser.core.graph.Node
Returns the left sibling at the same side of head as the node it self.
getSameSideRightSibling() - Method in class org.maltparser.core.graph.Node
Returns the right sibling at the same side of head as the node it self.
getSaveOptionSet() - Method in class org.maltparser.core.options.OptionDescriptions
Returns a set of option that are marked as SAVEOPTION
getScore() - Method in class org.maltparser.ml.KBestItem
 
getSentence() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Returns the sentence
getSentence() - Method in class org.maltparser.core.dataformat.reader.TabReader
 
getSentence() - Method in class org.maltparser.core.graph.DependencyGraph
 
getSentenceCount() - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
getSentenceCount() - Method in class org.maltparser.core.dataformat.reader.TabReader
 
getSeparator() - Method in class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
getSeparators() - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
getShortDescription() - Method in class org.maltparser.core.options.option.Option
Returns a short description of the option
getSize() - Method in class org.maltparser.core.graph.DependencyGraph
 
getSize() - Method in class org.maltparser.core.sentence.Sentence
 
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.BoolOption
 
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.ClassOption
 
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.EnumOption
 
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.IntegerOption
 
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.Option
Returns a string representation of the option value.
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.StringEnumOption
 
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.StringOption
 
getStringRepresentation(Object) - Method in class org.maltparser.core.options.option.UnaryOption
 
getStringValue() - Method in class org.maltparser.core.sentence.BoolColumnInstance
 
getStringValue() - Method in class org.maltparser.core.sentence.ColumnInstance
 
getStringValue() - Method in class org.maltparser.core.sentence.EchoColumnInstance
 
getStringValue() - Method in class org.maltparser.core.sentence.IgnoreColumnInstance
 
getStringValue() - Method in class org.maltparser.core.sentence.IntegerColumnInstance
 
getStringValue() - Method in class org.maltparser.core.sentence.StringColumnInstance
 
getStringValue(Integer) - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
getStringValue(Integer) - Method in class org.maltparser.parser.guide.feature.Feature
 
getStringValue(Integer) - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
getStringValue(Integer) - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
getStringValue(Integer) - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
getStringValue(Integer) - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
getStringValues() - Method in class org.maltparser.parser.guide.feature.Feature
 
getSuccessor() - Method in class org.maltparser.core.graph.Node
Returns the successor node in the input queue
getSVMParamStringArray(svm_parameter) - Method in class org.maltparser.ml.libsvm.Libsvm
 
getSVMParamStringArray(svm_parameter) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
getSymbolCodeToString(Integer) - Method in interface org.maltparser.core.symbol.SymbolTable
 
getSymbolCodeToString(Integer) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getSymbolStringToCode(String) - Method in interface org.maltparser.core.symbol.SymbolTable
 
getSymbolStringToCode(String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getSymbolTable() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
getSymbolTable() - Method in class org.maltparser.core.sentence.StringColumnInstance
 
getSymbolTable() - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
getSymbolTable(String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
getSymbolTable(String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
getSymbolTable() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
getSymbolTable() - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
getSymbolTableNames() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
getSymbolTables() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Returns the list of symbol tables
getSymbolTables() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
getSystemLogger() - Static method in class org.maltparser.MaltConsoleEngine
Returns the system logger
getSystemVerbosityLevel() - Method in class org.maltparser.MaltConsoleEngine
Returns the system verbosity level
getTableName() - Method in class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
getTableName() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
getToken() - Method in class org.maltparser.core.graph.Node
 
getToken(int) - Method in class org.maltparser.core.sentence.Sentence
 
getTokenNode(int) - Method in class org.maltparser.core.graph.DependencyGraph
 
getTokens() - Method in class org.maltparser.core.sentence.Sentence
 
getTransition(int) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getTransition(String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getTransition(Integer) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getTransitions() - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
getTrie() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getType() - Method in class org.maltparser.core.config.ConfigurationDir
 
getType() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
getType() - Method in class org.maltparser.core.dataformat.DataFormatEntry
Return the column type
getUrl() - Method in class org.maltparser.core.config.ConfigurationDir
 
getUrl() - Method in class org.maltparser.core.plugin.Plugin
Returns the URL
getUsage() - Method in class org.maltparser.core.options.option.Option
Returns the usage of the option.
getValue(TrieNode, TrieSymbolTable) - Method in class org.maltparser.core.symbol.trie.Trie
 
getValueCounter() - Method in interface org.maltparser.core.symbol.SymbolTable
 
getValueCounter() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
getValueObject(String) - Method in class org.maltparser.core.options.option.BoolOption
 
getValueObject(String) - Method in class org.maltparser.core.options.option.ClassOption
 
getValueObject(String) - Method in class org.maltparser.core.options.option.EnumOption
 
getValueObject(String) - Method in class org.maltparser.core.options.option.IntegerOption
 
getValueObject(String) - Method in class org.maltparser.core.options.option.Option
Returns the corresponding object for the option value (specified as a string value).
getValueObject(String) - Method in class org.maltparser.core.options.option.StringEnumOption
 
getValueObject(String) - Method in class org.maltparser.core.options.option.StringOption
 
getValueObject(String) - Method in class org.maltparser.core.options.option.UnaryOption
 
getValues() - Method in class org.maltparser.parser.guide.feature.Feature
 
getVersion() - Static method in class org.maltparser.MaltConsoleEngine
Returns the version number as string
getWorkingDirectory() - Method in class org.maltparser.core.config.ConfigurationDir
 
getWriter() - Method in class org.maltparser.core.dataformat.writer.TabWriter
 
GraphException - Exception in org.maltparser.core.graph
GraphException extends the MaltChainedException class and is thrown by classes within the graph package.
GraphException(String) - Constructor for exception org.maltparser.core.graph.GraphException
Creates a GraphException object with a message
GraphException(String, Throwable) - Constructor for exception org.maltparser.core.graph.GraphException
Creates a GraphException object with a message and a cause to the exception.
Guidable - Interface in org.maltparser.parser.guide
 
guide - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
Guide - Class in org.maltparser.parser.guide
The guide is used by a parsing algorithm to predict the next parser action during parsing and to add a instance to the training instance set during learning.
Guide(SingleMaltConfiguration, ParsingAlgorithm) - Constructor for class org.maltparser.parser.guide.Guide
Constructs a guide.
guide - Variable in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
GuideException - Exception in org.maltparser.parser.guide
GuideException extends the MaltChainedException class and is thrown by classes within the guide package.
GuideException(String) - Constructor for exception org.maltparser.parser.guide.GuideException
Creates a GuideException object with a message
GuideException(String, Throwable) - Constructor for exception org.maltparser.parser.guide.GuideException
Creates a GuideException object with a message and a cause to the exception.
GuideModel - Interface in org.maltparser.parser.guide
 

H

hasAncestorInside(int, int) - Method in class org.maltparser.core.graph.Node
 
hasArc(int, int) - Method in class org.maltparser.core.graph.DependencyGraph
 
hashCode() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
hashCode() - Method in class org.maltparser.core.dataformat.DataFormatEntry
 
hashCode() - Method in class org.maltparser.core.symbol.trie.Trie
 
hashCode() - Method in class org.maltparser.core.symbol.trie.TrieEntry
 
hashCode() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
hashCode() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
hashCode() - Method in class org.maltparser.parser.guide.feature.InputColumnFeature
 
hashCode() - Method in class org.maltparser.parser.guide.feature.OutputColumnFeature
 
hashCode() - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
hashCode() - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
hashCode() - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
hashCode() - Method in class org.maltparser.parser.guide.feature.TokenFeature
 
hashCode() - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
hasHead() - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
hasHead() - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
hasHead() - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
hasHead() - Method in class org.maltparser.core.graph.Node
 
hasLabelCodes() - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
hasLabelCodes() - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
hasLabelCodes() - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
hasLabelCodes() - Method in class org.maltparser.core.graph.Node
 
hasLabeledDependency(Node, SymbolTable) - Method in class org.maltparser.core.graph.DependencyGraph
 
hasLabeledDependency(Node) - Method in class org.maltparser.core.graph.DependencyGraph
 
hasLeftDependent() - Method in class org.maltparser.core.graph.Node
Returns true if the node has one or more left dependents, otherwise false.
hasRightDependent() - Method in class org.maltparser.core.graph.Node
Returns true if the node has one or more right dependents, otherwise false.
hasTokens() - Method in class org.maltparser.core.sentence.Sentence
 
HEAD - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
head - Variable in class org.maltparser.core.graph.arc.SingleHeadArc
 
HeadArcs - Interface in org.maltparser.core.graph.arc
 
header() - Static method in class org.maltparser.MaltConsoleEngine
Returns the application header
heads - Variable in class org.maltparser.core.graph.arc.MultipleHeadArcs
 

I

IGNORE - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
IgnoreColumnInstance - Class in org.maltparser.core.sentence
 
IgnoreColumnInstance(ColumnDescription) - Constructor for class org.maltparser.core.sentence.IgnoreColumnInstance
 
increaseFrequency() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Increase the frequency by 1
increaseFrequency() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Increase the frequency by 1
increaseFrequency() - Method in interface org.maltparser.parser.guide.instmodel.InstanceModel
 
increaseNumberOfInstances() - Method in interface org.maltparser.ml.LearningMethod
 
increaseNumberOfInstances() - Method in class org.maltparser.ml.libsvm.Libsvm
 
increaseNumberOfInstances() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
increaseValueCounter() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
index - Variable in class org.maltparser.core.graph.Node
the node index
INFO - Static variable in class org.maltparser.core.config.SingleMaltConfiguration
 
infoFile - Variable in class org.maltparser.core.config.ConfigurationDir
 
init(String) - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
init() - Method in class org.maltparser.parser.guide.feature.Feature
 
init(String) - Method in class org.maltparser.parser.guide.feature.Feature
 
init(String) - Method in class org.maltparser.parser.guide.feature.InputColumnFeature
 
init(String) - Method in class org.maltparser.parser.guide.feature.OutputColumnFeature
 
init(String) - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
init(String) - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
init(String) - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
init(String) - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
initArcs() - Method in class org.maltparser.core.graph.Node
 
initClassCodeTable() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Initialize the class code table.
initConfigLogger() - Method in class org.maltparser.core.config.ConfigurationDir
 
initConfigLogger() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
initConfigurationDir() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Creates a configuration directory and assign the configuration a name.
initFeatures() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Initialize the feature vector and reads the feature specification file according to the --guide-features option or reads the default feature model specification for current parsing algorithm.
initialize(Integer) - Method in interface org.maltparser.core.config.Configuration
 
initialize(Integer) - Method in class org.maltparser.core.config.SingleMaltConfiguration
Configuration interface
initialize(String, String) - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
initialize(URL) - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
initialize(InputStreamReader) - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
initialize(String, String) - Method in class org.maltparser.core.dataformat.reader.TabReader
 
initialize(URL) - Method in class org.maltparser.core.dataformat.reader.TabReader
 
initialize(InputStreamReader) - Method in class org.maltparser.core.dataformat.reader.TabReader
 
initialize(String, String) - Method in interface org.maltparser.core.dataformat.writer.DataWriter
 
initialize(OutputStreamWriter) - Method in interface org.maltparser.core.dataformat.writer.DataWriter
 
initialize(String, String) - Method in class org.maltparser.core.dataformat.writer.TabWriter
 
initialize(OutputStreamWriter) - Method in class org.maltparser.core.dataformat.writer.TabWriter
 
initialize(ParsingAlgorithm) - Method in class org.maltparser.parser.guide.feature.Feature
 
initInput() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Initialize the input.
initMethod() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Initialize the learning method according to the option --learner-method.
initMode() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Initialize the configuration mode
initModel() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Initialize instance guide model according to the --guide-data_split_column.
initNameNTypeFromInfoFile(URL) - Method in class org.maltparser.core.config.ConfigurationDir
 
initNodes(String) - Method in class org.maltparser.core.graph.DependencyGraph
 
initNodes(String) - Method in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
initOutput() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Initialize the output with a data writer
initParameters(svm_parameter) - Method in class org.maltparser.ml.libsvm.Libsvm
Assign a default value to all svm parameters
initParameters(svm_parameter) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Assign a default value to all svm parameters
initParentFeature(String) - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
initParentFeature(String) - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
initParserAction() - Method in class org.maltparser.parser.algorithm.covington.Covington
 
initParserAction() - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
initParserAction() - Method in class org.maltparser.parser.algorithm.nivre.NivreEager
 
initParserAction() - Method in class org.maltparser.parser.algorithm.nivre.NivreStandard
 
initParsingAlgorithm() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Initialize the parsing algorithm
initPredictionStrategy() - Method in class org.maltparser.parser.guide.Guide
Initialize prediction strategy (also know as a guide model)
initSpecialParameters() - Method in class org.maltparser.ml.libsvm.Libsvm
 
initSpecialParameters() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Initialize the LIBSVM with a coding and a behavior strategy.
initSplitParam(FeatureVector) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Initialize the feature split parameters and the split feature vector and master feature vector according to the behavior strategy.
initSvmParam(String) - Method in class org.maltparser.ml.libsvm.Libsvm
Initialize the LIBSVM according to the parameter string
initSvmParam(String) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Initialize the LIBSVM according to the parameter string
initWorkingDirectory() - Method in class org.maltparser.core.config.ConfigurationDir
 
initWorkingDirectory(String) - Method in class org.maltparser.core.config.ConfigurationDir
 
INPUT - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
input - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
input - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
InputColumnFeature - Class in org.maltparser.parser.guide.feature
 
InputColumnFeature(ParsingAlgorithm, String) - Constructor for class org.maltparser.parser.guide.feature.InputColumnFeature
 
inputFormat - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
InputNullValues - Class in org.maltparser.core.symbol.nullvalue
 
InputNullValues(String, SymbolTable) - Constructor for class org.maltparser.core.symbol.nullvalue.InputNullValues
 
InstanceModel - Interface in org.maltparser.parser.guide.instmodel
 
INTEGER - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
IntegerColumnInstance - Class in org.maltparser.core.sentence
 
IntegerColumnInstance(ColumnDescription) - Constructor for class org.maltparser.core.sentence.IntegerColumnInstance
 
IntegerOption - Class in org.maltparser.core.options.option
An integer option is an option that can only contain an integer value.
IntegerOption(OptionGroup, String, String, String, String, String) - Constructor for class org.maltparser.core.options.option.IntegerOption
Creates an integer option description
isAcyclic() - Method in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
isAmbiguous() - Method in class org.maltparser.core.options.option.Option
Returns true if the option name is ambiguous over all option groups, otherwise false.
isConnected() - Method in class org.maltparser.core.graph.DependencyGraph
 
isForest() - Method in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
isKnown() - Method in class org.maltparser.core.sentence.ColumnInstance
 
isKnown() - Method in class org.maltparser.core.symbol.trie.TrieEntry
 
isKnown(int) - Method in class org.maltparser.parser.guide.feature.Feature
 
isLabeled() - Method in class org.maltparser.parser.algorithm.helper.Transition
Returns true if the transition is labeled, otherwise false
isNullValue(int) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
isNullValue(String) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
isNullValue(String) - Method in interface org.maltparser.core.symbol.SymbolTable
 
isNullValue(int) - Method in interface org.maltparser.core.symbol.SymbolTable
 
isNullValue(String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
isNullValue(int) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
isNullValue() - Method in class org.maltparser.parser.guide.feature.Feature
 
isOperation(String) - Method in class org.maltparser.core.graph.Node
 
isOperation(String) - Method in class org.maltparser.parser.algorithm.covington.Covington
 
isOperation(String) - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
isOperation(String) - Method in interface org.maltparser.parser.guide.feature.Featurable
 
isOracleFeature() - Method in class org.maltparser.core.sentence.ColumnInstance
 
isProjective() - Method in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
isProjective(DependencyGraph) - Method in class org.maltparser.transform.PseudoProjectivity
 
isRoot() - Method in class org.maltparser.core.graph.Node
 
isSingleHeaded() - Method in interface org.maltparser.core.graph.arc.HeadArcs
 
isSingleHeaded() - Method in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
isSingleHeaded() - Method in class org.maltparser.core.graph.arc.SingleHeadArc
 
isSingleHeaded() - Method in class org.maltparser.core.graph.DependencyGraph
 
isSingleHeaded() - Method in class org.maltparser.core.graph.Node
 
isSingleHeadedConstraint() - Method in class org.maltparser.core.graph.Node
 
isTree() - Method in class org.maltparser.core.graph.DependencyGraph
 
iterator() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
iterator() - Method in class org.maltparser.core.plugin.PluginLoader
 

J

JarLoader - Class in org.maltparser.core.plugin
The jar class loader loads the content of a jar file that complies with a MaltParser Plugin.
JarLoader(ClassLoader) - Constructor for class org.maltparser.core.plugin.JarLoader
Creates a new class loader that is specialized for loading jar files.

K

k - Variable in class org.maltparser.ml.KBestList
 
KBestItem - Class in org.maltparser.ml
 
KBestItem() - Constructor for class org.maltparser.ml.KBestItem
 
KBestList - Class in org.maltparser.ml
 
KBestList() - Constructor for class org.maltparser.ml.KBestList
 
KBestList(int) - Constructor for class org.maltparser.ml.KBestList
 
kBestList - Variable in class org.maltparser.ml.KBestList
 
kBestList - Variable in class org.maltparser.parser.guide.classtable.ClassTable
 
known - Variable in class org.maltparser.core.sentence.ColumnInstance
 

L

labelCodes - Variable in class org.maltparser.core.graph.arc.MultipleHeadArcs
 
labelCodes - Variable in class org.maltparser.core.graph.arc.SingleHeadArc
 
LEARN - Static variable in class org.maltparser.core.config.SingleMaltConfiguration
 
learn() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Learns how to parse sentences in a language.
learnerMode - Variable in class org.maltparser.ml.libsvm.Libsvm
 
learnerMode - Variable in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
The learner/classifier mode
LearningMethod - Interface in org.maltparser.ml
 
left - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
LEFTARC - Static variable in class org.maltparser.parser.algorithm.covington.Covington
 
LEFTARC - Static variable in class org.maltparser.parser.algorithm.nivre.NivreEager
 
LEFTARC - Static variable in class org.maltparser.parser.algorithm.nivre.NivreStandard
 
leftDependents - Variable in class org.maltparser.core.graph.Node
a sorted set of left dependent nodes (sorted according to the node index)
leftstop - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
Libsvm - Class in org.maltparser.ml.libsvm
Implements an interface to the LIBSVM learner (currently the LIBSVM 2.84 is used).
Libsvm(InstanceModel, Integer) - Constructor for class org.maltparser.ml.libsvm.Libsvm
Constructs a LIBSVM learner.
LIBSVM_VERSION - Static variable in class org.maltparser.ml.libsvm.Libsvm
 
LIBSVM_VERSION - Static variable in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
LibsvmException - Exception in org.maltparser.ml.libsvm
LibsvmException extends the MaltChainedException class and is thrown by classes within the libsvm package.
LibsvmException(String) - Constructor for exception org.maltparser.ml.libsvm.LibsvmException
Creates a LibsvmException object with a message
LibsvmException(String, Throwable) - Constructor for exception org.maltparser.ml.libsvm.LibsvmException
Creates a LibsvmException object with a message and a cause to the exception.
LibsvmMalt04 - Class in org.maltparser.ml.libsvm.malt04
Implements an interface to the LIBSVM learner (LIBSVM 2.80 is used).
LibsvmMalt04(InstanceModel, Integer) - Constructor for class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Constructs a LIBSVM learner.
link(Node, Node) - Method in class org.maltparser.core.graph.DependencyGraph
 
linkAllTokensToRoot() - Method in class org.maltparser.core.graph.DependencyGraph
 
linkAllTreesToRoot() - Method in class org.maltparser.core.graph.DependencyGraph
 
linkedLeftOf(int, int) - Method in class org.maltparser.core.graph.DependencyGraph
 
load(BufferedReader) - Method in interface org.maltparser.core.symbol.SymbolTable
 
load(InputStreamReader) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
load(String, String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
load(BufferedReader) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
load(InputStreamReader) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
load(String, String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
load() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Loads the feature divide model settings .fsm file.
loadOptionDescriptionFile() - Method in class org.maltparser.core.options.OptionManager
Loads the option description file /appdata/options.xml
loadOptionDescriptionFile(URL) - Method in class org.maltparser.core.options.OptionManager
Loads the option description file
loadOptions(String) - Method in class org.maltparser.core.options.OptionManager
Loads the saved options (options that are marked with usage=save).
loadOptions(InputStreamReader) - Method in class org.maltparser.core.options.OptionManager
Loads the saved options (options that are marked with usage=Option.SAVE).
loadPlugins(File) - Method in class org.maltparser.core.plugin.PluginLoader
Loads plug-ins from one directory
loadPlugins(File[]) - Method in class org.maltparser.core.plugin.PluginLoader
Loads plug-ins from one or more directories
loadTagset(String, String, String, int, String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
loadTagset(String, String, String, int, String, String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
loadTagset(String, String, String, int, String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
loadTagset(String, String, String, int, String, String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
logger - Variable in class org.maltparser.core.dataformat.DataFormatSpecification
 

M

main(String[]) - Static method in class org.maltparser.Malt
The starting point of MaltParser
makeKnown(Integer) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
makeNullValues() - Method in class org.maltparser.core.symbol.nullvalue.InputNullValues
 
makeNullValues() - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
makeNullValues() - Method in class org.maltparser.core.symbol.nullvalue.OutputNullValues
 
Malt - Class in org.maltparser
Application class in the MaltParser library.
Malt() - Constructor for class org.maltparser.Malt
 
malt04Tricks() - Method in class org.maltparser.parser.guide.feature.FeatureVector
 
MALT_0_4 - Static variable in class org.maltparser.parser.algorithm.covington.Covington
 
MALT_1_0 - Static variable in class org.maltparser.parser.algorithm.covington.Covington
 
MaltChainedException - Exception in org.maltparser.core.exception
MaltChainedException handles a chain of MaltParser specific exception.
MaltChainedException() - Constructor for exception org.maltparser.core.exception.MaltChainedException
Creates a MaltChainedException instance
MaltChainedException(String) - Constructor for exception org.maltparser.core.exception.MaltChainedException
Creates a MaltChainedException instance with a message
MaltChainedException(String, Throwable) - Constructor for exception org.maltparser.core.exception.MaltChainedException
Creates a MaltChainedException instance with a message and keeps track of the cause of the exception.
MaltConsoleEngine - Class in org.maltparser
MaltConsoleEngine controls the MaltParser system using the console version.
MaltConsoleEngine(String[]) - Constructor for class org.maltparser.MaltConsoleEngine
Creates a MaltConsoleEngine object
maltSVMFormat2OriginalSVMFormat(InputStreamReader, OutputStreamWriter, ArrayList<Integer>) - Static method in class org.maltparser.ml.libsvm.Libsvm
Converts the instance file (Malt's own SVM format) into the LIBSVM (SVMLight) format.
maltSVMFormat2OriginalSVMFormat(InputStreamReader, OutputStreamWriter, ArrayList<Integer>) - Static method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Converts the instance file (Malt's own SVM format) into the LIBSVM (SVMLight) format.
mode - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
model - Variable in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
ModelException - Exception in org.maltparser.parser.guide.predmodel
ModelException extends the MaltChainedException class and is thrown by classes within the guide.instmodel and guide.predmodel packages.
ModelException(String) - Constructor for exception org.maltparser.parser.guide.predmodel.ModelException
Creates a ModelException object with a message
ModelException(String, Throwable) - Constructor for exception org.maltparser.parser.guide.predmodel.ModelException
Creates a ModelException object with a message and a cause to the exception.
modelName - Variable in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
moveAllInstances(LearningMethod, Feature, ArrayList<Integer>) - Method in interface org.maltparser.ml.LearningMethod
 
moveAllInstances(LearningMethod, Feature, ArrayList<Integer>) - Method in class org.maltparser.ml.libsvm.Libsvm
 
moveAllInstances(LearningMethod, Feature, ArrayList<Integer>) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
moveAllInstances(AtomicModel, Feature, ArrayList<Integer>) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Moves all instance from this atomic model into the destination atomic model and add the divide feature.
MultipleHeadArcs - Class in org.maltparser.core.graph.arc
 
MultipleHeadArcs() - Constructor for class org.maltparser.core.graph.arc.MultipleHeadArcs
 

N

name - Variable in class org.maltparser.core.config.ConfigurationDir
 
name - Variable in class org.maltparser.core.dataformat.DataFormatSpecification
 
name - Variable in class org.maltparser.ml.libsvm.Libsvm
 
name - Variable in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
The name of the learner
newInstance(String, Class<?>[], Object[]) - Method in class org.maltparser.core.plugin.PluginLoader
Creates a new instance of a class within one of the plug-ins
nextCode - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
Nivre - Class in org.maltparser.parser.algorithm.nivre
 
Nivre(SingleMaltConfiguration, Sentence) - Constructor for class org.maltparser.parser.algorithm.nivre.Nivre
 
NivreEager - Class in org.maltparser.parser.algorithm.nivre
 
NivreEager(SingleMaltConfiguration, Sentence) - Constructor for class org.maltparser.parser.algorithm.nivre.NivreEager
 
NivreStandard - Class in org.maltparser.parser.algorithm.nivre
 
NivreStandard(SingleMaltConfiguration, Sentence) - Constructor for class org.maltparser.parser.algorithm.nivre.NivreStandard
 
NO_OUTPUTSTREAM - Static variable in class org.maltparser.core.helper.NoPrintStream
 
NO_PRINTSTREAM - Static variable in class org.maltparser.core.helper.NoPrintStream
 
NOARC - Static variable in class org.maltparser.parser.algorithm.covington.Covington
 
Node - Class in org.maltparser.core.graph
 
Node(int, boolean, boolean) - Constructor for class org.maltparser.core.graph.Node
 
Node(int, boolean, boolean, Token) - Constructor for class org.maltparser.core.graph.Node
 
nodes - Variable in class org.maltparser.core.graph.DependencyGraph
 
NOGROUPNAME - Static variable in class org.maltparser.core.options.OptionGroup
 
noMoreInstances() - Method in interface org.maltparser.ml.LearningMethod
 
noMoreInstances() - Method in class org.maltparser.ml.libsvm.Libsvm
 
noMoreInstances() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
noMoreInstances() - Method in class org.maltparser.parser.guide.Guide
Used when all training data has been processed during learning.
noMoreInstances() - Method in interface org.maltparser.parser.guide.GuideModel
 
noMoreInstances() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
noMoreInstances() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
noMoreInstances() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
NONE - Static variable in class org.maltparser.core.options.option.Option
 
NoOutputStream - Class in org.maltparser.core.helper
 
NoPrintStream - Class in org.maltparser.core.helper
 
NORMAL - Static variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
nullValue - Variable in class org.maltparser.parser.guide.feature.Feature
 
nullValue2CodeMap - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
nullValue2SymbolMap - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
nullValueEncoding - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
NullValues - Class in org.maltparser.core.symbol.nullvalue
 
NullValues(SymbolTable) - Constructor for class org.maltparser.core.symbol.nullvalue.NullValues
 
NullValues.NullValueDegree - Enum in org.maltparser.core.symbol.nullvalue
 
NullValues.NullValueId - Enum in org.maltparser.core.symbol.nullvalue
 
nullValueStrategy - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
nullvalueToCode(NullValues.NullValueId) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
nullvalueToSymbol(NullValues.NullValueId) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
numberOfComponents - Variable in class org.maltparser.core.graph.DependencyGraph
 
numberOfInstances - Variable in class org.maltparser.ml.libsvm.Libsvm
 
numberOfInstances - Variable in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Number of processed instances

O

Option - Class in org.maltparser.core.options.option
Abstract class that contains description of an option that are the same over all option types.
Option(OptionGroup, String, String, String, String) - Constructor for class org.maltparser.core.options.option.Option
Creates an option description
OptionContainer - Class in org.maltparser.core.options
An option container stores the option values for one instance usage.
OptionContainer(int) - Constructor for class org.maltparser.core.options.OptionContainer
Creates an option container
OptionDescriptions - Class in org.maltparser.core.options
Organizes all the option descriptions.
OptionDescriptions() - Constructor for class org.maltparser.core.options.OptionDescriptions
Creates the Option Descriptions
OptionException - Exception in org.maltparser.core.options
OptionException extends the MaltChainedException class and is thrown by classes within the options package.
OptionException(String) - Constructor for exception org.maltparser.core.options.OptionException
Creates an OptionException object with a message
OptionException(String, Throwable) - Constructor for exception org.maltparser.core.options.OptionException
Creates an OptionException object with a message and a cause to the exception.
OPTIONFILE - Static variable in class org.maltparser.core.options.OptionContainer
 
OptionGroup - Class in org.maltparser.core.options
An option group categories a group of options.
OptionGroup(String) - Constructor for class org.maltparser.core.options.OptionGroup
Creates an option group with an option group name.
OptionManager - Class in org.maltparser.core.options
Option Manager is the management class for all option handling.
OptionManager() - Constructor for class org.maltparser.core.options.OptionManager
Creates the Option Manager
OptionValues - Class in org.maltparser.core.options
OptionValues contain a number of option containers, which contains the option values (the instance of options).
OptionValues() - Constructor for class org.maltparser.core.options.OptionValues
Creates OptionValues.
oracleParse(DependencyGraph) - Method in class org.maltparser.parser.algorithm.covington.Covington
 
oracleParse(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
oracleParse(DependencyGraph) - Method in interface org.maltparser.parser.algorithm.ParsingAlgorithm
 
oraclePredict(DependencyGraph) - Method in class org.maltparser.parser.algorithm.covington.Covington
 
oraclePredict(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
oraclePredict(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.NivreEager
 
oraclePredict(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.NivreStandard
 
org.maltparser - package org.maltparser
Is the parent package of the entire MaltParser and contains the application class and a console engine of MaltParser.
org.maltparser.core.config - package org.maltparser.core.config
Contains classes and an interface for handling parsing scenarios.
org.maltparser.core.dataformat - package org.maltparser.core.dataformat
Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format.
org.maltparser.core.dataformat.reader - package org.maltparser.core.dataformat.reader
Contains classes that reads a specific data format (e.g., a tab-separator reader).
org.maltparser.core.dataformat.writer - package org.maltparser.core.dataformat.writer
Contains classes that writes a specific data format (e.g., a tab-separator writer).
org.maltparser.core.exception - package org.maltparser.core.exception
Provides classes for handling exception.
org.maltparser.core.graph - package org.maltparser.core.graph
Contains classes for building a dependency graph.
org.maltparser.core.graph.arc - package org.maltparser.core.graph.arc
Provides classes for connecting two nodes with a labeled arc.
org.maltparser.core.helper - package org.maltparser.core.helper
Provides classes of various kinds that not fit into another package.
org.maltparser.core.options - package org.maltparser.core.options
Classes for management of all options used in the application and its plugins.
org.maltparser.core.options.option - package org.maltparser.core.options.option
Contains classes for types of options.
org.maltparser.core.plugin - package org.maltparser.core.plugin
Provides classes for loading and initializing plugins.
org.maltparser.core.sentence - package org.maltparser.core.sentence
Provides classes for representing a sentence.
org.maltparser.core.symbol - package org.maltparser.core.symbol
Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions).
org.maltparser.core.symbol.nullvalue - package org.maltparser.core.symbol.nullvalue
MaltParser has the possibility of distinguishing between different kinds of null-values when extracting the feature vector.
org.maltparser.core.symbol.trie - package org.maltparser.core.symbol.trie
Provides classes for handling different kinds of symbols as trie data structure.
org.maltparser.ml - package org.maltparser.ml
Contains an interface and classes for creating an interface to an machine learning method.
org.maltparser.ml.libsvm - package org.maltparser.ml.libsvm
Contains classes that interacts with the LIBSVM learner.
org.maltparser.ml.libsvm.malt04 - package org.maltparser.ml.libsvm.malt04
Contains classes that interacts with the LIBSVM learner that tries to emulate the behavior of MaltParser 0.4.
org.maltparser.parser.algorithm - package org.maltparser.parser.algorithm
Contains classes for creating an implementation of a deterministic parsing algorithm.
org.maltparser.parser.algorithm.covington - package org.maltparser.parser.algorithm.covington
Implements the Covington deterministic parsing algorithms.
org.maltparser.parser.algorithm.helper - package org.maltparser.parser.algorithm.helper
Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition).
org.maltparser.parser.algorithm.nivre - package org.maltparser.parser.algorithm.nivre
Implements the Nivre deterministic parsing algorithms.
org.maltparser.parser.guide - package org.maltparser.parser.guide
Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner.
org.maltparser.parser.guide.classtable - package org.maltparser.parser.guide.classtable
A class table converts a parser action into one or many classes that the learner can use.
org.maltparser.parser.guide.feature - package org.maltparser.parser.guide.feature
Contains classes which handle the feature extraction.
org.maltparser.parser.guide.instmodel - package org.maltparser.parser.guide.instmodel
Provides an interface for implementing different kinds of prediction strategies.
org.maltparser.parser.guide.predmodel - package org.maltparser.parser.guide.predmodel
Contains classes for implementing different kinds of instance models.
org.maltparser.transform - package org.maltparser.transform
Contains classes for performing pre-processing and post-processing transformations on dependency graphs.
OUTPUT - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
OutputColumnFeature - Class in org.maltparser.parser.guide.feature
 
OutputColumnFeature(ParsingAlgorithm, String) - Constructor for class org.maltparser.parser.guide.feature.OutputColumnFeature
 
outputColumnMap - Variable in class org.maltparser.core.graph.DependencyGraph
 
outputFormat - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
OutputNullValues - Class in org.maltparser.core.symbol.nullvalue
 
OutputNullValues(String, SymbolTable, String) - Constructor for class org.maltparser.core.symbol.nullvalue.OutputNullValues
 
overloadOptionValue(Integer, String, String, String) - Method in class org.maltparser.core.options.OptionManager
Overloads the option value specified by the container index, the option group name, the option name.
owner - Variable in class org.maltparser.ml.libsvm.Libsvm
 
owner - Variable in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
The parent instance model

P

PARSE - Static variable in class org.maltparser.core.config.SingleMaltConfiguration
 
parse() - Method in class org.maltparser.core.config.SingleMaltConfiguration
Parses sentences from the data source.
parse() - Method in class org.maltparser.parser.algorithm.covington.Covington
 
parse() - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
parse() - Method in interface org.maltparser.parser.algorithm.ParsingAlgorithm
 
parseCommandLine(String[]) - Method in class org.maltparser.core.options.OptionManager
Parses the command line arguments.
parseDataFormatXMLfile(String) - Method in class org.maltparser.core.dataformat.DataFormatSpecification
 
parseOptionDescriptionXMLfile(URL) - Method in class org.maltparser.core.options.OptionDescriptions
Parse a XML file that contains the options used for controlling the application.
parseOptionInstanceXMLfile(String) - Method in class org.maltparser.core.options.OptionManager
Parses the option file for option values.
parseParameters(String, svm_parameter) - Method in class org.maltparser.ml.libsvm.Libsvm
Parses the parameter string.
parseParameters(String, svm_parameter) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Parses the parameter string.
parserAction - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
ParserAction - Class in org.maltparser.parser.algorithm.helper
 
ParserAction(Transition[], ParsingAlgorithm) - Constructor for class org.maltparser.parser.algorithm.helper.ParserAction
 
parserAction - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
parserAction - Variable in class org.maltparser.parser.guide.classtable.ClassTable
 
ParserActionFeature - Class in org.maltparser.parser.guide.feature
TODO: NB not tested yet, probably wrong behavior
ParserActionFeature(ParsingAlgorithm, String) - Constructor for class org.maltparser.parser.guide.feature.ParserActionFeature
 
parsingAlgorithm - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
ParsingAlgorithm - Interface in org.maltparser.parser.algorithm
 
parsingAlgorithm - Variable in class org.maltparser.parser.guide.feature.Feature
 
ParsingException - Exception in org.maltparser.parser.algorithm
ParsingException extends the MaltChainedException class and is thrown by classes within the parser.algorithm package.
ParsingException(String) - Constructor for exception org.maltparser.parser.algorithm.ParsingException
Creates a ParsingException object with a message
ParsingException(String, Throwable) - Constructor for exception org.maltparser.parser.algorithm.ParsingException
Creates a ParsingException object with a message and a cause to the exception.
pathExternalSVMTrain - Variable in class org.maltparser.ml.libsvm.Libsvm
 
pathExternalSVMTrain - Variable in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
Plugin - Class in org.maltparser.core.plugin
The class Plugin contains information about a plug-in that comply to the the MaltParser Plugin Standard.
Plugin(String) - Constructor for class org.maltparser.core.plugin.Plugin
Creates a plug-in container.
Plugin(File) - Constructor for class org.maltparser.core.plugin.Plugin
Creates a plug-in container.
PluginException - Exception in org.maltparser.core.plugin
PluginException extends the MaltChainedException class and is thrown by classes within the plugin package.
PluginException(String) - Constructor for exception org.maltparser.core.plugin.PluginException
Creates a PluginException object with a message
PluginException(String, Throwable) - Constructor for exception org.maltparser.core.plugin.PluginException
Creates a PluginException object with a message
PluginLoader - Class in org.maltparser.core.plugin
Loads MaltParser plug-ins and makes new instances of classes within these plug-ins.
PluginLoader() - Constructor for class org.maltparser.core.plugin.PluginLoader
Creates a PluginLoader
postProcessing - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
predecessor - Variable in class org.maltparser.core.graph.Node
the previous node in the linear precedence
predict() - Method in class org.maltparser.core.config.SingleMaltConfiguration
This method is used during parsing.
predict(FeatureVector, KBestList) - Method in interface org.maltparser.ml.LearningMethod
 
predict(FeatureVector, KBestList) - Method in class org.maltparser.ml.libsvm.Libsvm
 
predict(FeatureVector, KBestList) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
predict() - Method in interface org.maltparser.parser.guide.Guidable
 
predict() - Method in class org.maltparser.parser.guide.Guide
Predicts the next parser action during parsing.
predict() - Method in interface org.maltparser.parser.guide.GuideModel
 
predict() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
predict() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
predict() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
predictFromKBestList() - Method in class org.maltparser.core.config.SingleMaltConfiguration
This method is used during parsing.
predictFromKBestList() - Method in interface org.maltparser.parser.guide.Guidable
 
predictFromKBestList() - Method in class org.maltparser.parser.guide.Guide
 
predictFromKBestList() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
predictFromKBestList() - Method in interface org.maltparser.parser.guide.predmodel.PredictionModel
 
PredictionModel - Interface in org.maltparser.parser.guide.predmodel
 
print(boolean) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(char) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(char[]) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(double) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(float) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(int) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(long) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(Object) - Method in class org.maltparser.core.helper.NoPrintStream
 
print(String) - Method in class org.maltparser.core.helper.NoPrintStream
 
printf(Locale, String, Object...) - Method in class org.maltparser.core.helper.NoPrintStream
 
printf(String, Object...) - Method in class org.maltparser.core.helper.NoPrintStream
 
println() - Method in class org.maltparser.core.helper.NoPrintStream
 
println(boolean) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(char) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(char[]) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(double) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(float) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(int) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(long) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(Object) - Method in class org.maltparser.core.helper.NoPrintStream
 
println(String) - Method in class org.maltparser.core.helper.NoPrintStream
 
printStackTrace() - Method in exception org.maltparser.core.exception.MaltChainedException
 
printSymbolTable(Logger) - Method in interface org.maltparser.core.symbol.SymbolTable
 
printSymbolTable(Logger) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
printSymbolTables(Logger) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
printSymbolTables(Logger) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
process() - Method in interface org.maltparser.core.config.Configuration
 
process() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
PROCESS - Static variable in class org.maltparser.core.options.option.Option
The option is only relevant during processing (parsing)
PROJ - Static variable in class org.maltparser.core.config.SingleMaltConfiguration
 
projectivize() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
projectivize(String, String, String) - Method in class org.maltparser.core.graph.DependencyGraph
 
projectivize(DependencyGraph) - Method in class org.maltparser.transform.PseudoProjectivity
 
PseudoProjectivity - Class in org.maltparser.transform
This class contains methods for projectivizing and deprojectivizing
PseudoProjectivity(String, String, String, Logger, SymbolTable) - Constructor for class org.maltparser.transform.PseudoProjectivity
 

R

rank - Variable in class org.maltparser.core.graph.Node
 
readEpilog() - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
readEpilog() - Method in class org.maltparser.core.dataformat.reader.TabReader
 
reader - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
readFeatureSpecification(String) - Method in class org.maltparser.parser.guide.feature.FeatureVector
 
readJarFile(URL) - Method in class org.maltparser.core.plugin.JarLoader
Loads the content of a jar file that comply with a MaltParser Plugin
readProblemMaltSVMFormat(InputStreamReader, svm_problem, ArrayList<Integer>, svm_parameter) - Method in class org.maltparser.ml.libsvm.Libsvm
Reads an instance file into a svm_problem object according to the Malt-SVM format, which is column fixed format (tab-separated).
readProblemMaltSVMFormat(InputStreamReader, svm_problem, ArrayList<Integer>, svm_parameter) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Reads an instance file into a svm_problem object according to the Malt-SVM format, which is column fixed format (tab-separated).
readProblemOriginalSVMFormat(InputStreamReader, svm_problem, svm_parameter) - Static method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Reads an instance file into a svm_problem object according to the LIBSVM (SVMLight) format.
readProlog() - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
readProlog() - Method in class org.maltparser.core.dataformat.reader.TabReader
 
readSentence() - Method in interface org.maltparser.core.dataformat.reader.DataReader
 
readSentence() - Method in class org.maltparser.core.dataformat.reader.TabReader
 
readSentence(String[]) - Method in class org.maltparser.core.sentence.Sentence
 
REDUCE - Static variable in class org.maltparser.parser.algorithm.nivre.NivreEager
 
RELAXED - Static variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
removeDependent(Node) - Method in class org.maltparser.core.graph.Node
 
replaceAction(int, SymbolTable, Integer) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceAction(String, SymbolTable, Integer) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceAction(int, SymbolTable, String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceAction(String, SymbolTable, String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceAction(int, ArcLabels) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceAction(String, ArcLabels) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceAction(int) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceAction(String) - Method in class org.maltparser.parser.algorithm.helper.ParserAction
 
replaceStackItem(String, String) - Method in class org.maltparser.parser.guide.feature.TokenFeature
 
right - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
RIGHTARC - Static variable in class org.maltparser.parser.algorithm.covington.Covington
 
RIGHTARC - Static variable in class org.maltparser.parser.algorithm.nivre.NivreEager
 
RIGHTARC - Static variable in class org.maltparser.parser.algorithm.nivre.NivreStandard
 
rightDependents - Variable in class org.maltparser.core.graph.Node
a sorted set of right dependent nodes (sorted according to the node index)
rightstop - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
root - Variable in class org.maltparser.core.graph.Node
true if the node is a root, otherwise false
rootHandling - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
rootLabels - Variable in class org.maltparser.core.graph.DependencyGraph
 
RootLabels - Class in org.maltparser.core.graph
 
RootLabels(String, SortedMap<String, ColumnDescription>) - Constructor for class org.maltparser.core.graph.RootLabels
 

S

SAVE - Static variable in class org.maltparser.core.options.option.Option
The option is saved during learning and cannot be overloaded during processing (parsing)
save(BufferedWriter) - Method in interface org.maltparser.core.symbol.SymbolTable
 
save(OutputStreamWriter) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
save(String, String) - Method in interface org.maltparser.core.symbol.SymbolTableHandler
 
save(BufferedWriter) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
save(OutputStreamWriter) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
save(String, String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
save() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Saves the feature divide model settings .fsm file.
SAVEDOPTION - Static variable in class org.maltparser.core.options.OptionContainer
 
saveInstanceFiles - Variable in class org.maltparser.ml.libsvm.Libsvm
 
saveOptions(String) - Method in class org.maltparser.core.options.OptionManager
Saves all options that are marked as usage=Option.SAVE
saveOptions(OutputStreamWriter) - Method in class org.maltparser.core.options.OptionManager
Saves all options that are marked as usage=Option.SAVE
saveOptions(Integer, String) - Method in class org.maltparser.core.options.OptionManager
Saves all options that are marked as usage=Option.SAVE for a particular option container.
saveOptions(Integer, OutputStreamWriter) - Method in class org.maltparser.core.options.OptionManager
Saves all options that are marked as usage=Option.SAVE for a particular option container.
score - Variable in class org.maltparser.ml.KBestItem
 
sentence - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
sentence - Variable in class org.maltparser.core.graph.DependencyGraph
 
Sentence - Class in org.maltparser.core.sentence
Sentence consists of a sequence of tokens.
Sentence(Logger, DataFormatInstance) - Constructor for class org.maltparser.core.sentence.Sentence
 
Sentence(Logger, DataFormatInstance, int) - Constructor for class org.maltparser.core.sentence.Sentence
 
sentence - Variable in class org.maltparser.parser.algorithm.covington.Covington
 
sentence - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
SentenceException - Exception in org.maltparser.core.sentence
SentenceException extends the MaltChainedException class and is thrown by classes within the sentence package.
SentenceException(String) - Constructor for exception org.maltparser.core.sentence.SentenceException
Creates an SentenceException with a message
SentenceException(String, Throwable) - Constructor for exception org.maltparser.core.sentence.SentenceException
Creates an SentenceException with a message and a cause to the exception.
serialVersionUID - Static variable in exception org.maltparser.core.config.ConfigurationException
 
serialVersionUID - Static variable in exception org.maltparser.core.dataformat.DataFormatException
 
serialVersionUID - Static variable in exception org.maltparser.core.exception.MaltChainedException
 
serialVersionUID - Static variable in class org.maltparser.core.graph.arc.ArcLabels
 
serialVersionUID - Static variable in exception org.maltparser.core.graph.GraphException
 
serialVersionUID - Static variable in exception org.maltparser.core.options.OptionException
 
serialVersionUID - Static variable in exception org.maltparser.core.plugin.PluginException
 
serialVersionUID - Static variable in exception org.maltparser.core.sentence.SentenceException
 
serialVersionUID - Static variable in exception org.maltparser.core.symbol.SymbolException
 
serialVersionUID - Static variable in exception org.maltparser.ml.libsvm.LibsvmException
 
serialVersionUID - Static variable in exception org.maltparser.parser.algorithm.ParsingException
 
serialVersionUID - Static variable in exception org.maltparser.parser.guide.classtable.ClassTableException
 
serialVersionUID - Static variable in exception org.maltparser.parser.guide.feature.FeatureException
 
serialVersionUID - Static variable in class org.maltparser.parser.guide.feature.FeatureVector
 
serialVersionUID - Static variable in exception org.maltparser.parser.guide.GuideException
 
serialVersionUID - Static variable in exception org.maltparser.parser.guide.predmodel.ModelException
 
serialVersionUID - Static variable in exception org.maltparser.transform.TransformationException
 
setAmbiguous(boolean) - Method in class org.maltparser.core.options.option.Option
Sets true if the option name is ambiguous over all option groups, otherwise false.
setArchive(JarFile) - Method in class org.maltparser.core.plugin.Plugin
Sets the archive to set.
setCapacity(int) - Method in class org.maltparser.core.graph.DependencyGraph
 
setCapacity(int) - Method in class org.maltparser.core.sentence.Sentence
 
setCardinality(int) - Method in class org.maltparser.parser.guide.feature.Feature
Sets the cardinality (the number of distinct values) of the feature
setCardinality(int) - Method in class org.maltparser.parser.guide.feature.TokenFeature
 
setCategory(String) - Method in class org.maltparser.core.dataformat.DataFormatEntry
Sets the column category
setClassCode(Integer) - Method in class org.maltparser.ml.KBestItem
 
setClassCodeTable(ClassTable) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Sets the class table
setClassCodeTable(ClassTable) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Sets the class table
setColumn(ColumnDescription) - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
setColumnDescription(ColumnDescription) - Method in class org.maltparser.core.sentence.ColumnInstance
 
setColumnInstances(String) - Method in class org.maltparser.core.sentence.Token
 
setComponent(Node) - Method in class org.maltparser.core.graph.Node
 
setConfigDirectory(File) - Method in class org.maltparser.core.config.ConfigurationDir
 
setConfiguration(Configuration) - Method in class org.maltparser.core.config.ConfigurationDir
 
setConfiguration(SingleMaltConfiguration) - Method in class org.maltparser.parser.guide.Guide
Sets the current MaltParser configuration object
setContainerIndex(Integer) - Method in class org.maltparser.core.config.ConfigurationDir
 
setCurrentClassCode(int) - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
setCurrentClassString(String) - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
setCurrentItemIndex(int) - Method in class org.maltparser.ml.KBestList
 
setDataFormatInstance(DataFormatInstance) - Method in class org.maltparser.core.sentence.Sentence
 
setDefaultOutput(String) - Method in class org.maltparser.core.dataformat.ColumnDescription
 
setDefaultOutput(String) - Method in class org.maltparser.core.dataformat.DataFormatEntry
Sets the default output of an ignore column
setDefaultValue(String) - Method in class org.maltparser.core.options.option.BoolOption
 
setDefaultValue(String) - Method in class org.maltparser.core.options.option.ClassOption
 
setDefaultValue(String) - Method in class org.maltparser.core.options.option.EnumOption
 
setDefaultValue(String) - Method in class org.maltparser.core.options.option.IntegerOption
 
setDefaultValue(String) - Method in class org.maltparser.core.options.option.Option
Sets the default value for the option.
setDefaultValue(String) - Method in class org.maltparser.core.options.option.StringEnumOption
 
setDefaultValue(String) - Method in class org.maltparser.core.options.option.StringOption
 
setDefaultValue(String) - Method in class org.maltparser.core.options.option.UnaryOption
 
setError() - Method in class org.maltparser.core.helper.NoPrintStream
 
setFeatures(FeatureVector) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Sets the feature vector used by the atomic model.
setFlag(String) - Method in class org.maltparser.core.options.option.Option
Sets a character that is used as a flag for the command line input
setFrequency(Integer) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Sets the frequency (number of instances)
setFrequency(Integer) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Sets the frequency (number of instances)
setGroup(OptionGroup) - Method in class org.maltparser.core.options.option.Option
Sets the reference to the option group
setGuide(Guide) - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Sets a Guide object
setIndex(Integer) - Method in class org.maltparser.core.graph.Node
 
setIndex(Integer) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Sets the index of the model (-1..n), where -1 is a special value.
setInstance(ParserAction) - Method in class org.maltparser.core.config.SingleMaltConfiguration
This method is used during learning.
setInstance(ParserAction) - Method in interface org.maltparser.parser.guide.Guidable
 
setK(int) - Method in class org.maltparser.ml.KBestList
 
setKnown(boolean) - Method in class org.maltparser.core.symbol.trie.TrieEntry
 
setLearnerMode(Integer) - Method in class org.maltparser.ml.libsvm.Libsvm
 
setLearnerMode(Integer) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Sets the learner mode
setLearningMethodName(String) - Method in class org.maltparser.ml.libsvm.Libsvm
 
setLearningMethodName(String) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Sets the learning method name
setLogger(Logger) - Method in class org.maltparser.core.sentence.Sentence
 
setLogger(Logger) - Method in class org.maltparser.core.sentence.Token
 
setModelName(String) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Sets the name of the atomic model
setModelName(String) - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
Sets the model name
setName(String) - Method in class org.maltparser.core.config.ConfigurationDir
 
setName(String) - Method in class org.maltparser.core.dataformat.DataFormatEntry
Sets the column name
setName(String) - Method in class org.maltparser.core.options.option.Option
Sets the name of the option.
setName(String) - Method in class org.maltparser.core.options.OptionGroup
Sets the name of the option group
setName(String) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
setNextCode(int) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
setNullValueEncoding(String) - Method in class org.maltparser.core.symbol.nullvalue.InputNullValues
 
setNullValueEncoding(String) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
setNullValueEncoding(String) - Method in class org.maltparser.core.symbol.nullvalue.OutputNullValues
 
setNullValueStrategy(String) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
setNumberOfInstances(int) - Method in class org.maltparser.ml.libsvm.Libsvm
 
setNumberOfInstances(int) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Sets the number of instance
setOwner(InstanceModel) - Method in class org.maltparser.ml.libsvm.Libsvm
 
setOwner(InstanceModel) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Sets the parent instance model
setParent(GuideModel) - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Sets the parent guide model
setParent(GuideModel) - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
Sets the parent guide model
setParserAction(ParserAction) - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
setParsingAlgorithm(ParsingAlgorithm) - Method in class org.maltparser.parser.guide.feature.Feature
 
setParsingAlgorithm(ParsingAlgorithm) - Method in class org.maltparser.parser.guide.Guide
Sets the parsing algorithm that use the guide to predict the next parser action during parsing and to add a instance during learning.
setPluginName(String) - Method in class org.maltparser.core.plugin.Plugin
Sets the plug-in name
setPosition(int) - Method in class org.maltparser.core.dataformat.DataFormatEntry
Sets the column position
setPredecessor(Node) - Method in class org.maltparser.core.graph.Node
 
setRank(int) - Method in class org.maltparser.core.graph.Node
 
setReader(BufferedReader) - Method in class org.maltparser.core.dataformat.reader.TabReader
 
setRoot(boolean) - Method in class org.maltparser.core.graph.Node
 
setScore(Double) - Method in class org.maltparser.ml.KBestItem
 
setSentence(Sentence) - Method in class org.maltparser.core.dataformat.reader.TabReader
 
setSentence(Sentence) - Method in class org.maltparser.core.graph.DependencyGraph
 
setSentenceCount(int) - Method in class org.maltparser.core.dataformat.reader.TabReader
 
setShortDescription(String) - Method in class org.maltparser.core.options.option.Option
Sets a short description of the option
setSingleHeadedConstraint(boolean) - Method in class org.maltparser.core.graph.Node
 
setSize(int) - Method in class org.maltparser.core.graph.DependencyGraph
 
setSuccessor(Node) - Method in class org.maltparser.core.graph.Node
 
setSymbolTable(SymbolTable) - Method in class org.maltparser.core.dataformat.ColumnDescription
 
setSystemVerbosityLevel(String) - Method in class org.maltparser.MaltConsoleEngine
Sets the system verbosity level
setToken(Token) - Method in class org.maltparser.core.graph.Node
 
setToken(String) - Method in class org.maltparser.core.sentence.Sentence
 
setType(String) - Method in class org.maltparser.core.config.ConfigurationDir
 
setType(String) - Method in class org.maltparser.core.dataformat.DataFormatEntry
Sets the column type
setUrl(URL) - Method in class org.maltparser.core.config.ConfigurationDir
 
setUrl(URL) - Method in class org.maltparser.core.plugin.Plugin
Sets the URL.
setUsage(String) - Method in class org.maltparser.core.options.option.Option
Sets the usage of the option.
setUsage(int) - Method in class org.maltparser.core.options.option.Option
Sets the usage of the option.
setValue(int) - Method in class org.maltparser.core.sentence.BoolColumnInstance
 
setValue(String) - Method in class org.maltparser.core.sentence.BoolColumnInstance
 
setValue(String) - Method in class org.maltparser.core.sentence.ColumnInstance
 
setValue(String) - Method in class org.maltparser.core.sentence.EchoColumnInstance
 
setValue(String) - Method in class org.maltparser.core.sentence.IgnoreColumnInstance
 
setValue(String) - Method in class org.maltparser.core.sentence.IntegerColumnInstance
 
setValue(String) - Method in class org.maltparser.core.sentence.StringColumnInstance
 
setValue(Integer) - Method in class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
setValue(String) - Method in class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
setValue(Integer) - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
setValue(String) - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
setValue(Integer) - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
setValue(String) - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
setValue(Integer) - Method in class org.maltparser.parser.guide.feature.Feature
 
setValue(String) - Method in class org.maltparser.parser.guide.feature.Feature
 
setValue(Integer) - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
setValue(String) - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
setValue(Integer) - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
setValue(String) - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
setValue(Integer) - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
setValue(String) - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
setValue(Integer) - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
setValue(String) - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
setValueCounter(int) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
setWriter(BufferedWriter) - Method in class org.maltparser.core.dataformat.writer.TabWriter
 
SHIFT - Static variable in class org.maltparser.parser.algorithm.covington.Covington
 
SHIFT - Static variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
SingleHeadArc - Class in org.maltparser.core.graph.arc
 
SingleHeadArc() - Constructor for class org.maltparser.core.graph.arc.SingleHeadArc
 
singleheaded - Variable in class org.maltparser.core.graph.DependencyGraph
 
singleHeadedConstraint - Variable in class org.maltparser.core.graph.Node
 
SingleHeadedDependencyGraph - Class in org.maltparser.core.graph
 
SingleHeadedDependencyGraph(Sentence, String) - Constructor for class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
SingleMaltConfiguration - Class in org.maltparser.core.config
SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective.
SingleMaltConfiguration() - Constructor for class org.maltparser.core.config.SingleMaltConfiguration
 
size - Variable in class org.maltparser.core.graph.DependencyGraph
 
SplitFeature - Class in org.maltparser.parser.guide.feature
 
SplitFeature(ParsingAlgorithm, String) - Constructor for class org.maltparser.parser.guide.feature.SplitFeature
 
stack - Variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
startEngine() - Method in class org.maltparser.MaltConsoleEngine
Starts the console engine.
startTime - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
STRICT - Static variable in class org.maltparser.parser.algorithm.nivre.Nivre
 
STRING - Static variable in class org.maltparser.core.dataformat.ColumnDescription
 
StringColumnInstance - Class in org.maltparser.core.sentence
 
StringColumnInstance(ColumnDescription) - Constructor for class org.maltparser.core.sentence.StringColumnInstance
 
StringEnumOption - Class in org.maltparser.core.options.option
A string enum type option is an option that can only contain string value that corresponds to another string.
StringEnumOption(OptionGroup, String, String, String, String) - Constructor for class org.maltparser.core.options.option.StringEnumOption
Creates a stringenum type option description
StringOption - Class in org.maltparser.core.options.option
A string option is an option that contains a string value.
StringOption(OptionGroup, String, String, String, String, String) - Constructor for class org.maltparser.core.options.option.StringOption
Creates a string option description
successor - Variable in class org.maltparser.core.graph.Node
the next node in the linear precedence
SuffixFeature - Class in org.maltparser.parser.guide.feature
 
SuffixFeature(ParsingAlgorithm, String) - Constructor for class org.maltparser.parser.guide.feature.SuffixFeature
 
svm_predict_with_kbestlist(svm_model, svm_node[], KBestList) - Method in class org.maltparser.ml.libsvm.Libsvm
 
symbol2CodeMap - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
SymbolException - Exception in org.maltparser.core.symbol
SymbolException extends the MaltChainedException class and is thrown by classes within the symbol package.
SymbolException(String) - Constructor for exception org.maltparser.core.symbol.SymbolException
Creates a SymbolException object with a message
SymbolException(String, Throwable) - Constructor for exception org.maltparser.core.symbol.SymbolException
Creates a SymbolException object with a message and a cause to the exception.
SymbolTable - Interface in org.maltparser.core.symbol
 
SymbolTableHandler - Interface in org.maltparser.core.symbol
 
symbolTables - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
symbolToCode(String) - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 

T

table - Variable in class org.maltparser.core.symbol.nullvalue.NullValues
 
TabReader - Class in org.maltparser.core.dataformat.reader
 
TabReader(Sentence) - Constructor for class org.maltparser.core.dataformat.reader.TabReader
 
TabWriter - Class in org.maltparser.core.dataformat.writer
 
TabWriter() - Constructor for class org.maltparser.core.dataformat.writer.TabWriter
 
token - Variable in class org.maltparser.core.graph.Node
a reference to the token in the sentence
Token - Class in org.maltparser.core.sentence
A token represents an entity in a sentence with number of attributes (for example word form, lemma, part-of-speech).
Token(int, Logger, DataFormatInstance) - Constructor for class org.maltparser.core.sentence.Token
 
TokenFeature - Class in org.maltparser.parser.guide.feature
 
TokenFeature() - Constructor for class org.maltparser.parser.guide.feature.TokenFeature
 
toString() - Method in class org.maltparser.core.config.SingleMaltConfiguration
 
toString() - Method in class org.maltparser.core.dataformat.ColumnDescription
 
toString() - Method in class org.maltparser.core.dataformat.DataFormatEntry
 
toString() - Method in class org.maltparser.core.dataformat.DataFormatInstance
 
toString() - Method in class org.maltparser.core.dataformat.DataFormatSpecification
 
toString() - Method in class org.maltparser.core.options.option.BoolOption
 
toString() - Method in class org.maltparser.core.options.option.ClassOption
 
toString() - Method in class org.maltparser.core.options.option.EnumOption
 
toString() - Method in class org.maltparser.core.options.option.IntegerOption
 
toString() - Method in class org.maltparser.core.options.option.Option
 
toString() - Method in class org.maltparser.core.options.option.StringEnumOption
 
toString() - Method in class org.maltparser.core.options.option.StringOption
 
toString() - Method in class org.maltparser.core.options.option.UnaryOption
 
toString() - Method in class org.maltparser.core.options.OptionContainer
 
toString() - Method in class org.maltparser.core.options.OptionDescriptions
 
toString() - Method in class org.maltparser.core.options.OptionGroup
 
toString() - Method in class org.maltparser.core.options.OptionManager
 
toString() - Method in class org.maltparser.core.options.OptionValues
 
toString() - Method in class org.maltparser.core.plugin.JarLoader
 
toString() - Method in class org.maltparser.core.plugin.Plugin
 
toString() - Method in class org.maltparser.core.plugin.PluginLoader
 
toString() - Method in class org.maltparser.core.sentence.Sentence
 
toString() - Method in class org.maltparser.core.sentence.Token
 
toString() - Method in class org.maltparser.core.symbol.nullvalue.InputNullValues
 
toString() - Method in class org.maltparser.core.symbol.nullvalue.NullValues
 
toString() - Method in class org.maltparser.core.symbol.nullvalue.OutputNullValues
 
toString() - Method in class org.maltparser.core.symbol.trie.TrieEntry
 
toString() - Method in class org.maltparser.core.symbol.trie.TrieNode
 
toString() - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
toString() - Method in class org.maltparser.ml.KBestItem
 
toString() - Method in class org.maltparser.ml.libsvm.Libsvm
 
toString() - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
toString() - Method in class org.maltparser.parser.algorithm.helper.Transition
 
toString() - Method in class org.maltparser.parser.guide.feature.AtomicFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.Feature
 
toString() - Method in class org.maltparser.parser.guide.feature.FeatureVector
 
toString() - Method in class org.maltparser.parser.guide.feature.InputColumnFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.OutputColumnFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.TokenFeature
 
toString() - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
toString() - Method in class org.maltparser.parser.guide.Guide
 
toString() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
 
toString() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
toString() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
toStringMaps() - Method in class org.maltparser.core.options.OptionDescriptions
Returns a string representation that contains printable information of several options maps
toStringNoOracleFeature() - Method in class org.maltparser.core.sentence.Token
 
toStringOptionGroup(String) - Method in class org.maltparser.core.options.OptionDescriptions
Returns a string representation of a option group without the option group name in the string.
toStringParameters(svm_parameter) - Method in class org.maltparser.ml.libsvm.Libsvm
Returns a string containing all svm-parameters of interest
toStringParameters(svm_parameter) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
Returns a string containing all svm-parameters of interest
toStringPrettyValues(Integer, HashSet<String>) - Method in class org.maltparser.core.options.OptionManager
Returns a string representation of all option value, except the options in a option group specified by the excludeGroup argument.
toStringSetting - Static variable in class org.maltparser.core.options.OptionGroup
 
toTab() - Method in class org.maltparser.core.graph.DependencyGraph
 
toTab() - Method in class org.maltparser.core.graph.SingleHeadedDependencyGraph
 
TRAIN - Static variable in class org.maltparser.core.options.option.Option
The option is only relevant during learning
TRAIN - Static variable in interface org.maltparser.ml.LearningMethod
 
train(FeatureVector) - Method in interface org.maltparser.ml.LearningMethod
 
train(FeatureVector) - Method in class org.maltparser.ml.libsvm.Libsvm
 
train(FeatureVector) - Method in class org.maltparser.ml.libsvm.malt04.LibsvmMalt04
 
train() - Method in class org.maltparser.parser.guide.instmodel.AtomicModel
Invokes the train() of the learning method
train() - Method in class org.maltparser.parser.guide.instmodel.FeatureDivideModel
 
train() - Method in interface org.maltparser.parser.guide.instmodel.InstanceModel
 
TransformationException - Exception in org.maltparser.transform
TransformationException extends the MaltChainedException class and is thrown by classes within the transform package.
TransformationException(String) - Constructor for exception org.maltparser.transform.TransformationException
Creates a TransformationException object with a message
TransformationException(String, Throwable) - Constructor for exception org.maltparser.transform.TransformationException
Creates a TransformationException object with a message and a cause to the exception.
transition(DependencyGraph) - Method in class org.maltparser.parser.algorithm.covington.Covington
 
Transition - Class in org.maltparser.parser.algorithm.helper
Transition contains one individual transition.
Transition(int, String, boolean) - Constructor for class org.maltparser.parser.algorithm.helper.Transition
Creates a transition
transition(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.Nivre
 
transition(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.NivreEager
 
transition(DependencyGraph) - Method in class org.maltparser.parser.algorithm.nivre.NivreStandard
 
TransitionFeature - Class in org.maltparser.parser.guide.feature
TODO: NB not tested yet, probably wrong behavior
TransitionFeature(ParsingAlgorithm, String) - Constructor for class org.maltparser.parser.guide.feature.TransitionFeature
 
Trie - Class in org.maltparser.core.symbol.trie
 
Trie() - Constructor for class org.maltparser.core.symbol.trie.Trie
 
TrieEntry - Class in org.maltparser.core.symbol.trie
 
TrieEntry(int, boolean) - Constructor for class org.maltparser.core.symbol.trie.TrieEntry
 
TrieNode - Class in org.maltparser.core.symbol.trie
 
TrieNode(char, TrieNode) - Constructor for class org.maltparser.core.symbol.trie.TrieNode
Constructs a trie node
TrieSymbolTable - Class in org.maltparser.core.symbol.trie
 
TrieSymbolTable(String, Trie, int, String) - Constructor for class org.maltparser.core.symbol.trie.TrieSymbolTable
 
TrieSymbolTable(String, Trie, int, String, String) - Constructor for class org.maltparser.core.symbol.trie.TrieSymbolTable
 
TrieSymbolTable(String, Trie) - Constructor for class org.maltparser.core.symbol.trie.TrieSymbolTable
 
TrieSymbolTableHandler - Class in org.maltparser.core.symbol.trie
 
TrieSymbolTableHandler() - Constructor for class org.maltparser.core.symbol.trie.TrieSymbolTableHandler
 
type - Variable in class org.maltparser.core.config.ConfigurationDir
 

U

UnaryOption - Class in org.maltparser.core.options.option
An unary option is an option that doesn't need a value to the specified.
UnaryOption(OptionGroup, String, String, String, String) - Constructor for class org.maltparser.core.options.option.UnaryOption
Creates an unary option description
UNPACK - Static variable in class org.maltparser.core.config.SingleMaltConfiguration
 
unpackConfigFile() - Method in class org.maltparser.core.config.ConfigurationDir
 
unpackConfigFile(JarInputStream) - Method in class org.maltparser.core.config.ConfigurationDir
 
update() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
update() - Method in class org.maltparser.parser.guide.feature.Feature
 
update() - Method in class org.maltparser.parser.guide.feature.InputColumnFeature
 
update() - Method in class org.maltparser.parser.guide.feature.OutputColumnFeature
 
update() - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
update() - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
update() - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
update() - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
update() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
update() - Method in interface org.maltparser.parser.guide.predmodel.PredictionModel
 
updateCardinality() - Method in class org.maltparser.parser.guide.feature.ColumnFeature
 
updateCardinality() - Method in class org.maltparser.parser.guide.feature.Feature
 
updateCardinality() - Method in class org.maltparser.parser.guide.feature.ParserActionFeature
 
updateCardinality() - Method in class org.maltparser.parser.guide.feature.SplitFeature
 
updateCardinality() - Method in class org.maltparser.parser.guide.feature.SuffixFeature
 
updateCardinality() - Method in class org.maltparser.parser.guide.feature.TransitionFeature
 
updateCardinality() - Method in class org.maltparser.parser.guide.Guide
Updates all the features with latest cardinality (number of distinct values for a particular feature)
updateCardinality() - Method in class org.maltparser.parser.guide.predmodel.CombinedPredictionModel
 
updateCardinality() - Method in interface org.maltparser.parser.guide.predmodel.PredictionModel
 
updateClassCode() - Method in class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
updateClassCode() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
updateLeft(DependencyGraph, int) - Method in class org.maltparser.parser.algorithm.covington.Covington
 
updateLeft(DependencyGraph, int) - Method in class org.maltparser.parser.algorithm.covington.CovingtonNonProjective
 
updateLeft(DependencyGraph, int) - Method in class org.maltparser.parser.algorithm.covington.CovingtonProjective
 
updateParserActionWithFirstKBest() - Method in class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
updateParserActionWithFirstKBest() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
updateParserActionWithNextKBest() - Method in class org.maltparser.parser.guide.classtable.AllCombinedClassTable
 
updateParserActionWithNextKBest() - Method in class org.maltparser.parser.guide.classtable.ClassTable
 
updateValueCounter(int) - Method in class org.maltparser.core.symbol.trie.TrieSymbolTable
 
url - Variable in class org.maltparser.core.config.ConfigurationDir
 
Util - Class in org.maltparser.core.helper
 
Util() - Constructor for class org.maltparser.core.helper.Util
 

V

valueOf(String) - Static method in enum org.maltparser.core.symbol.nullvalue.NullValues.NullValueDegree
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.maltparser.core.symbol.nullvalue.NullValues.NullValueId
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.maltparser.core.symbol.nullvalue.NullValues.NullValueDegree
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.maltparser.core.symbol.nullvalue.NullValues.NullValueId
Returns an array containing the constants of this enum type, in the order they're declared.

W

WITHGROUPNAME - Static variable in class org.maltparser.core.options.OptionGroup
 
workingDirectory - Variable in class org.maltparser.core.config.ConfigurationDir
 
write(int) - Method in class org.maltparser.core.helper.NoOutputStream
 
write(byte[]) - Method in class org.maltparser.core.helper.NoOutputStream
 
write(byte[], int, int) - Method in class org.maltparser.core.helper.NoOutputStream
 
write(byte[], int, int) - Method in class org.maltparser.core.helper.NoPrintStream
 
write(int) - Method in class org.maltparser.core.helper.NoPrintStream
 
writeEpilog() - Method in interface org.maltparser.core.dataformat.writer.DataWriter
 
writeEpilog() - Method in class org.maltparser.core.dataformat.writer.TabWriter
 
writeProlog() - Method in interface org.maltparser.core.dataformat.writer.DataWriter
 
writeProlog() - Method in class org.maltparser.core.dataformat.writer.TabWriter
 
writer - Variable in class org.maltparser.core.config.SingleMaltConfiguration
 
writeSentence(DependencyGraph) - Method in interface org.maltparser.core.dataformat.writer.DataWriter
 
writeSentence(DependencyGraph) - Method in class org.maltparser.core.dataformat.writer.TabWriter
 

A B C D E F G H I J K L M N O P R S T U V W
MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.