Problems building a pipeline with PEAR components

2007-06-26 Thread Matthias Muehlhausen
Hello, I am currently building a web application (with SpringMVC running in tomcat) that should serve to demonstrate the result of the processing of each component in this pipeline. Some components do their job, while others don't. These are the facts: - I am using one TypeSystem that is in

Re: Problems building a pipeline with PEAR components

2007-06-26 Thread Michael Baessler
Hi Matthias, there were a lot of changes in the PEAR stuff during the last weeks, so to help you with your questions I need to know what UIMA version do you use. I think you have tested the PEAR files standalone and in that scenario all works fine, right? -- Michael Matthias Muehlhausen

Re: Problems building a pipeline with PEAR components

2007-06-26 Thread Matthias Muehlhausen
I have to apologize for that long question. My Problem is solved now. The fault was, that I created an initial CAS from my first component that did not had the relevant part of the type system (a did not mention that our real type system comes in 3 parts, to keep the problem simple - but that

Re: Problems building a pipeline with PEAR components

2007-06-26 Thread Michael Baessler
Good news... The create a CAS from a type system, you can use the CasCreationUtils class. -- Michael Matthias Muehlhausen wrote: I have to apologize for that long question. My Problem is solved now. The fault was, that I created an initial CAS from my first component that did not had the

Re: IBM System S

2007-06-26 Thread Thilo Goetz
Hi Greg, System S actually contains UIMA (as I just found out), and can run UIMA analytics. However, that's pretty much the extent of my knowledge. --Thilo [EMAIL PROTECTED] wrote: Would System S be applicable to UIMA? In other words, could UIMA run inside System S? Greg Holmberg

typeSystemInit() method in CasAnnotator_ImplBase but not JCasAnnotator_ImplBase

2007-06-26 Thread Philip Ogren
Thilo had pointed me towards the method typeSystemInit() in a recent posting as a way of getting type system information in an annotator. Is there a reason that this method exists in CasAnnotator_ImplBase but not JCasAnnotator_ImplBase? Or is this an omission? My intuition is that might