Hi All
If anyone has tried using the Drugner in 5.1.0 have they run into this
error when its process() method is run.
message: JCas type
"org.apache.ctakes.drugner.type.FractionStrengthAnnotation" used in
Java code, but was not declared in the XML type descriptor
The thing is that this attribut
Hi Peter,
This looks like the same problem encountered here:
https://github.com/apache/ctakes/issues/23
It was fixed for -standard- ctakes workflows in 6.0.0, but if you don't use the
PiperFileRunner or have a custom reader then you may still see the problem.
The root cause is still an open iss