Wondering if this statement on line 30 import org.uimafit.component.CasConsumer_ImplBase; Should actually be import org.apache.uima.fit.component.CasConsumer_ImplBase; Then baseqa compiles correctly in Eclipse
Wondering if this statement on line 30
import org.uimafit.component.CasConsumer_ImplBase;
Should actually be
import org.apache.uima.fit.component.CasConsumer_ImplBase;
Then baseqa compiles correctly in Eclipse