Package it.uniroma1.lcl.kb
Interface Gloss
-
- All Known Implementing Classes:
BabelGloss
public interface GlossA general gloss interface for aSynset- Author:
- navigli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGloss()Returns the glossit.uniroma1.lcl.jlt.util.LanguagegetLanguage()The language for this glossSenseSourcegetSource()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.
-
-