public class EntityMention extends Object
| Constructor and Description |
|---|
EntityMention() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginIndex() |
String |
getContext() |
int |
getEndIndex() |
String |
getMention() |
String |
getReferenceContext() |
void |
setBeginIndex(int beginIndex) |
void |
setContext(String context) |
void |
setEndIndex(int endIndex) |
void |
setMention(String mention) |
void |
setReferenceContext(String referenceContext) |
public int getBeginIndex()
public void setBeginIndex(int beginIndex)
beginIndex - the beginIndex to setpublic int getEndIndex()
public void setEndIndex(int endIndex)
endIndex - the endIndex to setpublic String getMention()
public void setMention(String mention)
mention - the mention text to setpublic String getContext()
public void setContext(String context)
public String getReferenceContext()
public void setReferenceContext(String referenceContext)
Copyright © 2017. All rights reserved.