it.polito.elite.doseWS.include
Interface SemanticMapper

All Known Implementing Classes:
SynSemanticMapper

public interface SemanticMapper

Interface for mapping text to concepts.


Method Summary
 java.util.Hashtable map(java.lang.String text, java.lang.String language)
          Maps a string of text in a given language to an Hashtable of weighted concepts of the ontology.
 

Method Detail

map

public java.util.Hashtable map(java.lang.String text,
                               java.lang.String language)
Maps a string of text in a given language to an Hashtable of weighted concepts of the ontology.

Parameters:
text - A String of text
language - The language code
Returns:
The Hashtable of weighted concepts