public class MentionPair extends Object
| Constructor and Description |
|---|
MentionPair(Mention n1,
Mention n2) |
| Modifier and Type | Method and Description |
|---|---|
Mention |
getAntecedent() |
String |
getEntityReference() |
PropertyList |
getFeatures() |
double |
getFeatureValue(String key) |
Mention |
getReferent() |
int |
getReferentIndex() |
boolean |
nullPair() |
void |
setEntityReference(String ref) |
void |
setFeatures(PropertyList pl) |
void |
setFeatureValue(String key,
double value) |
void |
setReferentIndex(int val) |
public int getReferentIndex()
public void setReferentIndex(int val)
public void setEntityReference(String ref)
public String getEntityReference()
public boolean nullPair()
public Mention getAntecedent()
public Mention getReferent()
public void setFeatureValue(String key, double value)
public double getFeatureValue(String key)
public PropertyList getFeatures()
public void setFeatures(PropertyList pl)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.