google-code-export / uimafit

Automatically exported from code.google.com/p/uimafit
2 stars 1 forks source link

MultithreadedPipeline #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was wondering why nobody wrote a MultithreadedPipeline before (see patch). 
Are there some serious flaws in the attached code?

Thanks, Renaud

Original issue reported on code.google.com by renaud.r...@gmail.com on 18 Jun 2012 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago
I'm planning to add the CpeBuilder [1] class to uimaFIT, which would allow it 
to easily build and run CPE (multi-threaded) with uimaFIT. I just didn't get 
around yet to do so. CPEs run the reader single threaded and everything up to 
the first multiDeploy=false component runs multi-threaded. The CPE framework 
has several additional features that are not yet supported by the CpeBuilder.

[1] 
http://code.google.com/p/dkpro-lab/source/browse/de.tudarmstadt.ukp.dkpro.lab/de
.tudarmstadt.ukp.dkpro.lab.uima.engine.cpe/src/main/java/de/tudarmstadt/ukp/dkpr
o/lab/uima/engine/cpe/CpeBuilder.java

Original comment by richard.eckart on 18 Jun 2012 at 1:25

GoogleCodeExporter commented 9 years ago
I have added the CpeBuilder and CpePipeline now. Please have a look.

Original comment by richard.eckart on 15 Jul 2012 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 7 Jan 2013 at 4:51