Package | Description |
---|---|
org.maltparser.core.feature.function |
Contains classes and interfaces for handling feature and address functions.
|
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 | Field and Description |
---|---|
protected AddressValue |
AddressFunction.address |
Modifier and Type | Method and Description |
---|---|
AddressValue |
AddressFunction.getAddressValue()
Returns the address value of address function
|
Modifier and Type | Method and Description |
---|---|
AddressValue |
CovingtonAddressFunction.getAddressValue() |
Modifier and Type | Method and Description |
---|---|
AddressValue |
NivreAddressFunction.getAddressValue() |
Modifier and Type | Method and Description |
---|---|
AddressValue |
PlanarAddressFunction.getAddressValue() |
Modifier and Type | Method and Description |
---|---|
AddressValue |
StackAddressFunction.getAddressValue() |
Modifier and Type | Method and Description |
---|---|
AddressValue |
TwoPlanarAddressFunction.getAddressValue() |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.