com.raritantechnologies.utils.tagging
Interface IHyperlinkTagSource

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
CollectionGatewayTagSource, SearchSourceTagSource, StaticTagSource, XMLTagSource

public interface IHyperlinkTagSource
extends IConfigurable

Base interface for Hyperlinking Tag Sources - creates set of words mapped to AttributeWordsTagger. Used by HyperlinkTagWriter and TagSourceTermExtractor


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 java.util.HashMap getTagWords()
          returns a HashMap of first tag word --> URLWordsTagger
 void initialize(org.w3c.dom.Element elem)
          Initialize TagWriter from an XML configuation element.
 

Method Detail

initialize

public void initialize(org.w3c.dom.Element elem)
Initialize TagWriter from an XML configuation element.

Specified by:
initialize in interface IConfigurable

getTagWords

public java.util.HashMap getTagWords()
returns a HashMap of first tag word --> URLWordsTagger