| Package | Description |
|---|---|
| org.dice_research.topicmodeling.io | |
| org.dice_research.topicmodeling.io.factories |
| Modifier and Type | Field and Description |
|---|---|
protected FileBasedDocumentFactory |
SimpleDocSupplierFromFile.documentFactory |
| Constructor and Description |
|---|
FolderReader(FileBasedDocumentFactory documentFactory) |
FolderReader(FileBasedDocumentFactory documentFactory,
File documentFolder) |
FolderReader(FileBasedDocumentFactory documentFactory,
File documentFolder,
org.apache.commons.io.filefilter.IOFileFilter filter) |
SimpleDocSupplierFromFile(FileBasedDocumentFactory documentFactory) |
SimpleDocSupplierFromFile(FileBasedDocumentFactory documentFactory,
int documentStartId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileBasedDocumentFactory
Abstract implementation of a
FileBasedDocumentFactory which creates
the Document instance, adds the file name as document name and calls
the internal abstract method AbstractFileBasedDocumentFactory.addFileContent(File, Document) to read
the content of the file. |
class |
ByteArrayReadingFileBasedDocumentFactory
Simple file-based document factory reading the file content as byte array and
adding it as
DocumentRawData property. |
class |
StreamOpeningFileBasedDocumentFactory |
Copyright © 2015–2020. All rights reserved.