Package | Description |
---|---|
edu.ucla.sspace.dependency | |
edu.ucla.sspace.mains | |
edu.ucla.sspace.tools | |
edu.ucla.sspace.wordsi |
Modifier and Type | Class and Description |
---|---|
class |
FlatPathWeight
A
DependencyPathWeight that returns 1 for every path. |
class |
LengthPathWeight
A
DependencyPathWeight that scores paths inversely proportional to
their length. |
class |
RelationPathWeight
A
DependencyPathWeight that scores paths based on the relations in
the path. |
class |
RelationSumPathWeight
A
DependencyPathWeight that scores paths based on the sum of the
relations in the path. |
Modifier and Type | Method and Description |
---|---|
protected DependencyPathWeight |
DVWordsiMain.getWeighter() |
Constructor and Description |
---|
DependencyBasisMaker.OccurrenceCounter(Transform transform,
int bound,
DependencyPathAcceptor acceptor,
DependencyPathWeight weighter,
int pathLength)
Creates a new
DependencyBasisMaker.OccurrenceCounter . |
Constructor and Description |
---|
WordOccrrenceDependencyContextGenerator(DependencyPathBasisMapping basisMapping,
DependencyPathWeight weighter,
DependencyPathAcceptor acceptor,
int pathLength)
Creates a new
WordOccrrenceDependencyContextGenerator |
Copyright © 2012. All Rights Reserved.