Package com.raritantechnologies.utils.tagging

Contains classes and interfaces for tagging or markup operations on character data.

See:
          Description

Interface Summary
IHyperlinkTagSource
ITagger
ITagWriter
ITermExtractor
 

Class Summary
AttributeWordsTagger Tagging utility class to support multi-term tagging.
CachedTermExtractor Returns an extracted term map previously cached for a given string pattern by a delegate (proxy) ITermExtractor.
CollectionGatewayTagSource Uses a ICollectionGateway to load terms for tagging.
CompositeTermExtractor Combines the results of two or more nested ITermExtractors.
GetFormHyperlinkTagWriter
HighlightTagWriter Adds highlight tags to a text string.
HyperlinkTagWriter Tags words or phrases within a text string with hyperlinks.
RegExprTermExtractor Uses Regular Expressions to extract terms from a string.
SearchSourceTagSource Uses a SearchSource to lookup terms for tagging.
SequentialLinkTagWriter Creates a series of anchor tags linking multiple keyword occurrences within a document.
StaticTagSource
SystemObjectTagWriter Enables an ITagWriter to be reused by name.
SystemObjectTermExtractor Reusable ITermExtractor stored as a RTI Framework SystemObject.
Tagger Uses an ITagWriter to insert hyperlinks into a body of text.
TaggingStringFilter
TagSourceTermExtractor Term Extractor that uses an IHyperlinkTagSource as a source of terms.
TermExtractorFilter Filters an extracted term map using an IComparator.
TermExtractorTagger Tags a document using an ITermExtractor and an ITagWriter.
XMLTagSource Implementation of IHyperlinkTagSource that gets tagging information from XML using an IXMLDataSource and an XMLResultProcessor.
 

Package com.raritantechnologies.utils.tagging Description

Contains classes and interfaces for tagging or markup operations on character data.