| Package | Description |
|---|---|
| edu.ucla.sspace.gws |
| Modifier and Type | Method and Description |
|---|---|
int |
WordBasisMapping.getDimension(Duple<String,Integer> key)
Returns the dimension number corresponding to the provided feature.
|
int |
WordOrderBasisMapping.getDimension(Duple<String,Integer> key)
Returns the dimension number corresponding to the provided feature.
|
| Constructor and Description |
|---|
GenericWordSpace(int windowSize,
BasisMapping<Duple<String,Integer>,String> basis)
Creates a new
GenericWordSpace with the provided window size that
uses the specified basis mapping to map each co-occurrence at a specified
position to a dimension. |
Copyright © 2012. All Rights Reserved.