Re: (newbie) creating an Aggregate AE

2010-11-26 Thread Tudor
Marshall Schor writes: > > To run an aggregate from a Java class, you can modify the sample code in the > class "ExampleApplication.java". This can be found: > in the binary distribution at > examples\src\org\apache\uima\examples\ExampleApplication.java, or > in the source distribution at > uima

Re: (newbie) creating an Aggregate AE

2010-11-25 Thread Marshall Schor
On 11/25/2010 5:05 PM, Tudor wrote: > Nicolas Hernandez writes: > >> Here you may find some help but "accidentally" it is in French... >> http://enicolashernandez.blogspot.com/2010/03/construire-une-chaine-de- > traitement.html >> > > Thanks for your reply. That french guide is pretty straight f

Re: (newbie) creating an Aggregate AE

2010-11-25 Thread Philip Ogren
Tudor, You might check out uimaFIT which makes this really easy. You might start, for example, by looking at the following: http://code.google.com/p/uimafit/wiki/RunningExperiments Hope this helps, Philip On 11/25/2010 3:05 PM, Tudor wrote: So, how do you call and run an aggregate from a j

Re: (newbie) creating an Aggregate AE

2010-11-25 Thread Tudor
Nicolas Hernandez writes: > > Here you may find some help but "accidentally" it is in French... > http://enicolashernandez.blogspot.com/2010/03/construire-une-chaine-de- traitement.html > > Thanks for your reply. That french guide is pretty straight forward and informative, BUT I had alread

Re: (newbie) creating an Aggregate AE

2010-11-25 Thread Nicolas Hernandez
Here you may find some help but "accidentally" it is in French... http://enicolashernandez.blogspot.com/2010/03/construire-une-chaine-de-traitement.html On Thu, Nov 25, 2010 at 7:25 PM, Tudor wrote: > Hello, > > I've successully made my own uima components and I'd like to connect them into > an a

(newbie) creating an Aggregate AE

2010-11-25 Thread Tudor
Hello, I've successully made my own uima components and I'd like to connect them into an aggregate.(I used the following tutorial and I'm running them via the class described in section 9 here: http://www.ibm.com/developerworks/webservices/ tutorials/ws-uima/section9.html ) Now, I've been readi