net.ontopia.topicmaps.classify
Class SimpleClassifier

java.lang.Object
  extended by net.ontopia.topicmaps.classify.SimpleClassifier

public class SimpleClassifier
extends java.lang.Object

PUBLIC: A simple top-level API for classifying content.

Since:
5.1.0

Constructor Summary
SimpleClassifier()
           
 
Method Summary
static TermDatabase classify(java.lang.String uri_or_file)
          PUBLIC: Extracts keywords from the given URI or file and returns a TermDatabase representing the results.
static TermDatabase classify(java.lang.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

SimpleClassifier

public SimpleClassifier()
Method Detail

classify

public static TermDatabase classify(java.lang.String uri_or_file)
PUBLIC: Extracts keywords from the given URI or file and returns a TermDatabase representing the results.


classify

public static TermDatabase classify(java.lang.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.



Copyright © 2000-2012 Ontopia.