proposal for UIMA unit test utility code

2009-02-05 Thread Philip Ogren
We have assembled some misc. utility methods that make unit testing easier to support our UIMA-based project ClearTK. I have come across several scenarios now where I wish that this code was available as a separate project so that I don't have to create a dependency on our entire ClearTK

Re: Representing parse trees in the CAS

2009-02-05 Thread Ramon Ziai
Hi Matthias, thanks for the suggestions. I'll comment them below. Matthias Wendt schrieb: storing pointers to the subconstituents (top down) might be an alternative - which is quite straightforward. However, if you don't plan to disambiguate the tree there may be sets of pointers. This is