Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-24 Thread chandra sekhar
Sir, I am specifying the data already in the data folder , even though , I am not getting the annotation results on right side window. The windows remaining empty. please give me a suggestion. -- sekhar.

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-24 Thread Marshall Schor
Suggestion: isolate the problem from the Cas Visual Debugger tool, by running a simple Java application that runs the annotator. Instructions for how to do that are in the tutorials and user guides document on the Apache UIMA web site. You can use the Eclipse debugger to single-step through

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-23 Thread Marshall Schor
Hi - From another email you sent, I see you got by this error. What did you do to resolve this one? -Marshall chandra sekhar wrote: Respected sir , I am implementing the pdf which i am attached with this mail. I executed correctly upto SPECIFY THE ANALYSIS ENGINE DESCRIPTOR. While

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-23 Thread Marshall Schor
For others wanting to follow this, the references to the right side, left side refer to the CAS Visual Debugger tool. The PDF he refers to is the article from IBM DeveloperWorks which is a tutorial on creating UIMA applications, by Nicholas Chase, in case you want to search for it. What this

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-22 Thread chandra sekhar
Respected sir , I am implementing the pdf which i am attached with this mail. I executed correctly upto SPECIFY THE ANALYSIS ENGINE DESCRIPTOR. While executing SPECIFY THE ANALYSIS ENGINE DESCRIPTOR . I am getting an error An import cannot be resolved.no .xml file with file name

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-22 Thread chandra sekhar
Respected sir , I am implementing the pdf which i am attached with this mail. I executed correctly upto SPECIFY THE ANALYSIS ENGINE DESCRIPTOR. While executing SPECIFY THE ANALYSIS ENGINE DESCRIPTOR . I am getting an error An import cannot be resolved.no .xml file with file name

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-22 Thread Marshall Schor
perhaps this is just a couple of spelling errors? 1. Descriptor has an e (not an i) as the 2nd letter. 2. In the UIMA example descriptors, there is no ProductNumberDescriptor file. Did you put one in there that you are trying to access? -Marshall chandra sekhar wrote: Respected sir , I

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-22 Thread chandra sekhar
Respected sir , I am just copying the names given by them in pdf file. my descriptors folder doesnt contain ant file by name ProductNumberDescriptor. I am trying to acces to ProductNumberAEDescriptor from my descriptor folder.even though I am getting an error. regards sekhar.

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-22 Thread Marshall Schor
I do not know what your pdf file is. Although you say in an earlier mail you attached it, attachments do not come thru on this mailing list. Can you describe the PDF file? I looked through our UIMA PDF's and don't find this name. If this name is coming from some other download you have

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-21 Thread chandra sekhar
Respected Sir , import org.apache.uima.jcas.JCas; import org.apache.uima.jcas.JCasRegistry; import org.apache.uima.cas.impl.CASImpl; import org.apache.uima.cas.impl.FSGenerator; import org.apache.uima.cas.FeatureStructure; import org.apache.uima.cas.impl.TypeImpl; import org.apache.uima.cas.Type;

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-21 Thread chandra sekhar
Respected sir , I am implementing Product type Annotator . I implemented upto typeSystemDescription.xml , but i found errors in in java classes generated. ProductNumber_Type.java. totally i got 81 errors, some of the errors are like this. Severity and Description casType cannot be resolved or is

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-21 Thread Marshall Schor
Hi - You need to add classpath entries for your project that refer to the UIMA jars in the lib directory of UIMA_HOME. A simple way to do this is to open your project's properties (select the project, then do menu: Project - Properties) and select Java Build Path. Then select the Libraries

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-20 Thread chandra sekhar
Respected Sir, While working with UIMA, I am running an productNumbertype example , I have imported project uima_examples. When I ran it using document analyzer it is showing window. I have given input, output directory path. click on RUN and it is running and as result of that new window is

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-20 Thread Marshall Schor
Did you install the uima plugins? If so, please do menu Window - Show View - Other - PDE - Plug-ins and verify that the plugin org.apache.uima.desceditor is shown, without any error markers. If there are error markers, please do menu Window-Show View - Other - PDE -Plug-in Dependencies, and

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-20 Thread chandra sekhar
Respected Sir , I installed the plugins , but I am getting error messages like : Message Constraint : require bundle :or.apache.uima.runitme;bundle verison= 0.0.0 . Message Constraint : require bundle :or.apache.uima.jcas.jcasgenp;bundle verison=0.0.0 . please help me in this regard. regards

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-20 Thread chandra sekhar
respected sir , I checked for plugins ,but i didnt find org.apache.uima.desceditor plugin. can you please tell me how to install it? i searched in google but i didnt found how to do it. regards sekhar

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-20 Thread Tong Fin
Please post more information about your Eclipse by doing as follows: 1. From Eclipse menu, go to: Help-About Eclipse SDK 2. When About Eclipse SDK is pop-up, click Configuation Details button. 3. When Configuation Details dialog is pop-up, scroll down a little bit and post the text between

RESPECTED SIR , A DOUBT IN UIMA.

2008-01-19 Thread chandra sekhar
Respected Sir , I am sekhar from India. sir , when I am working eclipse modeling framework, when i followed these steps : Help- Software Updates- Find and install etc , I am getting error message like : network connection problems encountered during search . when i click detail button of these

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-19 Thread Marshall Schor
There are maybe two or three problems. First - please check if you have a firewall that is blocking internet access for particular programs (many firewalls have configuration per program, and block out-bound internet access) One way to check this is to turn off the firewall for a test, and

Re: RESPECTED SIR , A DOUBT IN UIMA.

2008-01-19 Thread chandra sekhar
Respected Sir , for option 2 ) When I use http://download.eclipse.org/modeling/emf/updates/site.xml http://download.eclipse.org/modeling/emf/updates/site.xml* * *I got same prob. for oprion 3 ) I used Eclipse classic 3.3.1.1 so EMF is not available. sir , I downloaded EMF from