Uses of Class
info.ephyra.search.searchers.KnowledgeAnnotator

Packages that use KnowledgeAnnotator
info.ephyra.search   
info.ephyra.search.searchers   
 

Uses of KnowledgeAnnotator in info.ephyra.search
 

Fields in info.ephyra.search with type parameters of type KnowledgeAnnotator
private static java.util.ArrayList<KnowledgeAnnotator> Search.kas
          KnowledgeAnnotators used to query (semi)structured knowledge sources.
 

Methods in info.ephyra.search with parameters of type KnowledgeAnnotator
static void Search.addKnowledgeAnnotator(KnowledgeAnnotator ka)
          Registers a KnowledgeAnnotator for a (semi)structured knowledge source.
 

Uses of KnowledgeAnnotator in info.ephyra.search.searchers
 

Subclasses of KnowledgeAnnotator in info.ephyra.search.searchers
 class WikipediaKA
          A KnowledgeAnnotator for the Wikipedia online encyclopedia.
 class WorldFactbookKA
          A KnowledgeAnnotator for the CIA World Factbook.
 

Methods in info.ephyra.search.searchers that return KnowledgeAnnotator
 KnowledgeAnnotator WorldFactbookKA.getCopy()
          Returns a new instance of WorldFactbookKA.
 KnowledgeAnnotator WikipediaKA.getCopy()
          Returns a new instance of WikipediaKA.
abstract  KnowledgeAnnotator KnowledgeAnnotator.getCopy()
          Returns a new instance of the KnowledgeAnnotator.