Hello everyone, I have a little question on cas consumers. We know that we can use them to output cas annotations to either a file or a database for further analysis or post-treatments, my question is could we treate these CAS annotation on the fly inside UIMA itself instead of passing the information to a third party application.
Let's say for example that we have some documents to analyse and we want to look for COMMON CAS ANNOTATIONS, by common I mean same annotation, so that we give a score of similarity to the two documents, do we have to use a third party application for that (eg database) to parse all information and calculates the score or could we do it inside a final analysis engine that treate the information and calculate the score ? Thank you Radwen
