Package it.uniroma1.lcl.kb
Interface SenseSource
-
- All Known Implementing Classes:
BabelSenseSource
public interface SenseSource
A general interface for the source of aSense
.- Author:
- navigli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSourceName()
Returns a label for the source nameString
getURI(it.uniroma1.lcl.jlt.util.Language language)
Returns a URI associated with a given language
-