org.apache.nutch.ontology
Interface Ontology

All Known Implementing Classes:
OntologyImpl

public interface Ontology


Field Summary
static String X_POINT_ID
          The name of the extension point.
 
Method Summary
 void load(String[] urls)
           
 Iterator subclasses(String entitySearchTerm)
           
 Iterator synonyms(String queryKeyPhrase)
           
 

Field Detail

X_POINT_ID

public static final String X_POINT_ID
The name of the extension point.

Method Detail

load

public void load(String[] urls)

subclasses

public Iterator subclasses(String entitySearchTerm)

synonyms

public Iterator synonyms(String queryKeyPhrase)


Copyright © 2006 The Apache Software Foundation