Re: SimpleServer, instantiating CAS with custom typesystem?

2013-02-19 Thread Chris Roeder
Hi Helen, We use CAS views. Chapter six should help: http://uima.apache.org/d/uimaj-2.4.0/tutorials_and_users_guides.pdf We read the xml into one view and then have an annotator scrape the plain text and put it in another. You can work this so the XML to plaintext code is sofa aware and puts

Re: ConceptMapper 2.4.0 ?

2012-08-07 Thread Chris Roeder
haven't found ? thanks -Chris -Marshall On 8/6/2012 7:35 PM, Chris Roeder wrote: Pardon me if this has been asked before. Is a version of ConceptMapper for UIMA 2.4.0 planned? thanks -Chris

Re: ConceptMapper 2.4.0 ?

2012-08-07 Thread Chris Roeder
On 8/7/12 10:39 AM, Richard Eckart de Castilho wrote: Am 07.08.2012 um 18:33 schrieb Chris Roeder: On 8/7/12 10:23 AM, Marshall Schor wrote: ConceptMapper hasn't changed since the 2.3.1 release, so there are no pending new release planned. I ask because it seems ConceptMapper's poms depend

Re: ConceptMapper 2.4.0 ?

2012-08-07 Thread Chris Roeder
of UIMA, I'm due to contribute. I might need a little more info though. -Chris ..Michael On Aug 7, 2012, at 12:39 PM, Richard Eckart de Castilho wrote: Am 07.08.2012 um 18:33 schrieb Chris Roeder: On 8/7/12 10:23 AM, Marshall Schor wrote: ConceptMapper hasn't changed since the 2.3.1

Re: ConceptMapper 2.4.0 ?

2012-08-07 Thread Chris Roeder
On 8/7/12 11:02 AM, Marshall Schor wrote: On 8/7/2012 12:33 PM, Chris Roeder wrote: On 8/7/12 10:23 AM, Marshall Schor wrote: ConceptMapper hasn't changed since the 2.3.1 release, so there are no pending new release planned. I ask because it seems ConceptMapper's poms depend on 2.3.1, which

ConceptMapper 2.4.0 ?

2012-08-06 Thread Chris Roeder
Pardon me if this has been asked before. Is a version of ConceptMapper for UIMA 2.4.0 planned? thanks -Chris -- Christophe Roeder | Software Engineer University of Colorado Anschutz Medical Campus | Computational Bioscience Program 303-724-7562 | chris.roe...@ucdenver.edu |

Identifying failed AE from StatusCallbackListener

2011-01-10 Thread Chris Roeder
Hi, I'm looking to identify documents whose processing failed for later re-processing. I'd also like to identify the failing AE. I'm looking at StatusCallbackListener.getFailedComponentNames() and getting [Process] back. Could someone more familiar with that part of the code help enlighten me?

Re: UIMA-AS best practices?

2010-12-01 Thread Chris Roeder
component. UIMA-1482 says defer to after 2.3.0 release which is quite a while ago, and still unassigned. Unfortunately, fixing this probably goes quite a bit beyond my knowledge of UIMA. Thanks, Jens -- Christophe (Chris) Roeder Software Developer, Professional Research Assistant Center

Re: performance of JCas.reset()

2010-06-17 Thread Chris Roeder
Philip, I've not spent a lot of time reading UIMA source, but some browsing revealed interesting code (below). Have you run jconsole on it to see the GC load you are putting on the JVM and how it responds? -Chris private final void initHeap() { this.heap = new int[this.initialSize];