【发布时间】:2019-05-03 09:58:03
【问题描述】:
我正在研究 GATE embeded 中的信息提取。我已尝试使用以下代码从注释中获取文本:
AnnotationSet annotationSet = doc.getAnnotations().get("Person");
DocumentContent personStr = annotationSet .getContent();
但是 get.Content 在注解类型中是无法工作的。 那么我们如何才能得到带注释的文本。 提前致谢
【问题讨论】: