I am working with an existing project that is built with UIMA. I am trying to create a tf-idf style score that looks at the set of documents as a whole.
Since the rest of the project uses UIMA heavily, I would like to implement this as an annotator if possible, rather than a separate program. Is it possible within UIMA to do this?
