public class AnnotatedDocument extends Object
Constructor and Description |
---|
AnnotatedDocument(String text) |
Modifier and Type | Method and Description |
---|---|
void |
annotate(it.cnr.isti.hpc.dexter.entity.EntityMatchList eml) |
void |
annotate(it.cnr.isti.hpc.dexter.entity.EntityMatchList eml,
int nEntities) |
String |
getAnnotatedText() |
List<AnnotatedSpot> |
getSpots() |
String |
getText() |
void |
setAnnotatedText(String annotatedText) |
void |
setSpots(List<AnnotatedSpot> spots) |
void |
setText(String text) |
public AnnotatedDocument(String text)
public void annotate(it.cnr.isti.hpc.dexter.entity.EntityMatchList eml)
public void annotate(it.cnr.isti.hpc.dexter.entity.EntityMatchList eml, int nEntities)
public String getText()
public void setText(String text)
public String getAnnotatedText()
public void setAnnotatedText(String annotatedText)
public List<AnnotatedSpot> getSpots()
public void setSpots(List<AnnotatedSpot> spots)
Copyright © 2013. All rights reserved.