public class GZipCorpusReaderDecorator extends Object implements CorpusReaderDecorator
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
protected org.dice_research.topicmodeling.io.CorpusReader |
reader |
| Constructor and Description |
|---|
GZipCorpusReaderDecorator(org.dice_research.topicmodeling.io.CorpusReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocuments(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentFactory)
Deprecated.
|
void |
deleteCorpus() |
org.dice_research.topicmodeling.utils.corpus.Corpus |
getCorpus() |
org.dice_research.topicmodeling.io.CorpusReader |
getDecorated() |
boolean |
hasCorpus() |
void |
readCorpus()
Deprecated.
|
void |
readCorpus(InputStream in) |
private static final org.slf4j.Logger LOGGER
protected org.dice_research.topicmodeling.io.CorpusReader reader
public GZipCorpusReaderDecorator(org.dice_research.topicmodeling.io.CorpusReader reader)
@Deprecated public void readCorpus()
readCorpus in interface org.dice_research.topicmodeling.io.CorpusReader@Deprecated public void addDocuments(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentFactory)
addDocuments in interface org.dice_research.topicmodeling.preprocessing.Preprocessorpublic org.dice_research.topicmodeling.utils.corpus.Corpus getCorpus()
getCorpus in interface org.dice_research.topicmodeling.preprocessing.Preprocessorpublic boolean hasCorpus()
hasCorpus in interface org.dice_research.topicmodeling.preprocessing.Preprocessorpublic void deleteCorpus()
deleteCorpus in interface org.dice_research.topicmodeling.preprocessing.Preprocessorpublic org.dice_research.topicmodeling.io.CorpusReader getDecorated()
getDecorated in interface CorpusReaderDecoratorpublic void readCorpus(InputStream in)
readCorpus in interface org.dice_research.topicmodeling.io.CorpusReaderCopyright © 2015–2020. All rights reserved.