|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.ontopia.topicmaps.classify.SimpleClassifier
public class SimpleClassifier
PUBLIC: A simple top-level API for classifying content.
| Constructor Summary | |
|---|---|
SimpleClassifier()
|
|
| Method Summary | |
|---|---|
static TermDatabase |
classify(byte[] content)
PUBLIC: Extracts keywords from the given content and returns a TermDatabase representing the results. |
static TermDatabase |
classify(byte[] content,
TopicMapIF topicmap)
PUBLIC: Extracts keywords from the given content, using the information in the topic map, and returns a TermDatabase representing the results. |
static TermDatabase |
classify(String uri_or_file)
PUBLIC: Extracts keywords from the given URI or file and returns a TermDatabase representing the results. |
static TermDatabase |
classify(String uri_or_file,
TopicMapIF topicmap)
PUBLIC: Extracts keywords from the given URI or file, using the information in the topic map, and returns a TermDatabase representing the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleClassifier()
| Method Detail |
|---|
public static TermDatabase classify(String uri_or_file)
public static TermDatabase classify(String uri_or_file,
TopicMapIF topicmap)
public static TermDatabase classify(byte[] content)
public static TermDatabase classify(byte[] content,
TopicMapIF topicmap)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||