Modifier and Type | Field and Description |
---|---|
protected SentenceIterator |
Builder.sentenceIterator |
protected SentenceIterator |
BaseTextVectorizer.sentenceIterator |
Modifier and Type | Method and Description |
---|---|
SentenceIterator |
BaseTextVectorizer.getSentenceIterator() |
Modifier and Type | Method and Description |
---|---|
Builder |
Builder.iterate(SentenceIterator sentenceIterator) |
void |
BaseTextVectorizer.setSentenceIterator(SentenceIterator sentenceIterator) |
Constructor and Description |
---|
BagOfWordsVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int layerSize,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index) |
BaseTextVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int layerSize,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index) |
TfidfVectorizer(VocabCache cache,
TokenizerFactory tokenizerFactory,
List<String> stopWords,
int layerSize,
int minWordFrequency,
DocumentIterator docIter,
SentenceIterator sentenceIterator,
List<String> labels,
InvertedIndex index) |
Modifier and Type | Method and Description |
---|---|
SentenceIterator |
Word2Vec.getSentenceIter() |
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.iterate(SentenceIterator iter) |
void |
Word2Vec.setSentenceIter(SentenceIterator sentenceIter)
Note that calling a setter on this
means assumes that this is a training continuation
and therefore weights should not be reset.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSentenceIterator
Creates a baseline default.
|
class |
CollectionSentenceIterator |
class |
FileSentenceIterator |
class |
LineSentenceIterator
Each line is a sentence
|
class |
UimaSentenceIterator
Iterates over and returns sentences
based on the passed in analysis engine
|
Modifier and Type | Method and Description |
---|---|
static SentenceIterator |
UimaSentenceIterator.createWithPath(String path)
Creates a uima sentence iterator with the given path
|
Modifier and Type | Interface and Description |
---|---|
interface |
LabelAwareSentenceIterator
SentenceIterator that is aware of its label.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelAwareFileSentenceIterator
Label aware sentence iterator
|
class |
LabelAwareListSentenceIterator
Iterates over an input stream with the textual format:
label delimiter text
|
class |
LabelAwareUimaSentenceIterator
Uima sentence iterator that is aware of the current file
|
Copyright © 2014. All rights reserved.