Modifier and Type | Class and Description |
---|---|
class |
InMemoryLookupTable
Default word lookup table
|
Modifier and Type | Method and Description |
---|---|
WeightLookupTable |
InMemoryLookupTable.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static WordVectors |
WordVectorSerializer.fromTableAndVocab(WeightLookupTable table,
VocabCache vocab)
Load word vectors for the given vocab and table
|
Modifier and Type | Field and Description |
---|---|
protected WeightLookupTable |
WordVectorsImpl.lookupTable |
Modifier and Type | Method and Description |
---|---|
WeightLookupTable |
WordVectors.lookupTable()
Lookup table for the vectors
|
WeightLookupTable |
WordVectorsImpl.lookupTable() |
Modifier and Type | Method and Description |
---|---|
void |
WordVectorsImpl.setLookupTable(WeightLookupTable lookupTable) |
Modifier and Type | Class and Description |
---|---|
class |
GloveWeightLookupTable
Glove lookup table
|
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.lookupTable(WeightLookupTable lookupTable) |
Modifier and Type | Method and Description |
---|---|
RNTN.Builder |
RNTN.Builder.setFeatureVectors(WeightLookupTable featureVectors) |
Modifier and Type | Field and Description |
---|---|
protected WeightLookupTable |
Word2Vec.Builder.lookupTable |
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.lookupTable(WeightLookupTable lookupTable) |
Constructor and Description |
---|
Word2VecJobIterator(InvertedIndex invertedIndex,
WeightLookupTable table,
VocabCache cache,
StateTracker stateTracker,
int batchSize) |
Word2VecJobIterator(Iterator<List<List<VocabWord>>> sentenceIterator,
WeightLookupTable table,
VocabCache cache,
StateTracker stateTracker) |
Word2VecJobIterator(Iterator<List<List<VocabWord>>> sentenceIterator,
WeightLookupTable table,
VocabCache cache,
StateTracker stateTracker,
int batchSize) |
Word2VecJobIterator(TextVectorizer textVectorizer,
WeightLookupTable table,
VocabCache cache,
StateTracker stateTracker) |
Word2VecJobIterator(TextVectorizer textVectorizer,
WeightLookupTable table,
VocabCache cache,
StateTracker stateTracker,
int batchSize) |
Copyright © 2015. All Rights Reserved.