Package | Description |
---|---|
edu.ucla.sspace.dependency | |
edu.ucla.sspace.dri | |
edu.ucla.sspace.wordsi |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDependencyPermutationFunction<T extends Vector>
An default
DependencyPermutationFunction for permuting a Vector based on a dependecny path, represented as a list of DependencyRelations s. |
class |
RelationPermutationFunction<T extends Vector>
An default
DependencyPermutationFunction for permuting a Vector based on a dependecny path, represented as a list of DependencyRelation s. |
class |
RelationSumPermutationFunction<T extends Vector>
An default
DependencyPermutationFunction for permuting a Vector based on a dependecny path, represented as a list of DependencyRelation s. |
Modifier and Type | Method and Description |
---|---|
DependencyPermutationFunction<TernaryVector> |
DependencyRandomIndexing.getPermutations() |
Constructor and Description |
---|
DependencyRandomIndexing(DependencyPermutationFunction<TernaryVector> permFunc)
Creates a new instance of
DependencyRandomIndexing that takes
ownership of a DependencyExtractor and uses the System provided
properties to specify other class objects. |
DependencyRandomIndexing(DependencyPermutationFunction<TernaryVector> permFunc,
Properties properties)
Create a new instance of
DependencyRandomIndexing which
takes ownership |
Constructor and Description |
---|
RandomIndexingDependencyContextGenerator(DependencyPermutationFunction<TernaryVector> permFunc,
DependencyPathAcceptor acceptor,
Map<String,TernaryVector> indexMap,
int indexVectorLength,
int pathLength)
Creates a new
RandomIndexingDependencyContextGenerator . |
Copyright © 2012. All Rights Reserved.