Prakash, If you are using the UIMA CPE/CVD GUI's, within the UIMA framework, there is usually a concept of: 1) CollectionReader 2) Pipeline (A sequence of Annotators or Analysis Engines) 3) Consumer
And a CollectionProcessingEngine config descriptor that describes the above for the CPE engine. Usually saved as xml config files. Some more info: https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.1+User+Install+Guide#cTAKES3.1UserInstallGuide-CollectionProcessingEngine(CPE) If you're looking to use cTAKES as lib and wire up the pipeline programmatically, you may also want to check out the example main class at: http://svn.apache.org/repos/asf/ctakes/trunk/ctakes-clinical-pipeline/src/main/java/org/apache/ctakes/clinicalpipeline/ClinicalPipelineFactory.java --Pei > -----Original Message----- > From: Prakash Poudyal [mailto:[email protected]] > Sent: Tuesday, June 24, 2014 10:16 AM > To: dev > Subject: Re: some error in Collection Processing Engine Configurator > > Hi! > > Thank you so much for quick reply. > > I am using apache-ctakes-3.1.1-bin.tar.gz > > Since I am knew, I am trying to be familiar with cTAKES so I am just using > default /usr/local/CTAKES_HOME/desc/ctakes- > core/desc/collection_reader/FilesInDirectoryCollectionReader.xml > > Can you tell me what do you mean by Pipeline descriptor is ? > > With Best Regards > Prakash > > > > On Tue, Jun 24, 2014 at 3:08 PM, Chen, Pei > <[email protected]> > wrote: > > > Hi Prakash, > > - Which version of cTAKES are you using? > > - Also could you attach (or specifiy) the CPE descriptor and the > > Pipeline descriptor you are using? > > > > > -----Original Message----- > > > From: Prakash Poudyal [mailto:[email protected]] > > > Sent: Tuesday, June 24, 2014 9:43 AM > > > To: [email protected] > > > Subject: some error in Collection Processing Engine Configurator > > > > > > Hi! > > > > > > I am trying to work in Collection Processing Engine Configurator. > > > When I > > start > > > my process i got this type of error. > > > > > > org.apache.uima.analysis_engine.AnalysisEngineProcessException > > > CausedBy:org.xml.sax.SAXParseException; lineNumber: 1; > > > columnNumber:1; Content is not allowed prolog. > > > > > > Actually, I trying my best to generate xml file. > > > > > > > > > -- > > > > > > Regards > > > Prakash Poudyal > > > > > > -- > > Regards > Prakash Poudyal
