Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
DGraphAddressFunction |
Modifier and Type | Method and Description |
---|---|
AddressFunction |
InputColumnFeature.getAddressFunction() |
AddressFunction |
OutputTableFeature.getAddressFunction() |
AddressFunction |
OutputColumnFeature.getAddressFunction() |
AddressFunction |
InputTableFeature.getAddressFunction() |
AddressFunction |
DGraphAddressFunction.getAddressFunction() |
AddressFunction |
NumOfFeature.getAddressFunction()
Returns the address function
|
AddressFunction |
ExistsFeature.getAddressFunction()
Returns the address function
|
AddressFunction |
ArcDirFeature.getAddressFunction()
Returns the address function
|
AddressFunction |
InputArcDirFeature.getAddressFunction() |
AddressFunction |
OutputArcFeature.getAddressFunction1()
Returns the address function 1 (argument 1)
|
AddressFunction |
InputArcFeature.getAddressFunction1()
Returns the address function 1 (argument 1)
|
AddressFunction |
DistanceFeature.getAddressFunction1()
Returns the address function 1 (argument 1)
|
AddressFunction |
OutputArcFeature.getAddressFunction2()
Returns the address function 2 (argument 2)
|
AddressFunction |
InputArcFeature.getAddressFunction2()
Returns the address function 2 (argument 2)
|
AddressFunction |
DistanceFeature.getAddressFunction2()
Returns the address function 2 (argument 2)
|
Modifier and Type | Method and Description |
---|---|
void |
InputColumnFeature.setAddressFunction(AddressFunction addressFunction) |
void |
OutputTableFeature.setAddressFunction(AddressFunction addressFunction) |
void |
OutputColumnFeature.setAddressFunction(AddressFunction addressFunction) |
void |
InputTableFeature.setAddressFunction(AddressFunction addressFunction) |
void |
NumOfFeature.setAddressFunction(AddressFunction addressFunction)
Sets the address function
|
void |
ExistsFeature.setAddressFunction(AddressFunction addressFunction)
Sets the address function
|
void |
ArcDirFeature.setAddressFunction(AddressFunction addressFunction)
Sets the address function
|
void |
InputArcDirFeature.setAddressFunction(AddressFunction addressFunction) |
void |
OutputArcFeature.setAddressFunction1(AddressFunction addressFunction1)
Sets the address function 1 (argument 1)
|
void |
InputArcFeature.setAddressFunction1(AddressFunction addressFunction1)
Sets the address function 1 (argument 1)
|
void |
DistanceFeature.setAddressFunction1(AddressFunction addressFunction1)
Sets the address function 1 (argument 1)
|
void |
OutputArcFeature.setAddressFunction2(AddressFunction addressFunction2)
Sets the address function 2 (argument 2)
|
void |
InputArcFeature.setAddressFunction2(AddressFunction addressFunction2)
Sets the address function 2 (argument 2)
|
void |
DistanceFeature.setAddressFunction2(AddressFunction addressFunction2)
Sets the address function 2 (argument 2)
|
Modifier and Type | Class and Description |
---|---|
class |
CovingtonAddressFunction |
Modifier and Type | Class and Description |
---|---|
class |
NivreAddressFunction |
Modifier and Type | Class and Description |
---|---|
class |
PlanarAddressFunction |
Modifier and Type | Class and Description |
---|---|
class |
StackAddressFunction |
Modifier and Type | Class and Description |
---|---|
class |
TwoPlanarAddressFunction |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.