Ruta 2.0.1

2013-09-16 Thread Sondes Bannour
Hi Peter, I am trying to apply this rule on a text annotated with a Token type: Token #{-MARKONCE(Détention1)} Token; and i am getting this error message: org.apache.uima.analysis_engine.AnalysisEngineProcessException: Annotator processing failed. at

Re: Ruta 2.0.1

2013-09-16 Thread Sondes Bannour
Can you send me a standard BasicEngine because i switched to Ruta 2.1.0 and i am getting an error like: Exception in thread main org.apache.uima.util.InvalidXMLException: Invalid descriptor at file:/home/sondes/workspace/SemAnnot/descriptor/ruta/scriptEngine.xml. at

Re: Ruta 2.0.1

2013-09-16 Thread Sondes Bannour
I managed to get the new descriptors but still have problems (it seems that it's nor the same problem as before but in the same class): org.apache.uima.analysis_engine.AnalysisEngineProcessException: Annotator processing failed. at

Re: Ruta 2.0.1

2013-09-16 Thread Peter Klügl
Hi, the wildcard # has some bugs in ruta 2.0.1, which have been fixed in ruta-2.1.0. It's hard to determine what the problem is. I created a small test set in ruta-2.1.0 and tested the rule. No problems observed. You might want to switch to ruta-2.1.0. There is a release candidate with an update

Re: Ruta 2.0.1

2013-09-16 Thread Sondes Bannour
i recleaned the project and it worked i am still making tests, i will let you know if there is a problem. Thank you. Sondes 2013/9/16 Peter Klügl pklu...@uni-wuerzburg.de Hi, that looks like the type cannot be resolved. Can you provide a small test for reproducing the problem? Best,

Re: In need of good tutorials

2013-09-16 Thread Marshall Schor
Did you look at these: http://uima.apache.org/documentation.html#getting_started and this (which is keyed to some sample examples in the distribution): http://uima.apache.org/d/uimaj-2.4.2/tutorials_and_users_guides.html -Marshall On 9/16/2013 11:08 AM, Shakthy doss wrote: Hi all, I am

Using eCorbertura Eclipse plugin with Uimafit

2013-09-16 Thread Swirl
Has anyone tried to run eCortertura's Cover As with Uimafit's automatic type loading? My types are defined in Maven module inside the src/main/resources folder and I have a META-INF/org.uimafit/types.txt. In my main app, I tried to run JUnit for my unit tests and it ran fine. But when I used