Interface | Description |
---|---|
VocabCache<T extends SequenceElement> |
A VocabCache handles the storage of information needed for the word2vec look up table.
|
Class | Description |
---|---|
HuffmanNode |
Huffman tree node info, needed for w2v calculations.
|
VocabConstructor<T extends SequenceElement> |
This class can be used to build joint vocabulary from special sources, that should be treated separately.
|
VocabConstructor.Builder<T extends SequenceElement> | |
VocabConstructorTest | |
VocabularyHolder |
This class is used as simplifed VocabCache for vocabulary building routines.
|
VocabularyHolder.Builder | |
VocabularyHolderTest |
Created by fartovii on 08.11.15.
|
VocabularyWord |
Simplified version of VocabWord.
|