Package com.raritantechnologies.concept

Interface Summary
IDocumentKeywordProcessor Creates a set of Keyword -> Document relationships.
IFactRelationshipExtractor Interface of objects that can extract Entity - Fact relationships from tagged content.
 

Class Summary
AbstractDocumentKeywordProcessor Base class for Document-Keyword processors.
Document Maintains relationships between documents, keyword lists and other documents.
DocumentCounter Bean class that maintains a count of hits for a Document object.
DocumentCounterComparator Comparator for DocumentCounter objects.
FactRelationshipOutputProcessor
Keyword Maintains associative relationships between keywords based on proximity of keywords to each other within a set of processed documents.
KeywordFieldsDocumentKeywordProcessor DocumentKeywordProcessor that gets keywords from IResult fields.
RelatedDocumentProcessor Uses clustering to compute related documents based on sets of common keywords.
RelatedKeywordProcessor Uses clustering to compute related keywords based on co-occurrence of keywords within IResult text fields.
RelatedKeywordRequestFormatter Generates a "Tag Cloud" of associated keywords for a given input keyword.
TermExtractorDocumentKeywordProcessor Uses an ITermExtractor to process documents for keywords.
WordCount Maintains a map of word count / document name.
WordCountComparator  
WordCountDocKeywordProcessor This type of processor calculates relative word frequencies - a Keyword is defined as a word that occurs in some range of document percentages.