Hello All
I found out how to correct the compile of the ctakes-temporal sub project
in 4.0.1   Having done so, it now proceeds to the testing where a few tests
fall over.  As I am not an official contributor, I'll leave it to the
author to make the changes.

at lines  867 and 917 one needs to cast the result of the JCasUtil.select()
to a TOP before cloning it

for ( TOP annotation : Lists.newArrayList( *(TOP)*JCasUtil.select(
goldView, annotationClass ) ) ) {

Reply via email to