Details
-
Story
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
There are several opportunities to restructure the internals of UIMA to achieve a reduction in complexity and duplicate code. This Story collects those issues.
Some of the more major ones are:
Change Built-in Feature Structure Java classes to have just one representation.
Change indexing and iterator classes - reorganize to eliminate duplication
Make all exception reporting follow a standard convention, and make use of Java 5 varArgs feature to simplify creation.