Modifier and Type | Field and Description |
---|---|
protected InvertedIndex |
Builder.index
Deprecated.
|
protected InvertedIndex<VocabWord> |
BaseTextVectorizer.index |
Modifier and Type | Method and Description |
---|---|
InvertedIndex<VocabWord> |
TextVectorizer.getIndex()
Inverted index
|
Modifier and Type | Method and Description |
---|---|
Builder |
Builder.index(InvertedIndex index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.index(InvertedIndex<VocabWord> index) |
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.index(InvertedIndex<VocabWord> index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VocabConstructor.Builder<T> |
VocabConstructor.Builder.setIndex(InvertedIndex<T> index) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneInvertedIndex<T extends SequenceElement>
Lucene based inverted index
|
Modifier and Type | Method and Description |
---|---|
InvertedIndex<T> |
LuceneInvertedIndex.Builder.build() |
Copyright © 2016. All Rights Reserved.