Re: New Website

2015-02-25 Thread Pei Chen
Looks great... +1 to replace the old site! I'll take a quick double check on any ASF branding requirements at the same time. On Tue, Feb 24, 2015 at 7:29 PM, Michelle Chen wrote: > Hello everyone, > > We are planning on publishing the new website on March 2, 2015. Here is the > link to the propo

Re: New Website

2015-02-25 Thread Murali Nagendranath
+1 On Wed, Feb 25, 2015 at 7:35 AM, Pei Chen wrote: > Looks great... > +1 to replace the old site! > I'll take a quick double check on any ASF branding requirements at the same > time. > > On Tue, Feb 24, 2015 at 7:29 PM, Michelle Chen > wrote: > > > Hello everyone, > > > > We are planning on p

URGENT! RE: New Website

2015-02-25 Thread Finan, Sean
Hi all, It looks like a few people (myself included) are interested in having information on people, projects, papers, and applications that use cTAKES on the web page. I have created a form on google that might help us collect this and other information. Please visit https://docs.google.com

Running cTakes in parallel

2015-02-25 Thread Michelle Chen
Quick question, is it possible to run multiple instances of cTakes in parallel? I'm currently using ctakes-clinical-pipeline's fastPipeline() and wanted to run it over multiple documents. Would it be okay to create multiple AnalysisEngine? How has other people done this process? I wasn't sure if

RE: Running cTakes in parallel

2015-02-25 Thread Finan, Sean
Hi Michelle, When it comes to > multiple instances of cTakes in parallel You can certainly start as many pipelines as you want as separate JVM processes, just make sure that you divide your notes among separate batches, one batch per process. Also keep in mind that you don't want to clobber yo

Re: Running cTakes in parallel

2015-02-25 Thread Jay Vyas
We also have a spark implementation in the ctakes sandbox you can use (for up to date see jayunit100/SparkStreamingApps on gh). Sent from my iPhone > On Feb 25, 2015, at 2:17 PM, Finan, Sean > wrote: > > Hi Michelle, > > When it comes to >> multiple instances of cTakes in parallel > You can

Re: Running cTakes in parallel

2015-02-25 Thread Kim Ebert
Hi Michelle, If you bring in the patch to LVG you can certainly run multiple instances of cTAKES in the same JVM instance; however, you cannot run multiple thread using the same instance. I know in UIMA there are some methods for running multiple threads using a single instance, and this I believe