Package | Description |
---|---|
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.system |
provides classes to handle the feature system.
|
org.maltparser.core.feature.value |
Contains classes and interfaces for handling feature values.
|
org.maltparser.core.symbol |
Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions).
|
org.maltparser.core.syntaxgraph.feature | |
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 |
Modifier and Type | Method and Description |
---|---|
Function |
AbstractFeatureFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Method and Description |
---|---|
protected void |
FeatureModel.initializeFunction(Function function,
java.util.Stack<java.lang.Object> objects) |
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureCastFunction |
interface |
FeatureFunction |
interface |
FeatureMapFunction |
interface |
Modifiable |
Modifier and Type | Class and Description |
---|---|
class |
AddressFunction |
Modifier and Type | Class and Description |
---|---|
class |
Merge3Feature |
class |
MergeFeature |
class |
PrefixFeature |
class |
SplitFeature |
class |
SuffixFeature |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionDescription.newFunction(FeatureRegistry registry) |
Function |
FeatureEngine.newFunction(java.lang.String functionName,
FeatureRegistry registry) |
Modifier and Type | Field and Description |
---|---|
protected Function |
FunctionValue.function |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionValue.getFunction() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionValue.setFunction(Function function) |
Constructor and Description |
---|
AddressValue(Function function) |
FeatureValue(Function function) |
FunctionValue(Function function) |
MultipleFeatureValue(Function function) |
SingleFeatureValue(Function function) |
Modifier and Type | Class and Description |
---|---|
class |
TableFeature |
Modifier and Type | Class and Description |
---|---|
class |
ArcDirFeature |
class |
ColumnFeature |
class |
DGraphAddressFunction |
class |
DistanceFeature |
class |
ExistsFeature |
class |
InputArcDirFeature |
class |
InputArcFeature |
class |
InputColumnFeature |
class |
InputTableFeature |
class |
NumOfFeature |
class |
OutputArcFeature |
class |
OutputColumnFeature |
class |
OutputTableFeature |
Modifier and Type | Class and Description |
---|---|
class |
CovingtonAddressFunction |
Modifier and Type | Method and Description |
---|---|
Function |
CovingtonFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
NivreAddressFunction |
Modifier and Type | Method and Description |
---|---|
Function |
NivreFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
PlanarAddressFunction |
Modifier and Type | Method and Description |
---|---|
Function |
PlanarFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
StackAddressFunction |
Modifier and Type | Method and Description |
---|---|
Function |
StackFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
TwoPlanarAddressFunction |
Modifier and Type | Method and Description |
---|---|
Function |
TwoPlanarFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.