RE: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread LeHouillier, Frank D.
No, but you should look at the maven release plugin for handling the change from 2.n-SNAPSHOT in (trunk) to 2.n (in tags) to 2.n+1-SNAPSHOT (back in trunk). It should handle all of the SNAPSHOT dependencies automatically rather than doing this by hand. As it stands now, are you planning to change

RE: ConceptMapper with multiple dictionaries

2008-06-19 Thread LeHouillier, Frank D.
I should also say that this sort of question is better for the uima-user list than the developers list. The developers list is for people actually working on the framework. -Original Message- From: LeHouillier, Frank D. Sent: Thursday, June 19, 2008 2:20 PM To: 'uim

RE: ConceptMapper with multiple dictionaries

2008-06-19 Thread LeHouillier, Frank D.
Your question isn't entirely clear, but if you mean that you expect the aggregate analysis engine to produce a CAS with more general annotations than was produced by the primitive AE's (perhaps because of the Capabilities), this thread might be helpful: http://mail-archives.apache.org/mod_mbox/in

RE: Python support for reading & writing UIMA data files

2008-02-22 Thread LeHouillier, Frank D.
Another option for doing (some) of NLTK in UIMA is to use the BSF Annotator in the sandbox with Jython. This would only work for the pure Python components and not the stuff that relies on NumPy etc. Jython has been in better shape of late so it might be worth trying and probably better than seri

RE: capabilityLangugaeFlow - computeResultSpec

2008-02-01 Thread LeHouillier, Frank D.
ityLangugaeFlow - computeResultSpec LeHouillier, Frank D. wrote: > We have an annotator that wraps a black box information extraction > component that can return objects of a variety of types. We check the > result specification to see if the object is something we want to output > based the a

RE: capabilityLangugaeFlow - computeResultSpec

2008-01-25 Thread LeHouillier, Frank D.
We have an annotator that wraps a black box information extraction component that can return objects of a variety of types. We check the result specification to see if the object is something we want to output based the actual string of the name of the type. If you take away the compiled version

RE: yes

2007-08-30 Thread LeHouillier, Frank D.
We still don't understand what you mean by "search the same who in multiple files." Do you mean that you want to have some sort of search engine capability over the files? Do you mean that you simply want to process many files and get annotated results for each of them? Do you mean that you want t

RE: yes

2007-08-30 Thread LeHouillier, Frank D.
What specifically isn't made clear from the UIMA Tutorial and Developers' Guides? The example with the Room numbers in chapter 1 does something similar to your code below but it is parameterized for allowing different patterns other than "who". -Original Message- From: vijay vijay [mail

RE: RC0 for uimacpp distribution

2007-04-27 Thread LeHouillier, Frank D.
Eddie, Just something I noticed: The Scriptator docs reference MakeFiles and .vcproj files that don't appear to be in the vc8 release candidate. Thanks, Frank -Original Message- From: Eddie Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 2:41 PM To: uima-dev@incubator.

RE: UIMACpp status

2007-04-19 Thread LeHouillier, Frank D.
I did finally get it working. I was having a path variable issue. Thanks, Frank One other note about building in visual 8. At least for me the build defaulted to defining TCHAR as w_char and this caused things to not compile. Is there a reason for using TCHAR at all if the ICU depends on thes

UIMACpp status

2007-04-17 Thread LeHouillier, Frank D.
What is the status of UIMACpp? It came up on the user list so I finally tried to compile the trunk version. Compiling and everything seemed straightforward but when I ran the DaveDetector sample analysis engine I got the following error: runAECpp.exe C:\UIMA\apache-uima\uimacpp\examples\descript

user list

2006-12-08 Thread LeHouillier, Frank D.
Are the people who are subscribed to the developers list (presumably mostly committer's) also subscribed to the user list, or should users cross-post if they want questions answered by "the experts". There doesn't seem to be much traffic on the user list. Frank LeHouillier