Package | Description |
---|---|
org.maltparser.core.feature |
Provides classes for handling feature models.
|
org.maltparser.core.feature.system |
provides classes to handle the feature system.
|
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.syntaxgraph | |
org.maltparser.core.syntaxgraph.headrules | |
org.maltparser.parser |
The top package for Single Malt Parser.
|
org.maltparser.parser.history |
Contains classes for managing the history feature model.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureModel |
Modifier and Type | Class and Description |
---|---|
class |
FeatureEngine |
Modifier and Type | Field and Description |
---|---|
protected HashMap<NullValues.NullValueId,java.lang.Integer> |
NullValues.nullValue2CodeMap |
protected HashMap<NullValues.NullValueId,java.lang.String> |
NullValues.nullValue2SymbolMap |
protected HashMap<java.lang.String,java.lang.Integer> |
NullValues.symbol2CodeMap |
Modifier and Type | Field and Description |
---|---|
protected HashMap<java.lang.Integer,java.util.ArrayList<java.lang.String>> |
Sentence.comments |
Modifier and Type | Class and Description |
---|---|
class |
HeadRules |
Modifier and Type | Method and Description |
---|---|
HashMap<java.lang.String,TableHandler> |
TransitionSystem.getTableHandlers() |
Modifier and Type | Method and Description |
---|---|
HashMap<java.lang.String,TableHandler> |
History.getTableHandlers() |
Constructor and Description |
---|
History(java.lang.String _decisionSettings,
java.lang.String _separator,
HashMap<java.lang.String,TableHandler> _tableHandlers,
int _kBestSize) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.