Package it.uniroma1.lcl.babelnet
Class BabelSynsetIDRelation
- java.lang.Object
-
- it.uniroma1.lcl.babelnet.BabelSynsetRelation
-
- it.uniroma1.lcl.babelnet.BabelSynsetIDRelation
-
- All Implemented Interfaces:
SynsetRelation
@Deprecated public class BabelSynsetIDRelation extends BabelSynsetRelation
Deprecated.UseBabelSynsetRelation
instead.Class that models a relation to a synset ID in the BabelNet network.- Author:
- navigli, vannella
-
-
Constructor Summary
Constructors Constructor Description BabelSynsetIDRelation(it.uniroma1.lcl.jlt.util.Language language, BabelPointer pointer, String target)
Deprecated.BabelSynsetIDRelation(it.uniroma1.lcl.jlt.util.Language language, BabelPointer pointer, String target, double weight, double normalizedWeight)
Deprecated.
-
Method Summary
-
Methods inherited from class it.uniroma1.lcl.babelnet.BabelSynsetRelation
equals, fromString, getBabelSynsetIDTarget, getLanguage, getNormalizedWeight, getPointer, getTarget, getWeight, hashCode, setNormalizedWeight, setWeight, toString
-
-
-
-
Constructor Detail
-
BabelSynsetIDRelation
public BabelSynsetIDRelation(it.uniroma1.lcl.jlt.util.Language language, BabelPointer pointer, String target)
Deprecated.
-
BabelSynsetIDRelation
public BabelSynsetIDRelation(it.uniroma1.lcl.jlt.util.Language language, BabelPointer pointer, String target, double weight, double normalizedWeight)
Deprecated.
-
-