Re: Solr UIMA integration problem

2011-08-17 Thread solr nps
Thanks for the reply. I changed it to 'coveredText' as you recommended but that did not help, I got the same error message. solrconfig.xml now looks like the following org.apache.uima.alchemy.ts.concept.ConceptFS coveredText concep

Re: Solr UIMA integration problem

2011-08-17 Thread Tommaso Teofili
At a first glance I think the problem is in the 'feature' element which is set to 'title'. The 'feature' element should contain a UIMA Feature of the type defined in element 'type'; for example for SentenceAnnotation [1] defined in HMM Tagger has 'only' the default features of a UIMA Annotation: be

Re: solr- Uima integration

2011-04-19 Thread Tommaso Teofili
Hi Isha 2011/4/18 Isha Garg > Can anyone explain me the what are runtimeParameters specified in the > as in link http://wiki.apache.org/solr/SolrUIMA. also tell me > how to integrate our own analysis engine to solr. I am new to this. the runtimeParameters contains parameters' settings that

Re: solr- Uima integration

2011-04-18 Thread Isha Garg
Hi All! I want to integrate Uima-solr . I followed the steps in the readme file.I am using apache solr3.1. The jar file starts fine. But I dont know the exact syntax in solrj to index my documents for Uima-solr integration .Can anyone help me out rgarding this> Thanks! Isha Garg

Re: solr- Uima integration

2011-04-17 Thread Anuj Kumar
Hi Isha, To integrate your UIMA analysis engine with Solr. Try: http://uima.apache.org/sandbox.html#solrcas.consumer Regards, Anuj On Mon, Apr 18, 2011 at 12:05 PM, Isha Garg wrote: > Hi All! > > Can anyone explain me the what are

Re: Solr UIMA integration

2010-10-06 Thread maheshkumar
Hi Tommaso, Thanks a lot i am able index the content and extract the entities has mentioned by you. I have made the xml content like this Entity.xml Senator Dick Durbin (D-IL) Chicago , March 3,2007. Entity Extraction and it worked. For benefit of others the procedure which i followed

Re: Solr UIMA integration

2010-10-06 Thread Tommaso Teofili
Hi Mahesh, the issue here is that you're not sending a ... to Solr from which UIMAUpdateRequestProcessor extracts text to analyze :) Infact by default UIMAUpdateRequestProcessor extracts text to analyze from that field and send that value to a UIMA pipeline. Obviously you could choose to customize

Re: Solr UIMA integration

2010-10-06 Thread maheshkumar
Hi Tommaso, I will try the service call outside Solr/UIMA. And the text i am using is FileName: Entity.xml Entity.xml Senator Dick Durbin (D-IL) Chicago , March 3, 2007. Entity Extraction and using curl to index it curl http://localhost:8080/solr/update -F solr.bo...@entity.xml

Re: Solr UIMA integration

2010-10-05 Thread Tommaso Teofili
Hi Mahesh, here your AlchemyAPI calls are failing, in fact their status is ERROR (sent by AlchemyAPI webservice itself) so you should try your service call outside Solr/UIMA, for example from their website and see if and why it's failing with the text you're trying to enrich. However you can post h

Re: Solr UIMA integration

2010-10-04 Thread maheshkumar
Hi Tommaso, I have register in the both sites and got the api keys. But i am getting a new error. Oct 4, 2010 6:15:04 PM org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl callAnalysisComponentProcess(405) SEVERE: Exception occurred org.apache.uima.analysis_engine.AnalysisEnginePr

Re: Solr UIMA integration

2010-10-01 Thread Tommaso Teofili
Hi Mahesh , 2010/10/1 maheshkumar > > Thanks a lot for uploading the relevant dependencies jars. The issue was > bcoz of java heap size i increased the heap and the issue was resolved. > > I am happy it solved your issue. > Now i am getting 403 error while connecting to > http://api.opencalais

Re: Solr UIMA integration

2010-10-01 Thread maheshkumar
Hi Tommaso, Thanks a lot for uploading the relevant dependencies jars. The issue was bcoz of java heap size i increased the heap and the issue was resolved. Now i am getting 403 error while connecting to http://api.opencalais.com/enlighten/calais.asmx/Enlighten webservice. Do i need to registry

Re: Solr UIMA integration

2010-09-27 Thread Tommaso Teofili
Hi Maheshkumar, I attached a patch for inclusion of this project as a Solr contrib module [1] , there you can find the patch to apply to the Solr trunk along with needed jars (attached as a zip archive). I think that your issue could be related to the fact that GC project dependency is from Solr 1.

Re: Solr UIMA integration

2010-09-27 Thread maheshkumar
Hi Tommaso, All UIMA dependencies (uima-core,AlchemyAPIAnnotator, OpenCalaisAnnotator, Tagger, WhitespaceTokenizer) are 2.3.1-SNAPSHOT. All are checkout from svn AlchemyAPIAnnotator: http://svn.apache.org/repos/asf/uima/sandbox/trunk/AlchemyAPIAnnotator OpenCalaisAnnotator: http://svn.apache.org

Re: Solr UIMA integration

2010-09-24 Thread Tommaso Teofili
Hi Maheshkumar, I never had this one before, which version of UIMA dependencies (uima-core, AlchemyAPIAnnotator, OpenCalaisAnnotator, Tagger, WhitespaceTokenizer) are you using? It should be 2.3.1-SNAPSHOT. Which version of Solr? It seems that there is a problem in Tagger reading its model (to gene

Re: Solr UIMA integration

2010-09-24 Thread maheshkumar
I have configured solr and uima has described by you. I have the following dependency jars also AlchemyAPIAnnotator.jar commons-beanutils-1.7.0.jar commons-digester-2.0.jar commons-lang-2.4.jar OpenCalaisAnnotator.jar slf4j-api-1.5.5.jar slf4j-jdk14-1.5.5.jar solr-uima.jar Tagger.jar uima-core.jar

Re: Solr UIMA integration

2010-09-21 Thread Grant Ingersoll
On Sep 20, 2010, at 6:35 AM, Tommaso Teofili wrote: > Hi all, > I am working on integrating Apache UIMA as un UpdateRequestProcessor for > Apache Solr and I am now at the first working snapshot. > I put the code on GoogleCode [1] and you can take a look at the tutorial > [2]. > > I would be glad

Re: Solr UIMA integration

2010-09-21 Thread Tommaso Teofili
2010/9/20 Dennis Gearon > Looks like a great scraping engine technology :-) > Dennis Gearon > 2010/9/20 Jan Høydahl / Cominvent > Really cool what you've done. Looking forward to testing it, and I'm sure > it's a welcome contribution to Solr. > You can easily contribute your code by opening

Re: Solr UIMA integration

2010-09-20 Thread Dennis Gearon
Looks like a great scraping engine technology :-) Dennis Gearon Signature Warning EARTH has a Right To Life, otherwise we all die. Read 'Hot, Flat, and Crowded' Laugh at http://www.yert.com/film.php --- On Mon, 9/20/10, Tommaso Teofili wrote: > From: Tommaso Teofili > Subj

Re: Solr UIMA integration

2010-09-20 Thread Jan Høydahl / Cominvent
Hi Tommaso, Really cool what you've done. Looking forward to testing it, and I'm sure it's a welcome contribution to Solr. You can easily contribute your code by opening a JIRA issue and attaching a patch file. BTW Have you considered making the output field names configurable on a per instanc