gpt4 book ai didi

uima - 是否可以使用 UIMA 创建注释层次结构?

转载 作者:行者123 更新时间:2023-12-01 04:56:46 26 4
gpt4 key购买 nike

我希望能够从不同的注释类型中获得一个共同的特征。是否可以创建注解的子类,然后由父类(super class)获取它们?

这是我目前正在做的方式,但我希望能够获得通用的注释父类(super class)而不是特定的父类(super class)。

TypeSystem typeSystem = jcas.getTypeSystem();
Type type = typeSystem.getType("com.example.SpecificAnnotation");
AnnotationIndex<Annotation> annotationIndex = jcas.getAnnotationIndex(type);
Annotation annotation = annotationIndex.iterator().next();
String value = annotation.getFeatureValueAsString(type.getFeatureByBaseName("value"));

最佳答案

您可以创建具有共同特征的注释类型 X。然后您可以创建额外的注释类型,这些注释类型继承自您的类型 X 而不是继承自 Annotation。

关于uima - 是否可以使用 UIMA 创建注释层次结构?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20741816/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com