com.raritantechnologies.utils.tagging
Class SystemObjectTermExtractor
java.lang.Object
com.raritantechnologies.utils.tagging.SystemObjectTermExtractor
- All Implemented Interfaces:
- IConfigurable, ITermExtractor
- public class SystemObjectTermExtractor
- extends java.lang.Object
- implements ITermExtractor
Reusable ITermExtractor stored as a RTI Framework SystemObject.
XML Configuration Template:
<TermExtractor class="com.raritantechnologies.utils.tagging.SystemObjectTermExtractor"
termExtractorName="[ name of SystemObject of type ITermExtractor ]"
objectFactoryName="[ optional name of configurable object factory ]" />
Developed by
Raritan Technologies Inc..
- Author:
- Ted Sullivan
|
Method Summary |
java.util.Map |
extractTerms(java.lang.String sessionID,
java.lang.String fromString)
returns a map of terms - key is term, value is a AttributeWordsTagger or Attribute string |
void |
initialize(org.w3c.dom.Element elem)
Initialize renderer-specific parameters from the configuration XML tag. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemObjectTermExtractor
public SystemObjectTermExtractor()
extractTerms
public java.util.Map extractTerms(java.lang.String sessionID,
java.lang.String fromString)
- returns a map of terms - key is term, value is a AttributeWordsTagger or Attribute string
- Specified by:
extractTerms in interface ITermExtractor
initialize
public void initialize(org.w3c.dom.Element elem)
- Initialize renderer-specific parameters from the configuration XML tag.
- Specified by:
initialize in interface IConfigurable