Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MaltParser 1.2
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.maltparser
,
org.maltparser.core.config
,
org.maltparser.core.exception
,
org.maltparser.core.feature
,
org.maltparser.core.feature.function
,
org.maltparser.core.feature.map
,
org.maltparser.core.feature.spec
,
org.maltparser.core.feature.spec.reader
,
org.maltparser.core.feature.system
,
org.maltparser.core.feature.value
,
org.maltparser.core.flow
,
org.maltparser.core.flow.item
,
org.maltparser.core.flow.spec
,
org.maltparser.core.flow.system
,
org.maltparser.core.flow.system.elem
,
org.maltparser.core.helper
,
org.maltparser.core.io.dataformat
,
org.maltparser.core.options
,
org.maltparser.core.options.option
,
org.maltparser.core.plugin
,
org.maltparser.core.symbol
,
org.maltparser.core.symbol.nullvalue
,
org.maltparser.core.symbol.trie
,
org.maltparser.core.syntaxgraph
,
org.maltparser.core.syntaxgraph.ds2ps
,
org.maltparser.core.syntaxgraph.edge
,
org.maltparser.core.syntaxgraph.feature
,
org.maltparser.core.syntaxgraph.headrules
,
org.maltparser.core.syntaxgraph.node
,
org.maltparser.core.syntaxgraph.reader
,
org.maltparser.core.syntaxgraph.writer
,
org.maltparser.ml
,
org.maltparser.ml.libsvm
,
org.maltparser.ml.libsvm.malt04
,
org.maltparser.parser
,
org.maltparser.parser.algorithm
,
org.maltparser.parser.algorithm.covington
,
org.maltparser.parser.algorithm.helper
,
org.maltparser.parser.algorithm.nivre
,
org.maltparser.parser.algorithm.nivre.malt04
,
org.maltparser.parser.guide
,
org.maltparser.parser.guide.decision
,
org.maltparser.parser.guide.instance
,
org.maltparser.parser.history
,
org.maltparser.parser.history.action
,
org.maltparser.parser.history.container
,
org.maltparser.parser.history.kbest
,
org.maltparser.transform.pseudo
Class Hierarchy
java.lang.
Object
java.util.
AbstractCollection
<E> (implements java.util.
Collection
<E>)
java.util.
AbstractList
<E> (implements java.util.
List
<E>)
java.util.
ArrayList
<E> (implements java.lang.
Cloneable
, java.util.
List
<E>, java.util.
RandomAccess
, java.io.
Serializable
)
org.maltparser.core.feature.
FeatureVector
(implements java.io.
Serializable
)
org.maltparser.core.syntaxgraph.headrules.
HeadRule
org.maltparser.core.syntaxgraph.headrules.
PrioList
org.maltparser.core.syntaxgraph.headrules.
PrioSet
java.util.
AbstractMap
<K,V> (implements java.util.
Map
<K,V>)
java.util.
HashMap
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
org.maltparser.core.config.
ConfigurationRegistry
org.maltparser.core.feature.system.
FeatureEngine
org.maltparser.core.feature.
FeatureModel
org.maltparser.core.syntaxgraph.headrules.
HeadRules
java.util.
LinkedHashMap
<K,V> (implements java.util.
Map
<K,V>)
org.maltparser.core.syntaxgraph.
LabelSet
org.maltparser.parser.history.container.
ActionContainer
org.maltparser.core.feature.function.
AddressFunction
(implements org.maltparser.core.feature.function.
Function
)
org.maltparser.parser.algorithm.covington.
CovAddressFunction
org.maltparser.core.syntaxgraph.feature.
DGraphAddressFunction
org.maltparser.parser.algorithm.nivre.
NivreAddressFunction
org.maltparser.parser.guide.instance.
AtomicModel
(implements org.maltparser.parser.guide.instance.
InstanceModel
)
org.maltparser.core.syntaxgraph.reader.
BracketReader
(implements org.maltparser.core.syntaxgraph.reader.
SyntaxGraphReader
)
org.maltparser.core.syntaxgraph.writer.
BracketWriter
(implements org.maltparser.core.syntaxgraph.writer.
SyntaxGraphWriter
)
org.maltparser.parser.guide.decision.
BranchedDecisionModel
(implements org.maltparser.parser.guide.decision.
DecisionModel
)
org.maltparser.parser.history.kbest.
Candidate
org.maltparser.parser.history.kbest.
ScoredCandidate
org.maltparser.core.flow.system.elem.
ChartAttribute
org.maltparser.core.flow.system.elem.
ChartElement
org.maltparser.core.flow.item.
ChartItem
org.maltparser.core.config.
ConfigDirChartItem
org.maltparser.core.syntaxgraph.
CopyChartItem
org.maltparser.transform.pseudo.
PseudoProjChartItem
org.maltparser.core.syntaxgraph.reader.
ReadChartItem
org.maltparser.parser.
SingleMaltChartItem
org.maltparser.core.syntaxgraph.
SyntaxGraphChartItem
org.maltparser.core.syntaxgraph.writer.
WriteChartItem
org.maltparser.core.flow.spec.
ChartItemSpecification
org.maltparser.core.flow.spec.
ChartSpecification
java.lang.
ClassLoader
java.security.
SecureClassLoader
org.maltparser.core.plugin.
JarLoader
org.maltparser.core.io.dataformat.
ColumnDescription
(implements java.lang.
Comparable
<T>)
org.maltparser.core.syntaxgraph.feature.
ColumnFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
, org.maltparser.core.feature.function.
Modifiable
)
org.maltparser.core.syntaxgraph.feature.
InputColumnFeature
org.maltparser.core.syntaxgraph.feature.
OutputColumnFeature
org.maltparser.parser.history.action.
ComplexDecisionAction
(implements org.maltparser.parser.history.action.
GuideUserAction
, org.maltparser.parser.history.action.
MultipleDecision
)
org.maltparser.core.config.
ConfigurationDir
org.maltparser.parser.algorithm.covington.
Covington
(implements org.maltparser.parser.algorithm.
ParsingAlgorithm
)
org.maltparser.parser.algorithm.covington.
CovingtonNonProjective
org.maltparser.parser.algorithm.covington.
CovingtonProjective
org.maltparser.core.io.dataformat.
DataFormatEntry
(implements java.lang.
Comparable
<T>)
org.maltparser.core.io.dataformat.
DataFormatInstance
(implements java.lang.
Iterable
<T>)
org.maltparser.core.io.dataformat.
DataFormatManager
org.maltparser.core.io.dataformat.
DataFormatSpecification
org.maltparser.core.io.dataformat.
DataFormatSpecification.Dependency
org.maltparser.
Engine
org.maltparser.parser.guide.instance.
FeatureDivideModel
(implements org.maltparser.parser.guide.instance.
InstanceModel
)
org.maltparser.core.feature.
FeatureModelManager
org.maltparser.core.flow.
FlowChartInstance
org.maltparser.core.flow.
FlowChartManager
org.maltparser.core.flow.system.
FlowChartSystem
org.maltparser.core.feature.system.
FunctionDescription
org.maltparser.core.feature.value.
FunctionValue
org.maltparser.core.feature.value.
AddressValue
org.maltparser.core.feature.value.
FeatureValue
org.maltparser.core.feature.value.
MultipleFeatureValue
org.maltparser.core.feature.value.
SingleFeatureValue
org.maltparser.parser.history.
History
(implements org.maltparser.parser.history.
GuideHistory
, org.maltparser.parser.history.
GuideUserHistory
)
org.maltparser.parser.algorithm.
InputArcDirFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
org.maltparser.parser.algorithm.
InputArcFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
org.maltparser.parser.history.kbest.
KBestList
org.maltparser.parser.history.kbest.
ScoredKBestList
org.maltparser.ml.libsvm.
Libsvm
(implements org.maltparser.ml.
LearningMethod
)
org.maltparser.ml.libsvm.malt04.
LibsvmMalt04
(implements org.maltparser.ml.
LearningMethod
)
org.maltparser.core.syntaxgraph.ds2ps.
LosslessMapping
(implements org.maltparser.core.syntaxgraph.ds2ps.
Dependency2PhraseStructure
)
org.maltparser.
Malt
org.maltparser.core.helper.
Malt04
org.maltparser.
MaltConsoleEngine
org.maltparser.core.feature.map.
Merge3Feature
(implements org.maltparser.core.feature.function.
FeatureMapFunction
)
org.maltparser.core.feature.map.
MergeFeature
(implements org.maltparser.core.feature.function.
FeatureMapFunction
)
org.maltparser.core.syntaxgraph.reader.
NegraReader
(implements org.maltparser.core.syntaxgraph.reader.
SyntaxGraphReader
)
org.maltparser.core.syntaxgraph.writer.
NegraWriter
(implements org.maltparser.core.syntaxgraph.writer.
SyntaxGraphWriter
)
org.maltparser.parser.algorithm.nivre.
Nivre
(implements org.maltparser.parser.algorithm.
ParsingAlgorithm
)
org.maltparser.parser.algorithm.nivre.
NivreEager
org.maltparser.parser.algorithm.nivre.malt04.
NivreMalt04
org.maltparser.parser.algorithm.nivre.malt04.
NivreEagerMalt04
org.maltparser.parser.algorithm.nivre.malt04.
NivreStandardMalt04
org.maltparser.parser.algorithm.nivre.
NivreStandard
org.maltparser.core.symbol.nullvalue.
NullValues
org.maltparser.core.symbol.nullvalue.
InputNullValues
org.maltparser.core.symbol.nullvalue.
OutputNullValues
java.util.
Observable
org.maltparser.core.syntaxgraph.
GraphElement
(implements org.maltparser.core.syntaxgraph.
Element
)
org.maltparser.core.syntaxgraph.edge.
GraphEdge
(implements java.lang.
Comparable
<T>, org.maltparser.core.syntaxgraph.edge.
Edge
)
org.maltparser.core.syntaxgraph.edge.
WeightedEdge
(implements org.maltparser.core.syntaxgraph.
Weightable
)
org.maltparser.core.syntaxgraph.node.
GraphNode
(implements org.maltparser.core.syntaxgraph.node.
Node
)
org.maltparser.core.syntaxgraph.node.
NonTerminal
(implements org.maltparser.core.syntaxgraph.node.
NonTerminalNode
, org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.node.
Root
(implements org.maltparser.core.syntaxgraph.node.
DependencyNode
, org.maltparser.core.syntaxgraph.node.
NonTerminalNode
, org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.node.
Token
(implements org.maltparser.core.syntaxgraph.node.
DependencyNode
, org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
, org.maltparser.core.syntaxgraph.node.
TokenNode
)
org.maltparser.parser.guide.decision.
OneDecisionModel
(implements org.maltparser.parser.guide.decision.
DecisionModel
)
org.maltparser.core.options.option.
Option
(implements java.lang.
Comparable
<T>)
org.maltparser.core.options.option.
BoolOption
org.maltparser.core.options.option.
ClassOption
org.maltparser.core.options.option.
EnumOption
org.maltparser.core.options.option.
IntegerOption
org.maltparser.core.options.option.
StringEnumOption
org.maltparser.core.options.option.
StringOption
org.maltparser.core.options.option.
UnaryOption
org.maltparser.core.options.
OptionContainer
(implements java.lang.
Comparable
<T>)
org.maltparser.core.options.
OptionDescriptions
org.maltparser.core.options.
OptionGroup
org.maltparser.core.options.
OptionManager
org.maltparser.core.options.
OptionValues
java.io.
OutputStream
(implements java.io.
Closeable
, java.io.
Flushable
)
java.io.
FilterOutputStream
java.io.
PrintStream
(implements java.lang.
Appendable
, java.io.
Closeable
)
org.maltparser.core.helper.
NoPrintStream
org.maltparser.core.helper.
NoOutputStream
org.maltparser.core.feature.spec.reader.
ParReader
(implements org.maltparser.core.feature.spec.reader.
FeatureSpecReader
)
org.maltparser.core.plugin.
Plugin
org.maltparser.core.plugin.
PluginLoader
(implements java.lang.
Iterable
<T>)
org.maltparser.core.feature.map.
PrefixFeature
(implements org.maltparser.core.feature.function.
FeatureMapFunction
)
org.maltparser.core.syntaxgraph.headrules.
PrioSetMember
org.maltparser.transform.pseudo.
PseudoProjectivity
org.maltparser.core.syntaxgraph.
RootLabels
org.maltparser.parser.guide.decision.
SeqDecisionModel
(implements org.maltparser.parser.guide.decision.
DecisionModel
)
org.maltparser.parser.history.action.
SimpleDecisionAction
(implements org.maltparser.parser.history.action.
SingleDecision
)
org.maltparser.parser.guide.
SingleGuide
(implements org.maltparser.parser.guide.
Guide
)
org.maltparser.parser.
SingleMalt
(implements org.maltparser.parser.
DependencyParserConfig
, org.maltparser.parser.guide.
Guidable
)
org.maltparser.core.feature.spec.
SpecificationModel
(implements java.lang.
Iterable
<T>)
org.maltparser.core.feature.spec.
SpecificationModels
org.maltparser.core.feature.spec.
SpecificationSubModel
(implements java.lang.
Iterable
<T>)
org.maltparser.core.feature.map.
SplitFeature
(implements org.maltparser.core.feature.function.
FeatureMapFunction
)
org.maltparser.core.feature.map.
SuffixFeature
(implements org.maltparser.core.feature.function.
FeatureMapFunction
)
org.maltparser.core.syntaxgraph.
SyntaxGraph
(implements org.maltparser.core.syntaxgraph.
LabeledStructure
, java.util.
Observer
, org.maltparser.core.syntaxgraph.
Structure
)
org.maltparser.core.syntaxgraph.
Sentence
(implements org.maltparser.core.syntaxgraph.
TokenStructure
)
org.maltparser.core.syntaxgraph.
DependencyGraph
(implements org.maltparser.core.syntaxgraph.
DependencyStructure
)
org.maltparser.core.syntaxgraph.
MappablePhraseStructureGraph
(implements org.maltparser.core.syntaxgraph.
DependencyStructure
, org.maltparser.core.syntaxgraph.
PhraseStructure
)
org.maltparser.core.syntaxgraph.
PhraseStructureGraph
(implements org.maltparser.core.syntaxgraph.
PhraseStructure
)
org.maltparser.core.helper.
SystemInfo
org.maltparser.core.helper.
SystemLogger
org.maltparser.parser.history.container.
TableContainer
org.maltparser.parser.history.container.
CombinedTableContainer
(implements org.maltparser.core.symbol.
Table
)
org.maltparser.core.symbol.
TableFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
, org.maltparser.core.feature.function.
Modifiable
)
org.maltparser.core.syntaxgraph.feature.
OutputTableFeature
org.maltparser.core.syntaxgraph.reader.
TabReader
(implements org.maltparser.core.syntaxgraph.reader.
SyntaxGraphReader
)
org.maltparser.core.syntaxgraph.writer.
TabWriter
(implements org.maltparser.core.syntaxgraph.writer.
SyntaxGraphWriter
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.maltparser.core.exception.
MaltChainedException
org.maltparser.core.config.
ConfigurationException
org.maltparser.core.io.dataformat.
DataFormatException
org.maltparser.core.feature.
FeatureException
org.maltparser.core.flow.
FlowException
org.maltparser.parser.guide.
GuideException
org.maltparser.core.syntaxgraph.headrules.
HeadRuleException
org.maltparser.parser.history.
HistoryException
org.maltparser.ml.libsvm.
LibsvmException
org.maltparser.core.options.
OptionException
org.maltparser.parser.algorithm.
ParsingException
org.maltparser.core.plugin.
PluginException
org.maltparser.core.symbol.
SymbolException
org.maltparser.core.syntaxgraph.
SyntaxGraphException
org.maltparser.transform.pseudo.
TransformationException
org.maltparser.core.syntaxgraph.reader.
TigerXMLHeader
org.maltparser.core.syntaxgraph.reader.
TigerXMLHeader.FeatureEdgeLabel
org.maltparser.core.syntaxgraph.reader.
TigerXMLReader
(implements org.maltparser.core.syntaxgraph.reader.
SyntaxGraphReader
)
org.maltparser.core.syntaxgraph.writer.
TigerXMLWriter
(implements org.maltparser.core.syntaxgraph.writer.
SyntaxGraphWriter
)
org.maltparser.parser.algorithm.helper.
Transition
(implements java.lang.
Comparable
<T>)
org.maltparser.parser.algorithm.helper.
TransitionTable
(implements org.maltparser.parser.history.container.
DecisionPropertyTable
, org.maltparser.core.symbol.
Table
)
org.maltparser.parser.algorithm.helper.
TransitionTableHandler
(implements org.maltparser.core.symbol.
TableHandler
)
org.maltparser.core.symbol.trie.
Trie
org.maltparser.core.symbol.trie.
TrieEntry
org.maltparser.core.symbol.trie.
TrieNode
org.maltparser.core.symbol.trie.
TrieSymbolTable
(implements org.maltparser.core.symbol.
SymbolTable
)
org.maltparser.core.symbol.trie.
TrieSymbolTableHandler
(implements org.maltparser.core.symbol.
SymbolTableHandler
)
org.maltparser.core.helper.
Util
org.maltparser.core.feature.spec.reader.
XmlReader
(implements org.maltparser.core.feature.spec.reader.
FeatureSpecReader
)
Interface Hierarchy
org.maltparser.parser.history.action.
ActionDecision
org.maltparser.parser.history.action.
GuideDecision
org.maltparser.parser.history.action.
MultipleDecision
org.maltparser.parser.history.action.
SingleDecision
org.maltparser.parser.history.action.
MultipleDecision
org.maltparser.parser.history.action.
SingleDecision
java.lang.
Comparable
<T>
org.maltparser.core.syntaxgraph.node.
ComparableNode
(also extends org.maltparser.core.syntaxgraph.
Element
)
org.maltparser.core.syntaxgraph.node.
DependencyNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.node.
Node
(also extends org.maltparser.core.syntaxgraph.
Element
)
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
)
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
, org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.node.
DependencyNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.node.
Node
(also extends org.maltparser.core.syntaxgraph.node.
ComparableNode
, org.maltparser.core.syntaxgraph.
Element
)
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
)
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
, org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.config.
Configuration
org.maltparser.parser.
DependencyParserConfig
org.maltparser.parser.history.container.
DecisionPropertyTable
org.maltparser.core.syntaxgraph.ds2ps.
Dependency2PhraseStructure
org.maltparser.core.syntaxgraph.
Element
org.maltparser.core.syntaxgraph.node.
ComparableNode
(also extends java.lang.
Comparable
<T>)
org.maltparser.core.syntaxgraph.node.
DependencyNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.node.
Node
(also extends org.maltparser.core.syntaxgraph.
Element
)
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
)
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
, org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.node.
DependencyNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.syntaxgraph.edge.
Edge
org.maltparser.core.syntaxgraph.node.
Node
(also extends org.maltparser.core.syntaxgraph.node.
ComparableNode
)
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
org.maltparser.core.syntaxgraph.node.
NonTerminalNode
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
)
org.maltparser.core.syntaxgraph.node.
TerminalNode
org.maltparser.core.syntaxgraph.node.
TokenNode
(also extends org.maltparser.core.syntaxgraph.node.
DependencyNode
, org.maltparser.core.syntaxgraph.node.
PhraseStructureNode
)
org.maltparser.core.feature.spec.reader.
FeatureSpecReader
org.maltparser.core.feature.function.
Function
org.maltparser.core.feature.function.
FeatureFunction
org.maltparser.core.feature.function.
FeatureMapFunction
org.maltparser.core.feature.function.
Modifiable
org.maltparser.core.feature.function.
FeatureMapFunction
org.maltparser.core.feature.function.
Modifiable
org.maltparser.parser.guide.
Guidable
org.maltparser.parser.guide.
Guide
org.maltparser.parser.history.
GuideHistory
org.maltparser.parser.history.action.
GuideUserAction
org.maltparser.parser.history.
GuideUserHistory
org.maltparser.core.syntaxgraph.
LabeledStructure
org.maltparser.core.syntaxgraph.
DependencyStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
, org.maltparser.core.syntaxgraph.
TokenStructure
)
org.maltparser.core.syntaxgraph.
PhraseStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
, org.maltparser.core.syntaxgraph.
TokenStructure
)
org.maltparser.core.syntaxgraph.
TokenStructure
(also extends org.maltparser.core.syntaxgraph.
Structure
)
org.maltparser.core.syntaxgraph.
DependencyStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
)
org.maltparser.core.syntaxgraph.
PhraseStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
)
org.maltparser.ml.
LearningMethod
org.maltparser.parser.guide.
Model
org.maltparser.parser.guide.decision.
DecisionModel
org.maltparser.parser.guide.instance.
InstanceModel
org.maltparser.parser.algorithm.
ParsingAlgorithm
org.maltparser.core.syntaxgraph.
SecEdgeStructure
org.maltparser.core.syntaxgraph.
DependencyStructure
(also extends org.maltparser.core.syntaxgraph.
TokenStructure
)
org.maltparser.core.syntaxgraph.
PhraseStructure
(also extends org.maltparser.core.syntaxgraph.
TokenStructure
)
org.maltparser.core.syntaxgraph.
Structure
org.maltparser.core.syntaxgraph.
DependencyStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
, org.maltparser.core.syntaxgraph.
TokenStructure
)
org.maltparser.core.syntaxgraph.
PhraseStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
, org.maltparser.core.syntaxgraph.
TokenStructure
)
org.maltparser.core.syntaxgraph.
TokenStructure
(also extends org.maltparser.core.syntaxgraph.
LabeledStructure
)
org.maltparser.core.syntaxgraph.
DependencyStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
)
org.maltparser.core.syntaxgraph.
PhraseStructure
(also extends org.maltparser.core.syntaxgraph.
SecEdgeStructure
)
org.maltparser.core.syntaxgraph.reader.
SyntaxGraphReader
org.maltparser.core.syntaxgraph.writer.
SyntaxGraphWriter
org.maltparser.core.symbol.
Table
org.maltparser.core.symbol.
SymbolTable
org.maltparser.core.symbol.
TableHandler
org.maltparser.core.symbol.
SymbolTableHandler
org.maltparser.core.syntaxgraph.
Weightable
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.maltparser.core.feature.spec.reader.
ParReader.DataStructures
org.maltparser.core.feature.spec.reader.
ParReader.ColumnNames
org.maltparser.core.io.dataformat.
DataFormatSpecification.DataStructure
org.maltparser.core.symbol.nullvalue.
NullValues.NullValueDegree
org.maltparser.core.symbol.nullvalue.
NullValues.NullValueId
org.maltparser.core.syntaxgraph.feature.
DGraphAddressFunction.DGraphSubFunction
org.maltparser.core.syntaxgraph.headrules.
PrioSetMember.RelationToPrevMember
org.maltparser.core.syntaxgraph.headrules.
Direction
org.maltparser.core.syntaxgraph.reader.
TigerXMLHeader.Domain
org.maltparser.ml.libsvm.
Libsvm.Verbostity
org.maltparser.parser.algorithm.covington.
CovAddressFunction.CovSubFunction
org.maltparser.parser.algorithm.nivre.
NivreAddressFunction.NivreSubFunction
org.maltparser.parser.guide.
Guide.GuideMode
org.maltparser.parser.history.container.
TableContainer.RelationToNextDecision
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MaltParser 1.2
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright 2007-2008 Johan Hall, Jens Nilsson and Joakim Nivre.