UIMA Ruta Workbench picks up an incorrect descriptor path

2014-02-18 Thread Debbie Zhang
Hi all, I am new to UIMA Ruta. I try to run the Main.ruta in the ExampleProject came with Ruta 2.1.0 source release using Eclipse 3.7 according to the instruction. It seems the Ruta workbench picks up an incorrect descriptor path. I tried to set new Arguments in the Run Configurations to

UIMA Ruta installation problems

2014-02-19 Thread Debbie Zhang
Hi all, Due to some restriction at work, I have to install UIMA Ruta on Eclipse manually. Although I have put in all required jar files to the plugins and features folders, it seems the plugins are not installed properly. I only have the following three views under Window-Show View-UIMA

RE: UIMA Ruta Workbench picks up an incorrect descriptor path

2014-02-20 Thread Debbie Zhang
2.2.0, this should never happen again. Best, Peter Am 18.02.2014 09:15, schrieb Debbie Zhang: Hi all, I am new to UIMA Ruta. I try to run the Main.ruta in the ExampleProject came with Ruta 2.1.0 source release using Eclipse 3.7 according to the instruction. It seems the Ruta workbench

RE: UIMA Ruta installation problems

2014-02-24 Thread Debbie Zhang
, Debbie -Original Message- From: Debbie Zhang [mailto:debbie.d.zh...@gmail.com] Sent: Friday, 21 February 2014 10:25 AM To: user@uima.apache.org Subject: Re: UIMA Ruta installation problems Thanks Peter again for your help! It seems there are many problems in my installations. I did

RE: UIMA Ruta installation problems

2014-02-24 Thread Debbie Zhang
-wuerzburg.de] Sent: Tuesday, 25 February 2014 4:24 AM To: user@uima.apache.org Subject: Re: UIMA Ruta installation problems Hi, Am 21.02.2014 09:17, schrieb Debbie Zhang: Hi, We finally have Eclipse upgraded to 4.3.1. Now I had no problem to install uimaj and uima-as plug-ins from a local

UIMA Addons ConceptMapper - where to start

2014-02-28 Thread Debbie Zhang
Hi all, I would like to learn how to use ConceptMapper in the UIMA Addons. So far, what I have done was to add ConceptMapper jar file to my project path and attach the doc jar file to the jar file. I have read through the documentation came with the package. However, I still don't have a clue

RE: UIMA Addons ConceptMapper - where to start

2014-03-01 Thread Debbie Zhang
] Sent: Sunday, 2 March 2014 2:30 AM To: user@uima.apache.org Subject: Re: UIMA Addons ConceptMapper - where to start Hi Debbie, On 2/28/2014 2:35 AM, Debbie Zhang wrote: Hi all, I would like to learn how to use ConceptMapper in the UIMA Addons. So far, what I have done was to add

Incude third party libraries in a PEAR file

2014-04-09 Thread Debbie Zhang
Hi, I would like to ask the best way to include third party libraries in a PEAR file. If I don't include the .jar files when I generate a PEAR file, I will get NoClassDefFound exception unless I add the .jar files in the classpath. If I put the .jar files to the lib folder of UIMA structure, I

RandomAccessFile problem in UIMA

2014-05-02 Thread Debbie Zhang
Hi, I am having problems to use JWNL wordnet in UIMA. JWNL uses RandomAccessFile to read wordnet dictionary files. In order to create a PEAR file, wordnet dictionary files are put in resources/wordnet folder under project. As resources is in my Build Path, I have no problem to run the

RE: RandomAccessFile problem in UIMA

2014-05-05 Thread Debbie Zhang
- From: Marshall Schor [mailto:m...@schor.com] Sent: Monday, 5 May 2014 4:25 AM To: user@uima.apache.org Subject: Re: RandomAccessFile problem in UIMA The Eclipse feature to is m2e. -Marshall On 5/2/2014 8:47 PM, Debbie Zhang wrote: Thanks Alexandre for your reply! I will try

Re: UIMA Ruta System Demonstration at COLING 2014

2014-06-30 Thread Debbie Zhang
Hi Peter, For those will not be around but also interested, would a YouTube video be available later? Thank you. Regards, Debbie Zhang On 30 Jun 2014, at 9:23 pm, Peter Klügl pklu...@uni-wuerzburg.de wrote: Hi, there will be a system demonstration of the UIMA Ruta Workbench at COLING

RE: UIMA Addons ConceptMapper - where to start

2014-09-18 Thread Debbie Zhang
] Sent: Wednesday, 12 March 2014 6:08 AM To: user@uima.apache.org Subject: Re: UIMA Addons ConceptMapper - where to start On 3/4/2014 5:01 AM, Debbie Zhang wrote: Thanks Marshall! Well, adding the UIMA nature to your project, surprised me a bit. You would do this if you wanted

Error in running UIMA Ruta sample file

2014-10-09 Thread Debbie Zhang
“Applied Rules” “Failed Rules” “Matched Rules” views, the following message is displayed: The instance view is currently not available Could someone tell me what I did wrong so I can see Rules in those views? Thank you in advance. Regards, Debbie Zhang

RE: Error in running UIMA Ruta sample file

2014-10-09 Thread Debbie Zhang
:38 PM To: user@uima.apache.org Subject: Re: Error in running UIMA Ruta sample file Did you clean the project after importing it? Menu-Project-Clean... Best, Peter Am 09.10.2014 11:33, schrieb Debbie Zhang: Hi, I am new to UIMA Ruta. I try to learn UIMA Ruta by following the Ruta

RE: Error in running UIMA Ruta sample file

2014-10-09 Thread Debbie Zhang
Hi Peter, It seems after I clean the project, then run debug, then double click the .xmi file in the output folder, the rules will appear. Regards, Debbie -Original Message- From: Debbie Zhang [mailto:debbie.d.zh...@gmail.com] Sent: Thursday, 9 October 2014 9:49 PM To: user

RE: Error in running UIMA Ruta sample file

2014-10-09 Thread Debbie Zhang
annotations. You can create some also without using the debug mode in eclipse. The Test Annotation view should normally not create those debug information as far as I remember. Best, Peter Am 09.10.2014 12:48, schrieb Debbie Zhang: Thanks Peter for your reply. I cleaned the project after I

Re: Error in running UIMA Ruta sample file

2014-10-09 Thread Debbie Zhang
UIMAFramework.clinit() line: 1310 Ruta.wrapAnalysisEngine(URL, String, boolean, String) line: 97 RutaLauncher.main(String[]) line: 123 /usr/lib/jvm/jdk1.6.0_32/bin/java (Oct 10, 2014, 9:56:47 AM) Thank you! Regards, Debbie Zhang Sent from my

RE: Error in running UIMA Ruta sample file

2014-10-10 Thread Debbie Zhang
Am 10.10.2014 01:12, schrieb Debbie Zhang: Hi Peter, I got it working at home. However, I still can't get it working at work. Here is the complete stack trace when I run debug as UIMA Ruta: Main.ruta (1) [UIMA Ruta] org.apache.uima.ruta.ide.launching.RutaLauncher at localhost:51604

Re: UIMA class?

2016-08-29 Thread Debbie Zhang
I think if someone can make some YouTube videos. That would be very helpful. Regards, Debbie > On 30 Aug 2016, at 2:14 AM, Marshall Schor wrote: > > did you see the "getting started" part of the docs for UIMA? > > e.g. http://uima.apache.org/documentation.html#getting_started

Refreshing external resources periodically

2017-04-28 Thread Debbie Zhang
Hi UIMA users, I have a question regarding accessing external resources. If my external resource file is the output of a database table, the data are updated daily. Can I read the resource file daily as well and update my annotations accordingly? I deploy my pear to elsewhere. At the moment,

UIMA Installation Problem

2018-03-06 Thread Debbie Zhang
Hi, We updated our Eclipse and reinstalled UIMA recently. However, after the new installation, when I tried to use Component Descriptor Editor to open an "Analysis Engine Descriptor" xml file, I get the following errors: Does anyone know how to fix it? Thank you. Regards, Debbie