Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Class and Description |
---|---|
class |
Document
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
protected ContentHandler |
HTMLFormatModule.getContentHandler(TextHandlerIF handler) |
protected ContentHandler |
XMLFormatModule.getContentHandler(TextHandlerIF handler) |
void |
OOXMLPowerpointFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |
void |
PowerPointFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |
void |
PlainTextFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |
void |
FormatModuleIF.readContent(ClassifiableContentIF cc,
TextHandlerIF handler)
INTERNAL: Reads and analyzes the classifiable content and
triggers callbacks on the text handler to identify the text and
the structure of the classifiable content.
|
void |
OOXMLWordFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |
void |
FormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |
void |
XMLFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |
void |
WordFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |
void |
PDFFormatModule.readContent(ClassifiableContentIF cc,
TextHandlerIF handler) |