Package | Description |
---|---|
org.maltparser.core.config |
Contains classes and an interface for handling parsing scenarios.
|
org.maltparser.core.config.version | |
org.maltparser.core.exception |
Provides classes for handling exception.
|
org.maltparser.core.feature |
Provides classes for handling feature models.
|
org.maltparser.core.feature.function |
Contains classes and interfaces for handling feature and address functions.
|
org.maltparser.core.feature.map |
Contains classes handling feature map functions.
|
org.maltparser.core.feature.spec |
Contains classes for storing the feature specification model.
|
org.maltparser.core.feature.spec.reader |
Contains classes for loading a feature specification.
|
org.maltparser.core.feature.system |
provides classes to handle the feature system.
|
org.maltparser.core.feature.value |
Contains classes and interfaces for handling feature values.
|
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 |
Provides classes of various kinds that not fit into another package.
|
org.maltparser.core.io.dataformat |
Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format.
|
org.maltparser.core.lw.graph | |
org.maltparser.core.lw.helper | |
org.maltparser.core.lw.parser | |
org.maltparser.core.options |
Classes for management of all options used in the application and its plugins.
|
org.maltparser.core.options.option |
Contains classes for types of options.
|
org.maltparser.core.plugin |
Provides classes for loading and initializing plugins.
|
org.maltparser.core.pool | |
org.maltparser.core.propagation | |
org.maltparser.core.propagation.spec | |
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.hash | |
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.parse | |
org.maltparser.core.symbol.trie |
Provides classes for handling different kinds of symbols as trie data structure.
|
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 |
Contains an interface and classes for creating an interface to an machine learning method.
|
org.maltparser.ml.lib | |
org.maltparser.parser |
The top package for Single Malt Parser.
|
org.maltparser.parser.algorithm.covington |
Implements the Covington deterministic parsing algorithms.
|
org.maltparser.parser.algorithm.nivre |
Implements the Nivre deterministic parsing algorithms.
|
org.maltparser.parser.algorithm.planar | |
org.maltparser.parser.algorithm.stack |
Implements the Stack parsing algorithms.
|
org.maltparser.parser.algorithm.twoplanar | |
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.decision |
Provides classes for different decision models.
|
org.maltparser.parser.guide.instance |
Provides classes for different instance models.
|
org.maltparser.parser.history |
Contains classes for managing the history feature model.
|
org.maltparser.parser.history.action |
Provides classes for different kinds of parser actions
|
org.maltparser.parser.history.container |
Contains classes for intermediate storing of the parser action
|
org.maltparser.parser.history.kbest |
Contains classes for managing the K-best list
|
org.maltparser.parser.transition |
Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition).
|
org.maltparser.transform.pseudo |
Contains classes for performing pre-processing and post-processing transformations on dependency graphs.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.