uimafit running aggregate AE

41 views
Skip to first unread message

nehaya...@gmail.com

unread,
Jun 5, 2013, 3:40:33 AM6/5/13
to uimafi...@googlegroups.com
Hi All,

I am working on deploying  a CAS object on the webpage.  

For which I tried to run the CPE . But the problem with running CPE is, it return the control to the function much before . And the actual processing is in action at the backend.
But now I am facing issues running an aggregate analysis engine with uimafit. 
A single primitive AE if is called gets executed without any problem. but trying running an aggregate AE shoes error,
 neither does it not show any enter the process function of the second AE .

For info : 
trying running Postagger aggregate analysis engine  module of OpenNLP with uimafit. 


Please can anyone help me in this. 

Regards,
Neha 

Richard Eckart de Castilho

unread,
Jun 5, 2013, 3:49:18 AM6/5/13
to uimafi...@googlegroups.com
Hi,

have a look here

https://code.google.com/p/uimafit/wiki/ExternalResources#Regular_UIMA_components

it has some information on configuring the OpenNLP tokenizer for use with uimaFIT.
It's similar for the POS tagger.

Cheers,

-- Richard

neha yadav

unread,
Jun 6, 2013, 1:19:35 AM6/6/13
to uimafi...@googlegroups.com
Thanks Richard. 
 
I followed your comments in another post which mentioned 


- use AnalysisEngineFactory.createPrimitiveDescription(...) to create the descriptor for your tokenizer 
- call AnalysisEngineDescription.resolveImports(UIMAFramework.newDefaultResourceManager()) once on the descriptor to resolve it 
- persist the generated descriptor to a temporary file using AnalysisEngineDescription.toXML() 
- pass the path to that file as TokenizerDescriptorPath to ConceptMappeAnnotator 


and I could get solve my problem then. 


Thanks for the support  .

regards,
Neha
Reply all
Reply to author
Forward
0 new messages