public class Mention extends Object
| Constructor and Description |
|---|
Mention(MalletPhrase ph,
File targetDocPath,
org.jdom.Document doc,
int id,
String sourceType) |
| Modifier and Type | Method and Description |
|---|---|
Mention |
getAntecedent() |
int |
getAntecedentCount() |
double |
getAntecedentValue() |
File |
getDocPath() |
org.jdom.Document |
getDocument() |
org.jdom.Element |
getElement() |
String |
getEntityId() |
String |
getEntityRef() |
String |
getGender() |
String |
getHead() |
int |
getId() |
MalletPhrase |
getMalletPhrase() |
org.jdom.Element |
getSentence() |
String |
getString() |
String |
getUniqueEntityIndex() |
void |
setAntecedent(Mention ant) |
void |
setAntecedentCount(int count) |
void |
setEntityId(String sourceType) |
void |
setGender(String gen) |
void |
setSentence(org.jdom.Element sent) |
void |
setUniqueEntityIndex(String index) |
public Mention(MalletPhrase ph, File targetDocPath, org.jdom.Document doc, int id, String sourceType)
public void setUniqueEntityIndex(String index)
public String getUniqueEntityIndex()
public int getId()
public org.jdom.Document getDocument()
public File getDocPath()
public org.jdom.Element getSentence()
public void setSentence(org.jdom.Element sent)
public void setGender(String gen)
public String getGender()
public String getString()
public String getHead()
public MalletPhrase getMalletPhrase()
public String getEntityId()
public String getEntityRef()
public void setEntityId(String sourceType)
public org.jdom.Element getElement()
public Mention getAntecedent()
public double getAntecedentValue()
public void setAntecedent(Mention ant)
public void setAntecedentCount(int count)
public int getAntecedentCount()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.