Package | Description |
---|---|
edu.ucla.sspace.dependency | |
edu.ucla.sspace.dv |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDependencyPath
A
DependencyPath that supports constant time access to the nodes and
relations that make up its sequence. |
Modifier and Type | Method and Description |
---|---|
DependencyPath |
DependencyIterator.next()
Returns the next
DependencyPath in the tree whose length is equal
or greater than the previously returned path. |
DependencyPath |
BreadthFirstPathIterator.next()
Returns the next
DependencyPath in the tree whose length is equal
or greater than the previously returned path. |
DependencyPath |
FilteredDependencyIterator.next()
Returns the next path that meets the requirements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DependencyPathAcceptor.accepts(DependencyPath path)
Returns
true if the path is valid according to this acceptor's
standards |
boolean |
UniversalPathAcceptor.accepts(DependencyPath relation)
Returns
true if the path is valid according to this acceptor's
standards |
T |
DefaultDependencyPermutationFunction.permute(T vector,
DependencyPath path)
Returns a permuted form of {code vector} based on the dependency path
provided.
|
T |
DependencyPermutationFunction.permute(T vector,
DependencyPath path)
Returns a permuted form of {code vector} based on the dependency path
provided.
|
T |
RelationPermutationFunction.permute(T vector,
DependencyPath path)
Returns a permuted form of {code vector} based on the dependency path
provided.
|
T |
RelationSumPermutationFunction.permute(T vector,
DependencyPath path)
Returns a permuted form of {code vector} based on the dependency path
provided.
|
double |
FlatPathWeight.scorePath(DependencyPath path)
Returns the score of the provided
DependencyPath . |
double |
DependencyPathWeight.scorePath(DependencyPath path)
Returns the score of the provided
DependencyPath . |
double |
RelationPathWeight.scorePath(DependencyPath path)
Returns the score of the provided
DependencyPath . |
double |
LengthPathWeight.scorePath(DependencyPath path)
Returns the score of the provided
DependencyPath . |
double |
RelationSumPathWeight.scorePath(DependencyPath path)
Returns the score of the provided
DependencyPath . |
Constructor and Description |
---|
SimpleDependencyPath(DependencyPath path)
Creates new
SimpleDependencyPath as a copy of the provided path. |
Modifier and Type | Method and Description |
---|---|
boolean |
MinimumPennTemplateAcceptor.accepts(DependencyPath path)
Returns
true if the path matches one of the predefined templates |
boolean |
MediumPennTemplateAcceptor.accepts(DependencyPath path)
Returns
true if the path matches one of the predefined templates |
boolean |
MediumMiniparTemplateAcceptor.accepts(DependencyPath path)
Returns
true if the path matches one of the predefined templates |
boolean |
MinimumMiniparTemplateAcceptor.accepts(DependencyPath path)
Returns
true if the path matches one of the predefined templates |
boolean |
MaximumMiniparTemplateAcceptor.accepts(DependencyPath path)
Returns
true if the path matches one of the predefined templates |
int |
RelationPathBasisMapping.getDimension(DependencyPath path)
Returns the dimension number corresponding to the term at the end of the
provided path.
|
int |
PathBasedBasisMapping.getDimension(DependencyPath path)
Returns the dimension number corresponding to the term at the end of the
provided path.
|
int |
WordBasedBasisMapping.getDimension(DependencyPath path)
Returns the dimension number corresponding to the term at the end of the
provided path.
|
int |
RelationBasedBasisMapping.getDimension(DependencyPath path)
Returns the dimension number corresponding to the term at the end of the
provided path.
|
Copyright © 2012. All Rights Reserved.