|
MaltParser 1.7.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashMap | |
---|---|
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.headrules | |
org.maltparser.parser | The top package for Single Malt Parser. |
org.maltparser.parser.history | Contains classes for managing the history feature model. |
Uses of HashMap in org.maltparser.core.feature |
---|
Subclasses of HashMap in org.maltparser.core.feature | |
---|---|
class |
FeatureModel
|
Uses of HashMap in org.maltparser.core.feature.system |
---|
Subclasses of HashMap in org.maltparser.core.feature.system | |
---|---|
class |
FeatureEngine
|
Uses of HashMap in org.maltparser.core.symbol.nullvalue |
---|
Fields in org.maltparser.core.symbol.nullvalue declared as HashMap | |
---|---|
protected HashMap<NullValues.NullValueId,Integer> |
NullValues.nullValue2CodeMap
|
protected HashMap<NullValues.NullValueId,String> |
NullValues.nullValue2SymbolMap
|
protected HashMap<String,Integer> |
NullValues.symbol2CodeMap
|
Uses of HashMap in org.maltparser.core.syntaxgraph.headrules |
---|
Subclasses of HashMap in org.maltparser.core.syntaxgraph.headrules | |
---|---|
class |
HeadRules
|
Uses of HashMap in org.maltparser.parser |
---|
Methods in org.maltparser.parser that return HashMap | |
---|---|
HashMap<String,TableHandler> |
TransitionSystem.getTableHandlers()
|
Uses of HashMap in org.maltparser.parser.history |
---|
Fields in org.maltparser.parser.history declared as HashMap | |
---|---|
protected HashMap<String,TableHandler> |
History.tableHandlers
|
Methods in org.maltparser.parser.history that return HashMap | |
---|---|
HashMap<String,TableHandler> |
History.getTableHandlers()
|
Methods in org.maltparser.parser.history with parameters of type HashMap | |
---|---|
protected void |
History.setTableHandlers(HashMap<String,TableHandler> tableHandlers)
|
Constructors in org.maltparser.parser.history with parameters of type HashMap | |
---|---|
History(String decisionSettings,
String separator,
HashMap<String,TableHandler> tableHandlers)
|
|
MaltParser 1.7.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |