org.maltparser.core.config |
Contains classes and an interface for handling parsing scenarios.
|
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.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.propagation |
|
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.feature |
|
org.maltparser.core.syntaxgraph.headrules |
|
org.maltparser.core.syntaxgraph.node |
|
org.maltparser.core.syntaxgraph.reader |
|
org.maltparser.core.syntaxgraph.writer |
|
org.maltparser.parser |
The top package for Single Malt Parser.
|
org.maltparser.parser.history |
Contains classes for managing the history feature model.
|
org.maltparser.parser.history.container |
Contains classes for intermediate storing of the parser action
|
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.
|