Package it.uniroma1.lcl.kb
Interface Gloss
-
- All Known Implementing Classes:
BabelGloss
public interface Gloss
A general gloss interface for aSynset
- Author:
- navigli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGloss()
Returns the glossit.uniroma1.lcl.jlt.util.Language
getLanguage()
The language for this glossSenseSource
getSource()
The region where the concept for this gloss lies.
-
-
-
Method Detail
-
getSource
SenseSource getSource()
The region where the concept for this gloss lies.- Returns:
- the region where the gloss concept lies
-
getLanguage
it.uniroma1.lcl.jlt.util.Language getLanguage()
The language for this gloss- Returns:
- the gloss language
-
getGloss
String getGloss()
Returns the gloss- Returns:
- the gloss content as a String.
-
-