Uses of Interface
anl.aida.algo.ConceptGenerator

Packages that use ConceptGenerator
anl.aida.algo   
 

Uses of ConceptGenerator in anl.aida.algo
 

Classes in anl.aida.algo that implement ConceptGenerator
 class DefaultConceptGenerator
          Generates scored concepts from a predetermined list of concepts.
 class SVConceptGenerator
          Generates concepts based on Semantic Vector scores.
 

Methods in anl.aida.algo that return ConceptGenerator
 ConceptGenerator SVConceptGeneratorProducer.createGenerator(CacheElement element)
           
 ConceptGenerator KeywordsConceptGeneratorProducer.createGenerator(CacheElement element)
           
 ConceptGenerator ConceptGeneratorProducer.createGenerator(CacheElement element)
          Creates a concept generator, optionally using the cache element.