1 May 03:07
Re: Server Socket Timeout Woes
On Wed, Apr 30, 2008 at 5:12 PM, Charles Proefrock <chas.pro@...> wrote: > Thanks for the heads-up. I'm new to the Apache world ... Is there a > repository of requirements or a component functional description for > UIMA-AS, or does an interested party need to join the dev group and download > the project to access this material? There was a post on uima-dev some time back with a pointer to more info: http://cwiki.apache.org/UIMA/uimaasdoc.html Need to provide honest assessments of the technology to users, and propose > next steps ... so information is always helpful.In any event, always good to > see something better come along that has the words "no code changes > required" associated with it ;) > No code changes, right. We took advantage of breakage caused by the name space move to org.apache to make a few other changes, but otherwise UIMA has done a good job of preserving backwards compatibility all along. A simple way to think about UIMA-AS is that the core UIMA aggregate defines a CPE (note that collection readers, analysis engines and CAS consumers are all allowed in a UIMA aggregate), and UIMA-AS leverages asynchronous middleware (JMS implementations) to provide a flexible way of deploying UIMA aggregate components in order to achieve scale up. Eddie
Most indexes (including the default annotation index) are just
sorted collections. The sort order is defined via the values
of certain features. In the case of the annotation index, that's
the begin and end position. In other cases, it might be other
features as well. The sort order is used both to insert and
to retrieve feature structures. That means that before you
insert a FS into an index, all features relevant to the sort
RSS Feed