I got the aggregate engine to work. I am thinking you won't be able to annotate before using a sentence detector, then a tokenizer of some sort. You need all the components to work in a certain order so that the POSTagging can actually happen. At least, that's my understanding. Thank you all for helping me out to figure this out.Best wishes, -Ahmed
On Wed, Jul 16, 2008 at 11:50 PM, Ahmed Abdeen Hamed < [EMAIL PROTECTED]> wrote: > I ran the debugger so it annotated the documents not anything else. It's > like something is turned of. What could that be?Following is what the log > file has. > Thanks! > -Ahmed > > ======================================================================================= > 7/16/08 11:26:19 PM - 10: > org.apache.uima.tools.cvd.MainFrame.internalRunAE(1570): INFO: Process trace > of AE run: > Component Name: OpenNLPPOSTagger > Event Type: Analysis > Duration: 108ms (100%) > > 7/16/08 11:29:05 PM - 10: > org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.process: > FINE: AnalysisEngine OpenNLPPOSTagger process begin > 7/16/08 11:29:05 PM - 10: > org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.process: > FINE: AnalysisEngine OpenNLPPOSTagger process end > 7/16/08 11:29:05 PM - 10: > org.apache.uima.tools.cvd.MainFrame.internalRunAE(1570): INFO: Process trace > of AE run: > Component Name: OpenNLPPOSTagger > Event Type: Analysis > Duration: 3ms (100%) > > 7/16/08 11:29:47 PM - 10: > org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.process: > FINE: AnalysisEngine OpenNLPPOSTagger process begin > 7/16/08 11:29:47 PM - 10: > org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.process: > FINE: AnalysisEngine OpenNLPPOSTagger process end > 7/16/08 11:29:47 PM - 10: > org.apache.uima.tools.cvd.MainFrame.internalRunAE(1570): INFO: Process trace > of AE run: > Component Name: OpenNLPPOSTagger > Event Type: Analysis > Duration: 5ms (100%) > > On Wed, Jul 16, 2008 at 5:46 PM, Ahmed Abdeen Hamed < > [EMAIL PROTECTED]> wrote: > >> I am using the code provided by the uimaj-example since it is already in >> the same project. And, POSTagger.java in that project takes a parameter but >> from the configurations, which is I believe the descriptor. There is no >> indication whatsoever on what the problem is. Perhaps I will see if I can >> run the debugger. In the meantime, please let me know if think of a reason >> to this. -Ahmed >> >> >> On Wed, Jul 16, 2008 at 5:32 PM, Jörn Kottmann <[EMAIL PROTECTED]> >> wrote: >> >>> I bound my project to the uimaj-example project within eclipse. I had >>>> errors >>>> because the models were in the wrong place. However, I am not sure if >>>> the >>>> classes are loaded now that you mentioned that. >>>> >>> >>> Errors for missing/invalid models usually mean that the classes are >>> loaded correctly. >>> >>> Is the configuration >>>> settings part of the uimaj-exmaple or the opennlp? >>> >>> >>>> >>> Do you use the opennlp uima code which is part of the samples or do you >>> use the code which is inside the opennlp sourceforge repository ? >>> >>> The opennlp.uima annotators document in the javadoc of the annotators >>> which parameters are required. >>> >>> For example: >>> >>> http://opennlp.cvs.sourceforge.net/opennlp/opennlp.uima/src/opennlp/uima/postag/POSTagger.java?view=markup >>> >>> Jörn >> >> >> >
