abstract class AbstractDocumentXmlWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
AbstractDocumentXmlWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
prepareText(org.dice_research.topicmodeling.utils.doc.DocumentText text,
org.dice_research.topicmodeling.utils.doc.ner.NamedEntitiesInText nes) |
static void |
registerParseableDocumentProperty(Class<? extends org.dice_research.topicmodeling.utils.doc.ParseableDocumentProperty> clazz) |
protected void |
writeArray(Writer writer,
Object[] array,
String elementTagName) |
protected void |
writeDocument(Writer writer,
org.dice_research.topicmodeling.utils.doc.Document document) |
protected void |
writeDocumentProperty(Writer writer,
org.dice_research.topicmodeling.utils.doc.ParseableDocumentProperty property) |
protected void writeDocument(Writer writer, org.dice_research.topicmodeling.utils.doc.Document document) throws IOException
IOExceptionprotected void writeDocumentProperty(Writer writer, org.dice_research.topicmodeling.utils.doc.ParseableDocumentProperty property) throws IOException
IOExceptionprotected void writeArray(Writer writer, Object[] array, String elementTagName) throws IOException
IOExceptionprotected String prepareText(org.dice_research.topicmodeling.utils.doc.DocumentText text, org.dice_research.topicmodeling.utils.doc.ner.NamedEntitiesInText nes)
public static void registerParseableDocumentProperty(Class<? extends org.dice_research.topicmodeling.utils.doc.ParseableDocumentProperty> clazz)
Copyright © 2015–2020. All rights reserved.