| Package | Description |
|---|---|
| edu.ucla.sspace.dependency | |
| edu.ucla.sspace.dv | |
| edu.ucla.sspace.mains | |
| edu.ucla.sspace.svs | |
| edu.ucla.sspace.tools | |
| edu.ucla.sspace.wordsi |
| Modifier and Type | Class and Description |
|---|---|
class |
UniversalPathAcceptor
A
DependencyPathAcceptor that accepts all links. |
| Constructor and Description |
|---|
FilteredDependencyIterator(DependencyTreeNode startNode,
DependencyPathAcceptor acceptor)
Creates a new
DependencyIterator that will return all DependencyPath instances rooted at startNode that are validated
by the provided acceptor. |
FilteredDependencyIterator(DependencyTreeNode startNode,
DependencyPathAcceptor acceptor,
int maxPathLength)
Creates a new
DependencyIterator that will return all DependencyPath instances rooted at startNode that are validated
by the provided acceptor and whose length are under the maximum length |
| Modifier and Type | Class and Description |
|---|---|
class |
MaximumMiniparTemplateAcceptor
A
DependencyPathAcceptor that accepts the maximum set of path
templates specified by Padó and
Lapata (2007). |
class |
MediumMiniparTemplateAcceptor
A
DependencyPathAcceptor that accepts the minimum set of path
templates specified by Padó and
Lapata (2007). |
class |
MediumPennTemplateAcceptor
A
DependencyPathAcceptor that accepts the minimum set of path
templates specified by Padó and
Lapata (2007). |
class |
MinimumMiniparTemplateAcceptor
A
DependencyPathAcceptor that accepts the minimum set of path
templates specified by Padó and
Lapata (2007). |
class |
MinimumPennTemplateAcceptor
A
DependencyPathAcceptor that accepts the minimum set of path
templates specified by Padó and
Lapata (2007). |
| Modifier and Type | Method and Description |
|---|---|
protected DependencyPathAcceptor |
DVWordsiMain.getAcceptor() |
| Constructor and Description |
|---|
StructuredVectorSpace(DependencyExtractor extractor,
DependencyPathAcceptor acceptor,
VectorCombinor combinor)
Create a new instance of
StructuredVectorSpace. |
StructuredVectorSpace(DependencyExtractor extractor,
DependencyPathAcceptor acceptor,
VectorCombinor combinor,
StringBasisMapping termBasis,
Set<String> semanticFilter)
Create a new instance of
StructuredVectorSpace. |
| Constructor and Description |
|---|
DependencyBasisMaker.OccurrenceCounter(Transform transform,
int bound,
DependencyPathAcceptor acceptor,
DependencyPathWeight weighter,
int pathLength)
Creates a new
DependencyBasisMaker.OccurrenceCounter. |
| Constructor and Description |
|---|
RandomIndexingDependencyContextGenerator(DependencyPermutationFunction<TernaryVector> permFunc,
DependencyPathAcceptor acceptor,
Map<String,TernaryVector> indexMap,
int indexVectorLength,
int pathLength)
Creates a new
RandomIndexingDependencyContextGenerator. |
WordOccrrenceDependencyContextGenerator(DependencyPathBasisMapping basisMapping,
DependencyPathWeight weighter,
DependencyPathAcceptor acceptor,
int pathLength)
Creates a new
WordOccrrenceDependencyContextGenerator |
Copyright © 2012. All Rights Reserved.