Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassifiableContent
INTERNAL:
|
static class |
TopicContentPlugin.TopicAsContent |
Modifier and Type | Method and Description |
---|---|
static ClassifiableContentIF |
ClassifyUtils.getClassifiableContent(byte[] content) |
static ClassifiableContentIF |
ClassifyUtils.getClassifiableContent(String file_or_url) |
ClassifiableContentIF |
DefaultPlugin.getClassifiableContent(TopicIF topic) |
ClassifiableContentIF |
TopicContentPlugin.getClassifiableContent(TopicIF topic) |
ClassifiableContentIF |
TologRulePlugin.getClassifiableContent(TopicIF topic) |
ClassifiableContentIF |
ConferencePlugin.getClassifiableContent(TopicIF topic) |
ClassifiableContentIF |
ClassifyPluginIF.getClassifiableContent(TopicIF topic)
INTERNAL: Returns the classifiable content for the given topic.
|
static ClassifiableContentIF |
ClassifyUtils.getFileUploadContent(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TopicMapClassification.classify(ClassifiableContentIF cc) |
FormatModuleIF |
FormatModule.detectFormat(ClassifiableContentIF cc) |
boolean |
OOXMLPowerpointFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
HTMLFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
PowerPointFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
PlainTextFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
FormatModuleIF.matchesContent(ClassifiableContentIF cc)
INTERNAL: Returns true if the content of the classifiable content
is considered to be of the supported format.
|
boolean |
OOXMLWordFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
FormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
XMLFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
WordFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
PDFFormatModule.matchesContent(ClassifiableContentIF cc) |
boolean |
OOXMLPowerpointFormatModule.matchesIdentifier(ClassifiableContentIF cc) |
boolean |
PowerPointFormatModule.matchesIdentifier(ClassifiableContentIF cc) |
boolean |
PlainTextFormatModule.matchesIdentifier(ClassifiableContentIF cc) |
boolean |
FormatModuleIF.matchesIdentifier(ClassifiableContentIF cc)
INTERNAL: Returns true if the identifier of the classifiable
content is considered to be indicating the supported format.
|
boolean |
OOXMLWordFormatModule.matchesIdentifier(ClassifiableContentIF cc) |
boolean |
FormatModule.matchesIdentifier(ClassifiableContentIF cc) |
boolean |
XMLFormatModule.matchesIdentifier(ClassifiableContentIF cc) |
boolean |
WordFormatModule.matchesIdentifier(ClassifiableContentIF cc) |
boolean |
PDFFormatModule.matchesIdentifier(ClassifiableContentIF cc) |
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) |