Serialized Form
-
Package it.uniroma1.lcl.babelnet
-
Class it.uniroma1.lcl.babelnet.InvalidSynsetIDException extends RuntimeException implements Serializable
- serialVersionUID:
- 2268739852479953237L
-
-
Package it.uniroma1.lcl.babelnet.data
-
Class it.uniroma1.lcl.babelnet.data.BabelPointer extends Object implements Serializable
- serialVersionUID:
- -8065288275131372908L
-
Serialized Fields
-
fSymbol
String fSymbol
Symbol associated with the relation -
isAutomatic
boolean isAutomatic
Is an automatic relation -
name
String name
Relation name -
relationGroup
BabelPointer.RelationGroup relationGroup
Relation group the pointer belongs to (e.g. HYPERNYM) -
shortName
String shortName
Relation short name
-
-
Class it.uniroma1.lcl.babelnet.data.BabelPointer.BabelPointerNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- 8386363932246918239L
-
Class it.uniroma1.lcl.babelnet.data.BabelTokenId extends Object implements Serializable
- serialVersionUID:
- 1821072739646022808L
-
Serialized Fields
-
end
int end
End point of the mention -
id
BabelSynsetID id
The id of the sense of the word. -
start
int start
Start point of the mention -
word
String word
The lemmatized version of the token's word.
-
-
Class it.uniroma1.lcl.babelnet.data.BabelTokenWord extends Object implements Serializable
- serialVersionUID:
- 1821072739646022808L
-
Serialized Fields
-
end
int end
End point of the mention -
lemma
String lemma
The lemmatized version of the token's word. -
start
int start
Start point of the mention
-
-