| Package | Description |
|---|---|
| edu.ucla.sspace.hal | |
| edu.ucla.sspace.wordsi |
| Modifier and Type | Class and Description |
|---|---|
class |
EvenWeighting
An weighting scheme where all words have the same weight when specifying how
a
HyperspaceAnalogueToLanguage instance should weigh co-occurrences
based on the word distance. |
class |
GeometricWeighting
A geometically-decreasing weighting scheme for specifying how a
HyperspaceAnalogueToLanguage instance should weigh co-occurrences based on
the word distance. |
class |
LinearWeighting
A linear weighting scheme for specifying how a
HyperspaceAnalogueToLanguage instance should weigh co-occurrences based on
the word distance. |
| Modifier and Type | Field and Description |
|---|---|
static WeightingFunction |
HyperspaceAnalogueToLanguage.DEFAULT_WEIGHTING
The default
WeightingFunction to use. |
| Constructor and Description |
|---|
WordOccrrenceContextGenerator(BasisMapping<String,String> basis,
WeightingFunction weighting,
int windowSize)
Creates a new
WordOccrrenceContextGenerator. |
Copyright © 2012. All Rights Reserved.