Describe the bug
Accepting recommendations results in error:
BratAnnotationEditor - Error: CAS does not contain any [de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS] at [28,29]
java.lang.IllegalArgumentException: CAS does not contain any [de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.POS] at [28,29]
at org.apache.uima.fit.util.CasUtil.selectSingleAt(CasUtil.java:329) ~[uimafit-core-2.4.0.jar:2.4.0]
at de.tudarmstadt.ukp.inception.recommendation.service.RecommendationServiceImpl.upsertFeature(RecommendationServiceImpl.java:625) ~[classes/:?]
at de.tudarmstadt.ukp.inception.recommendation.service.RecommendationServiceImpl$$FastClassBySpringCGLIB$$7b2c1577.invoke(<generated>) ~[classes/:?]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE]
at de.tudarmstadt.ukp.inception.recommendation.service.RecommendationServiceImpl$$EnhancerBySpringCGLIB$$949cd2bd.upsertFeature(<generated>) ~[classes/:?]
at de.tudarmstadt.ukp.inception.recommendation.RecommendationEditorExtension.actionAcceptRecommendation(RecommendationEditorExtension.java:163) ~[classes/:?]
To Reproduce
Steps to reproduce the behavior:
Configure project with opnenlp pos recommender for POS tags
Describe the bug Accepting recommendations results in error:
To Reproduce Steps to reproduce the behavior:
Please complete the following information: