|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base Interface for classes that can extract terms from a character string. The entity extractor is given a character string to pull terms from. It returns a map of the terms and a value object which is usually an AttributeWordsTagger - which can instructs a tagger how to mark up the term.
| Method Summary | |
java.util.Map |
extractTerms(java.lang.String sessionID,
java.lang.String fromString)
returns a map of terms - key is the term, value is either an AttributeWordsTagger or an Attribute string |
| Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable |
initialize |
| Method Detail |
public java.util.Map extractTerms(java.lang.String sessionID,
java.lang.String fromString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||