|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.demokritos.iit.conceptualIndex.LocalWordNetMeaningExtractor
public class LocalWordNetMeaningExtractor
This class uses locally installed WordNet to extract word definitions.
Constructor Summary | |
---|---|
LocalWordNetMeaningExtractor()
Creates a new instance of LocalWordNetMeaningExtractor, checking there is a reachable WordNet instance installed. |
Method Summary | |
---|---|
WordDefinition |
getMeaning(java.lang.String sString)
Looks up a word using a locally installed WordNet instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalWordNetMeaningExtractor() throws java.io.IOException
java.io.IOException
- If WordNet is not found an appropriate IOException
is thrown.IOException
Method Detail |
---|
public WordDefinition getMeaning(java.lang.String sString)
getMeaning
in interface IMeaningExtractor
sString
- The string to lookup.
WordDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |