Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MaltParser 1.4.1
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.pool
,
org.maltparser.core.propagation
,
org.maltparser.core.propagation.spec
,
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.liblinear
,
org.maltparser.ml.libsvm
,
org.maltparser.parser
,
org.maltparser.parser.algorithm.covington
,
org.maltparser.parser.algorithm.nivre
,
org.maltparser.parser.algorithm.planar
,
org.maltparser.parser.algorithm.stack
,
org.maltparser.parser.algorithm.twoplanar
,
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.parser.transition
,
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
org.maltparser.core.propagation.spec.
PropagationSpecs
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.
CovingtonAddressFunction
org.maltparser.core.syntaxgraph.feature.
DGraphAddressFunction
org.maltparser.parser.algorithm.nivre.
NivreAddressFunction
org.maltparser.parser.algorithm.planar.
PlanarAddressFunction
org.maltparser.parser.algorithm.stack.
StackAddressFunction
org.maltparser.parser.algorithm.twoplanar.
TwoPlanarAddressFunction
org.maltparser.parser.
Algorithm
org.maltparser.parser.
Parser
org.maltparser.parser.
DeterministicParser
org.maltparser.parser.
Trainer
org.maltparser.parser.
BatchTrainer
org.maltparser.core.syntaxgraph.feature.
ArcDirFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
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.
CovingtonFactory
(implements org.maltparser.parser.
AbstractParserFactory
)
org.maltparser.parser.algorithm.covington.
CovingtonNonProjFactory
org.maltparser.parser.algorithm.covington.
CovingtonProjFactory
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.parser.guide.instance.
DecisionTreeModel
(implements org.maltparser.parser.guide.instance.
InstanceModel
)
org.maltparser.core.syntaxgraph.feature.
DistanceFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
org.maltparser.
Engine
org.maltparser.core.syntaxgraph.feature.
ExistsFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
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.history.
HistoryListNode
(implements org.maltparser.parser.history.
HistoryNode
)
org.maltparser.parser.history.
HistoryStructure
org.maltparser.parser.history.
HistoryList
org.maltparser.parser.history.
HistoryTree
org.maltparser.parser.history.
HistoryTreeNode
(implements org.maltparser.parser.history.
HistoryNode
)
org.maltparser.core.syntaxgraph.feature.
InputArcDirFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
org.maltparser.core.syntaxgraph.feature.
InputArcFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
org.maltparser.parser.history.kbest.
KBestList
org.maltparser.parser.history.kbest.
ScoredKBestList
org.maltparser.ml.liblinear.
Liblinear
(implements org.maltparser.ml.
LearningMethod
)
org.maltparser.ml.libsvm.
Libsvm
(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.
MaltParserService
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.
NivreFactory
(implements org.maltparser.parser.
AbstractParserFactory
)
org.maltparser.parser.algorithm.nivre.
NivreArcEagerFactory
org.maltparser.parser.algorithm.nivre.
NivreArcStandardFactory
org.maltparser.core.symbol.nullvalue.
NullValues
org.maltparser.core.symbol.nullvalue.
InputNullValues
org.maltparser.core.symbol.nullvalue.
OutputNullValues
org.maltparser.core.syntaxgraph.feature.
NumOfFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
org.maltparser.core.pool.
ObjectPool
<T>
org.maltparser.core.pool.
ObjectPoolList
<T>
org.maltparser.core.pool.
ObjectPoolSet
<T>
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
org.maltparser.parser.
Oracle
(implements org.maltparser.parser.guide.
OracleGuide
)
org.maltparser.parser.algorithm.nivre.
ArcEagerOracle
org.maltparser.parser.algorithm.nivre.
ArcStandardOracle
org.maltparser.parser.algorithm.covington.
CovingtonOracle
org.maltparser.parser.algorithm.planar.
PlanarArcEagerOracle
org.maltparser.parser.algorithm.stack.
ProjectiveOracle
org.maltparser.parser.algorithm.stack.
SwapEagerOracle
org.maltparser.parser.algorithm.stack.
SwapLazyOracle
org.maltparser.parser.algorithm.twoplanar.
TwoPlanarArcEagerOracle
org.maltparser.core.syntaxgraph.feature.
OutputArcFeature
(implements org.maltparser.core.feature.function.
FeatureFunction
)
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.parser.
ParserConfiguration
org.maltparser.parser.algorithm.covington.
CovingtonConfig
org.maltparser.parser.algorithm.nivre.
NivreConfig
org.maltparser.parser.algorithm.planar.
PlanarConfig
org.maltparser.parser.algorithm.stack.
StackConfig
org.maltparser.parser.algorithm.twoplanar.
TwoPlanarConfig
org.maltparser.parser.
ParserState
org.maltparser.parser.algorithm.planar.
PlanarFactory
(implements org.maltparser.parser.
AbstractParserFactory
)
org.maltparser.parser.algorithm.planar.
NivrePlanarArcEagerFactory
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.core.propagation.
Propagation
org.maltparser.core.propagation.
PropagationManager
org.maltparser.core.propagation.
Propagations
org.maltparser.core.propagation.spec.
PropagationSpec
org.maltparser.core.propagation.spec.
PropagationSpecsReader
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.
ClassifierGuide
)
org.maltparser.parser.
SingleMalt
(implements org.maltparser.parser.
DependencyParserConfig
)
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.parser.algorithm.stack.
StackFactory
(implements org.maltparser.parser.
AbstractParserFactory
)
org.maltparser.parser.algorithm.stack.
StackProjFactory
org.maltparser.parser.algorithm.stack.
StackSwapEagerFactory
org.maltparser.parser.algorithm.stack.
StackSwapLazyFactory
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.
InputTableFeature
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.liblinear.
LiblinearException
org.maltparser.ml.libsvm.
LibsvmException
org.maltparser.core.options.
OptionException
org.maltparser.parser.
ParsingException
org.maltparser.core.plugin.
PluginException
org.maltparser.core.propagation.
PropagationException
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.transition.
Transition
(implements java.lang.
Comparable
<T>)
org.maltparser.parser.
TransitionSystem
org.maltparser.parser.algorithm.nivre.
ArcEager
org.maltparser.parser.algorithm.nivre.
ArcStandard
org.maltparser.parser.algorithm.covington.
NonProjective
org.maltparser.parser.algorithm.stack.
NonProjective
org.maltparser.parser.algorithm.planar.
Planar
org.maltparser.parser.algorithm.covington.
Projective
org.maltparser.parser.algorithm.stack.
Projective
org.maltparser.parser.algorithm.twoplanar.
TwoPlanar
org.maltparser.parser.transition.
TransitionTable
(implements org.maltparser.parser.history.container.
DecisionPropertyTable
, org.maltparser.core.symbol.
Table
)
org.maltparser.parser.transition.
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.parser.algorithm.twoplanar.
TwoPlanarFactory
(implements org.maltparser.parser.
AbstractParserFactory
)
org.maltparser.parser.algorithm.twoplanar.
TwoPlanarArcEagerFactory
org.maltparser.core.helper.
Util
org.maltparser.core.feature.spec.reader.
XmlReader
(implements org.maltparser.core.feature.spec.reader.
FeatureSpecReader
)
Interface Hierarchy
org.maltparser.core.feature.
AbstractFeatureFactory
org.maltparser.parser.
AbstractParserFactory
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.guide.
ClassifierGuide
org.maltparser.parser.guide.
OracleGuide
org.maltparser.parser.history.
GuideHistory
org.maltparser.parser.history.action.
GuideUserAction
org.maltparser.parser.history.
GuideUserHistory
org.maltparser.parser.history.
HistoryNode
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.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.feature.
NumOfFeature.NumOfRelation
org.maltparser.core.syntaxgraph.headrules.
Direction
org.maltparser.core.syntaxgraph.headrules.
PrioSetMember.RelationToPrevMember
org.maltparser.core.syntaxgraph.reader.
TigerXMLHeader.Domain
org.maltparser.ml.liblinear.
Liblinear.Verbostity
org.maltparser.ml.libsvm.
Libsvm.Verbostity
org.maltparser.parser.algorithm.covington.
CovingtonAddressFunction.CovingtonSubFunction
org.maltparser.parser.algorithm.nivre.
NivreAddressFunction.NivreSubFunction
org.maltparser.parser.algorithm.planar.
PlanarAddressFunction.PlanarSubFunction
org.maltparser.parser.algorithm.stack.
StackAddressFunction.StackSubFunction
org.maltparser.parser.algorithm.twoplanar.
TwoPlanarAddressFunction.TwoPlanarSubFunction
org.maltparser.parser.guide.
ClassifierGuide.GuideMode
org.maltparser.parser.history.container.
TableContainer.RelationToNextDecision
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MaltParser 1.4.1
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.