Re: Integrate solr with openNLP

2014-09-10 Thread Aman Tandon
: Can anyone pleas reply..? Thanks, Vivek -- Forwarded message -- From: Vivekanand Ittigi vi...@biginfolabs.com Date: Wed, Jun 4, 2014 at 4:38 PM Subject: Re: Integrate solr with openNLP To: Tommaso Teofili tommaso.teof...@gmail.com Cc: solr-user

Re: Integrate solr with openNLP

2014-09-10 Thread Vivekanand Ittigi
, 2014 at 11:00 AM, Vivekanand Ittigi vi...@biginfolabs.com wrote: Can anyone pleas reply..? Thanks, Vivek -- Forwarded message -- From: Vivekanand Ittigi vi...@biginfolabs.com Date: Wed, Jun 4, 2014 at 4:38 PM Subject: Re: Integrate solr

Re: Integrate solr with openNLP

2014-06-09 Thread Vivekanand Ittigi
...@biginfolabs.com wrote: Can anyone pleas reply..? Thanks, Vivek -- Forwarded message -- From: Vivekanand Ittigi vi...@biginfolabs.com Date: Wed, Jun 4, 2014 at 4:38 PM Subject: Re: Integrate solr with openNLP To: Tommaso Teofili tommaso.teof...@gmail.com Cc: solr-user

Re: Integrate solr with openNLP

2014-06-06 Thread Aman Tandon
at 11:00 AM, Vivekanand Ittigi vi...@biginfolabs.com wrote: Can anyone pleas reply..? Thanks, Vivek -- Forwarded message -- From: Vivekanand Ittigi vi...@biginfolabs.com Date: Wed, Jun 4, 2014 at 4:38 PM Subject: Re: Integrate solr with openNLP To: Tommaso Teofili

Re: Integrate solr with openNLP

2014-06-04 Thread Tommaso Teofili
Hi all, Ahment was suggesting to eventually use UIMA integration because OpenNLP has already an integration with Apache UIMA and so you would just have to use that [1]. And that's one of the main reason UIMA integration was done: it's a framework that you can easily hook into in order to plug

Re: Integrate solr with openNLP

2014-06-04 Thread Vivekanand Ittigi
Hi Tommaso, Yes, you are right. 4.4 version will work.. I'm able to compile now. I'm trying to apply named recognition(person name) token but im not seeing any change. my schema.xml looks like this: field name=text type=text_opennlp_pos_ner indexed=true stored=true multiValued=true/ fieldType

Re: Integrate solr with openNLP

2014-06-03 Thread Ahmet Arslan
Hi, Please tell us what you are trying to in a new treat. Your high level goal. There may be some other ways/tools such as ( https://stanbol.apache.org ) other than OpenNLP. On Tuesday, June 3, 2014 8:31 AM, Vivekanand Ittigi vi...@biginfolabs.com wrote: We'll surely look into UIMA

Re: Integrate solr with openNLP

2014-06-03 Thread Vivekanand Ittigi
Entire goal cant be said but one of those tasks can be like this.. we have big document(can be website or pdf etc) indexed to the solr. Lets say field name=content will sore store the contents of document. All i want to do is pick name of persons,places from it using openNLP or some other means.

Re: Integrate solr with openNLP

2014-06-03 Thread Vivekanand Ittigi
Hi Ahmet, I followed what you said https://cwiki.apache.org/confluence/display/solr/UIMA+Integration. But how can i achieve my goal? i mean extracting only name of the organization or person from the content field. I guess i'm almost there but something is missing? please guide me Thanks, Vivek

Re: Integrate solr with openNLP

2014-06-03 Thread Ahmet Arslan
Hi Vivekanand, I have never use UIMA+Solr before. Personally I think it takes more time to learn how to configure/use these uima stuff. If you are familiar with java, write a class that extends UpdateRequestProcessor(Factory). Use OpenNLP for NER, add these new fields (organisation, city,

Re: Integrate solr with openNLP

2014-06-03 Thread Vivekanand Ittigi
Okay, but i dint understand what you said. Can you please elaborate. Thanks, Vivek On Tue, Jun 3, 2014 at 5:36 PM, Ahmet Arslan iori...@yahoo.com wrote: Hi Vivekanand, I have never use UIMA+Solr before. Personally I think it takes more time to learn how to configure/use these uima stuff.

Re: Integrate solr with openNLP

2014-06-03 Thread Ahmet Arslan
Can you extract names, locations etc using OpenNLP in plain/straight java program? If yes, here are two seperate options :  1) Use http://searchhub.org/2012/02/14/indexing-with-solrj/ as an example to integrate your NER code into it and write your own indexing code. You have the full power

Re: Integrate solr with openNLP

2014-06-02 Thread Ahmet Arslan
Hi, Uncommitted code could have these kind of problems. It is not guaranteed to work with latest trunk. You could commend the problem you face on the jira ticket. By the way, may be you are after something doable with already committed UIMA stuff?

Re: Integrate solr with openNLP

2014-06-02 Thread Vivekanand Ittigi
Hi Arslan, If not uncommitted code, then which code to be used to integrate? If i have to comment my problems, which jira and how to put it? And why you are suggesting UIMA integration. My requirements is integrating with openNLP.? You mean we can do all the acitivties through UIMA as we do it

Re: Integrate solr with openNLP

2014-06-02 Thread Ahmet Arslan
Hi, Here is the jira issue : https://issues.apache.org/jira/browse/LUCENE-2899  Anyone can create an account.  I didn't use UIMA by myself and I have little knowledge about it. But I believe it is possible to use OpenNLP inside UIMA. You need to dig into UIMA documentation. Solr UIMA

Re: Integrate solr with openNLP

2014-06-02 Thread Vivekanand Ittigi
Thanks, I will check with the jira.. but you dint answe my first question..? And there's no way to integrate solr with openNLP?or is there any committed code, using which i can go head. Thanks, Vivek On Mon, Jun 2, 2014 at 10:30 PM, Ahmet Arslan iori...@yahoo.com wrote: Hi, Here is the jira

Re: Integrate solr with openNLP

2014-06-02 Thread Ahmet Arslan
Hi, I believe I answered it. Let me re-try,  There is no committed code for OpenNLP. There is an open ticket with patches. They may not work with current trunk. Confluence is the official documentation. Wiki is maintained by community. Meaning wiki can talk about some uncommitted

Re: Integrate solr with openNLP

2014-06-02 Thread Vivekanand Ittigi
We'll surely look into UIMA integration. But before moving, is this( https://wiki.apache.org/solr/OpenNLP ) the only link we've got to integrate?isn't there any other article or link which may help us to do fix this problem. Thanks, Vivek On Tue, Jun 3, 2014 at 2:50 AM, Ahmet Arslan