public class DocumentTextWithTermInfoCreatingSupplierDecorator extends AbstractPropertyAppendingDocumentSupplierDecorator<org.dice_research.topicmodeling.utils.doc.DocumentTextWithTermInfo>
| Modifier and Type | Field and Description |
|---|---|
static char |
ESCAPE_CHAR |
private static org.slf4j.Logger |
LOGGER |
static char |
SEPARATION_CHAR |
static char |
TERM_END_CHAR |
static char |
TERM_START_CHAR |
documentSource| Constructor and Description |
|---|
DocumentTextWithTermInfoCreatingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dice_research.topicmodeling.utils.doc.DocumentTextWithTermInfo |
createPropertyForDocument(org.dice_research.topicmodeling.utils.doc.Document document) |
private org.dice_research.topicmodeling.utils.doc.DocumentTextWithTermInfo |
createTextWithTermInfo(org.dice_research.topicmodeling.utils.doc.DocumentText text,
org.dice_research.topicmodeling.utils.doc.TermTokenizedText tttext) |
static String |
escapeString(String value) |
prepareDocumentapply, getDecoratedDocumentSupplier, getNextDocument, setDecoratedDocumentSupplier, setDocumentStartIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final char TERM_START_CHAR
public static final char TERM_END_CHAR
public static final char SEPARATION_CHAR
public static final char ESCAPE_CHAR
private static final org.slf4j.Logger LOGGER
public DocumentTextWithTermInfoCreatingSupplierDecorator(org.dice_research.topicmodeling.preprocessing.docsupplier.DocumentSupplier documentSource)
protected org.dice_research.topicmodeling.utils.doc.DocumentTextWithTermInfo createPropertyForDocument(org.dice_research.topicmodeling.utils.doc.Document document)
createPropertyForDocument in class AbstractPropertyAppendingDocumentSupplierDecorator<org.dice_research.topicmodeling.utils.doc.DocumentTextWithTermInfo>private org.dice_research.topicmodeling.utils.doc.DocumentTextWithTermInfo createTextWithTermInfo(org.dice_research.topicmodeling.utils.doc.DocumentText text,
org.dice_research.topicmodeling.utils.doc.TermTokenizedText tttext)
Copyright © 2015–2020. All rights reserved.