gr.demokritos.iit.conceptualIndex
Interface IMeaningExtractor

All Known Implementing Classes:
InternetWordNetMeaningExtractor, LocalWordNetMeaningExtractor

public interface IMeaningExtractor

Interface for classes that can return a WordDefinition given a string word.


Method Summary
 WordDefinition getMeaning(java.lang.String sString)
          Should return a WordDefinition object, according to the input string.
 

Method Detail

getMeaning

WordDefinition getMeaning(java.lang.String sString)
Should return a WordDefinition object, according to the input string.

Parameters:
sString - The string to lookup.
Returns:
The meaning of the word being looked up.
See Also:
WordDefinition