Re: Solr UIMA Custom Annotator PEAR file installation on Linux

2016-01-11 Thread techqnq
Hi, Tommaso Teofili: any help on this ^ -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-Custom-Annotator-PEAR-file-installation-on-Linux-tp4249302p4250054.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA Custom Annotator PEAR file installation on Linux

2016-01-08 Thread techqnq
Yes, I want to use PEAR file to provide my custom annotator for the solr UIMA UpdateProcessor. Basically I have written a custom annotator to capture the certain type of data from "content" and copies over to other solr field. Generated the PEAR file using eclipse UIMA plugins. All wel

Re: Solr UIMA Custom Annotator PEAR file installation on Linux

2016-01-08 Thread Tommaso Teofili
Hi, do you mean you want to use a PEAR to provide the Annotator for the Solr UIMA UpdateProcessor ? Can you please detail a bit more your needs? Regards, Tommaso 2016-01-08 1:57 GMT+01:00 techqnq : > implemented custom annotator and generated the PEAR file. > Windos has the PEAR ins

Solr UIMA Custom Annotator PEAR file installation on Linux

2016-01-07 Thread techqnq
implemented custom annotator and generated the PEAR file. Windos has the PEAR installer utility but how to do this from command line or what other options on Linux OS? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-Custom-Annotator-PEAR-file-installation-on-Linux

Re: Solr UIMA Part Of Speech Tagging

2015-07-07 Thread techqnq
standard template; hope this helps. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-Part-Of-Speech-Tagging-tp4215904p4216205.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA Part Of Speech Tagging

2015-07-06 Thread Alessandro Benedetti
ot;. *Pattern I > want > > is word/posTag* > > > > Anyone came across similar issue before or anyone know how to resolve > this > > problem? Is there any way of doing this in "fieldMappings" section in > > solrconfig.xml file? > > > > > > OTHER DETAILS: > > > > AggregateSentenceAE.xml file

Re: Solr UIMA Part Of Speech Tagging

2015-07-06 Thread Erik Hatcher
AILS: > > AggregateSentenceAE.xml file snip: > / > > > > allAnnotatorFeatures="true">org.apache.uima.SentenceAnnotation > allAnnotatorFeatures="true">org.apache.uima.TokenAnnotation > > > >/ > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-UIMA-Part-Of-Speech-Tagging-tp4215904.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr UIMA Part Of Speech Tagging

2015-07-06 Thread techqnq
/ -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-Part-Of-Speech-Tagging-tp4215904.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr uima and opennlp

2015-06-01 Thread Tommaso Teofili
. > > Cheers > Andreea > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-uima-and-opennlp-tp4206873p4208348.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: solr uima and opennlp

2015-05-28 Thread hossmaa
Hi Tommaso Thanks for the quick reply! I have another question about using the Dictionary Annotator, but I guess it's better to post it separately. Cheers Andreea -- View this message in context: http://lucene.472066.n3.nabble.com/solr-uima-and-opennlp-tp4206873p4208348.html Sent fro

Re: solr uima and opennlp

2015-05-21 Thread Tommaso Teofili
ards, Tommaso > > Thanks! > Andreea > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-uima-and-opennlp-tp4206873.html > Sent from the Solr - User mailing list archive at Nabble.com. >

solr uima and opennlp

2015-05-21 Thread hossmaa
! Andreea -- View this message in context: http://lucene.472066.n3.nabble.com/solr-uima-and-opennlp-tp4206873.html Sent from the Solr - User mailing list archive at Nabble.com.

solr uima and opencalais

2014-07-28 Thread tomcool
Hi. I'm looking into different possibilities of named-entity extraction features offered by Solr uima. The OpenCalais web service would fit my needs, but I can't get it to work right. First question : is the openCalais annotator up to date ? Right now, I can send a request to the

Re: Solr UIMA

2013-02-21 Thread Chris Hostetter
: Subject: Solr UIMA : References: <5123b218.7050...@juntadeandalucia.es> : In-reply-to: <5123b218.7050...@juntadeandalucia.es> https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not

Re: Solr UIMA

2013-02-21 Thread Tommaso Teofili
Hi Bart, I think the only way you can do that is by reindexing, or maybe by just doing a dummy atomic update [1] to each of the documents (e.g. adding or changing a field of type 'ignored' or something like that) that weren't "tagged" by UIMA before. Regards, Tommaso [1] : http://wiki.apache.org

Solr UIMA

2013-02-20 Thread jazzsalsa
Reposted because I did not arrive at the list (I didn't see it)On Feb 20, 2013, at 12:42 PM, jazz wrote:Hi, I managed to get Solr and UIMA work together. When I send a document to Solr it annotates the field "contents" and adds the result of the UIMA annotations to e.g. a field "location". My que

Re: Solr UIMA

2013-02-20 Thread Alexandre Rafalovitch
Why not just reindex? I could think of a couple of ugly hacks, but reindex is better first option. Regards, Alex On 20 Feb 2013 15:43, "jazz" wrote: > Hi, > > I managed to get Solr and UIMA work together. When I send a document to > Solr it annotates the field "contents" and adds the result

Solr UIMA

2013-02-20 Thread jazz
Hi, I managed to get Solr and UIMA work together. When I send a document to Solr it annotates the field "contents" and adds the result of the UIMA annotations to e.g. a field "location". My question is: how do I annotate the contents of an already existing solr database without triggering an /u

Re: Solr UIMA with KEA

2012-11-23 Thread Tommaso Teofili
ses from solr document at > index time? > > I know we can use solr UIMA library to enrich solr document with metadata > but it require alchemy API key (which we have to purchase for commercial > use) . Can we wrap KeyPhraseExtractor(KEA) in UIMA for this purpose if yes > th

RE: Solr UIMA with KEA

2012-11-22 Thread Markus Jelsma
Sorry, wrong list :) -Original message- > From:Markus Jelsma > Sent: Fri 23-Nov-2012 08:32 > To: solr-user@lucene.apache.org > Subject: RE: Solr UIMA with KEA > > See: > http://nutch.apache.org/apidocs-2.1/org/apache/nutch/crawl/AdaptiveFetchSchedule.html &

RE: Solr UIMA with KEA

2012-11-22 Thread Markus Jelsma
See: http://nutch.apache.org/apidocs-2.1/org/apache/nutch/crawl/AdaptiveFetchSchedule.html -Original message- > From:nutchsolruser > Sent: Fri 23-Nov-2012 06:53 > To: solr-user@lucene.apache.org > Subject: Solr UIMA with KEA > > Is there any way we can extract tags

Solr-UIMA integration : analyzing multi-fields

2012-11-02 Thread vempap
6.n3.nabble.com/Solr-UIMA-integration-analyzing-multi-fields-tp4017890.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR UIMA - posTag

2012-05-08 Thread Lance Norskog
hat I am thinking, is right approach or not? > Or is there any better solution for boosting documents on the basis of > posTag? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-UIMA-posTag-tp3971101.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Lance Norskog goks...@gmail.com

SOLR UIMA - posTag

2012-05-08 Thread hemantverm...@gmail.com
better solution for boosting documents on the basis of posTag? -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-UIMA-posTag-tp3971101.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: help needed on solr-uima integration

2011-10-27 Thread Xue-Feng Yang
$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) From: Koji Sekiguchi To: solr-user@lucene.apache.org Sent: Thursday, October 27, 2011 7:25:09 AM Subject: Re: help needed on solr-uima integration (11/10/27 9:12), Xue-Feng Yang wrote

Re: help needed on solr-uima integration

2011-10-27 Thread Xue-Feng Yang
$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) From: Koji Sekiguchi To: solr-user@lucene.apache.org Sent: Thursday, October 27, 2011 7:25:09 AM Subject: Re: help needed on solr-uima integration (11/10/27 9:12), Xue-Feng Yang wrote

Re: help needed on solr-uima integration

2011-10-27 Thread Koji Sekiguchi
(11/10/27 9:12), Xue-Feng Yang wrote: Hi, From Solr Info page, I can see my solr-uima core is there, but updateRequestProcessorChain is not there. What is the reason? Because UpdateRequestProcessor(and Chain) is not type of SolrInfoMBean. (As those classes in the page implement

Re: help needed on solr-uima integration

2011-10-26 Thread Xue-Feng Yang
Hi, From Solr Info page, I can see my solr-uima core is there, but updateRequestProcessorChain is not there. What is the reason? Thanks, Xue-Feng From: Xue-Feng Yang To: "solr-user@lucene.apache.org" Sent: Wednesday, October 26, 2011 7:56:21

Re: help needed on solr-uima integration

2011-10-26 Thread Xue-Feng Yang
Hi, Is there logging for uima? From Logging in Solr Admin page, I couldn't find it. Thanks, Xue-Feng From: Xue-Feng Yang To: "solr-user@lucene.apache.org" Sent: Tuesday, October 25, 2011 8:50:05 PM Subject: Re: help needed on solr-uima

Re: help needed on solr-uima integration

2011-10-25 Thread Xue-Feng Yang
I configured solr-uima integration as the resource() I could found, but the data import results had empty data from uima. The other fields not from uima were there and no error messages. The following were the steps I did: 1) set shema.xml with all fields of both uima and non uima. 2) set

Re: help needed on solr-uima integration

2011-10-24 Thread Xue-Feng Yang
Thanks Koji. I found it. I should the solution there. Xue-Feng From: Koji Sekiguchi To: solr-user@lucene.apache.org Sent: Monday, October 24, 2011 7:30:01 AM Subject: Re: help needed on solr-uima integration (11/10/24 17:42), Xue-Feng Yang wrote: >

Re: help needed on solr-uima integration

2011-10-24 Thread Koji Sekiguchi
(11/10/24 17:42), Xue-Feng Yang wrote: Hi, Where can I find test code for solr-uima component? You should find them under: solr/contrib/uima/src/test koji -- Check out "Query Log Visualizer" for Apache Solr http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html http://www.rondhuit.com/en/

Re: help needed on solr-uima integration

2011-10-24 Thread Xue-Feng Yang
Hi, Where can I find test code for solr-uima component? Thanks, Xue-Feng From: Xue-Feng Yang To: "solr-user@lucene.apache.org" Sent: Sunday, October 23, 2011 3:43:58 AM Subject: help needed on solr-uima integration Hi, After google online, som

help needed on solr-uima integration

2011-10-23 Thread Xue-Feng Yang
Hi, After google online, some parts in the "puzzle" still missing. The best is to find a simple example showing the whole process. Is there any example like apache-uima/examples/descriptors/tutorial/ex3 RoomNumber and DateTime integrated into solr?  In particular, how to feed "text" into solr f

Re: solr UIMA exception

2011-08-30 Thread chanhangfai
thanks Tommaso, there is some problem in my solrconfig.xml. now its fixed. thanks again. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-UIMA-exception-tp3285158p3295743.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr UIMA exception

2011-08-29 Thread Tommaso Teofili
The UIMA AlchemyAPI annotator is failing for you due to an error no server side and I think you should look at your Solr UIMA configuration as it seem you wanted to extract entities from text: "Senator Dick Durbin (D-IL) Chicago , March 3,2007." while the

solr UIMA exception

2011-08-25 Thread chanhangfai
Hi, I have followed this solr UIMA config, using AlchemyAPIAnnotator and OpenCalaisAnnotator. https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/contrib/uima/README.txt http://wiki.apache.org/solr/SolrUIMA so, I got the AlchemyAPI key and OpenCalais key. and I can successfully hit http

Re: Solr UIMA integration problem

2011-08-17 Thread solr nps
n following instructions at > > > > > https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_3/solr/contrib/uima/README.txt > > > > My setup looks like the following. > > > > solr lib directory contains the following jars > > > > apache-solr-ui

Re: Solr UIMA integration problem

2011-08-17 Thread Tommaso Teofili
> > My setup looks like the following. > > solr lib directory contains the following jars > > apache-solr-uima-3.3.0.jar > commons-digester-2.0.jar > uima-an-alchemy-2.3.1-SNAPSHOT-r1062868.jar > uima-an-calais-2.3.1-SNAPSHOT-r1062868.jar > uima-an-tagger-2.3.1-SNAPSH

Solr UIMA integration problem

2011-08-16 Thread solr nps
Hello, I am using Solr 3.3. I have been following instructions at https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_3/solr/contrib/uima/README.txt My setup looks like the following. solr lib directory contains the following jars apache-solr-uima-3.3.0.jar commons-digester-2.0.jar

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-14 Thread Sowmya V.B.
Hi All I worked without integrating UIMA in to Solr but doing it seperately..and it worked now! I did not use the Solr-UIMA update processor this time. What I did is this: 1) Take the document, extract the static fields i need... and later send it in to the pipeline. 2) Take the output of the

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-14 Thread Tommaso Teofili
a:105) >at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:49) >at indexerapp.ir4llSolrIndexer.indexAll(ir4llSolrIndexer.java:150) > > > Now, I began tracing back from the instructional README.txt file. A few > doubts: > > 1) copy generated solr-uima jar and its libs (under co

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Sowmya V.B.
ing back from the instructional README.txt file. A few doubts: 1) copy generated solr-uima jar and its libs (under contrib/uima/lib) inside a Solr libraries directory. or set tags in solrconfig.xml appropriately to point those jar files. -Which Solr Libraries directory does this refer to?? Does

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Tommaso Teofili
ds as required. > All > >> docs > >> MUST have those fields (I admit the error message could be more > >> informative). So it sounds like things are behaving as I'd expect, your > >> documents just don't contain the required fields. > >> > >>

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Erick Erickson
;> informative). So it sounds like things are behaving as I'd expect, your >> documents just don't contain the required fields. >> >> Best >> Erick >> >> On Wed, Jul 13, 2011 at 4:54 AM, Sowmya V.B. wrote: >> > Hi All >> > >> >

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Sowmya V.B.
I have a problem making the indexer work with the UIMA fields. > > > > Here is what I did (With the help of this community): I compiled a > > Solr-UIMA-snapshot, using "ant clean dist", by adding my own annotators > > there. > > It compiled without any e

Re: (Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Erick Erickson
rick On Wed, Jul 13, 2011 at 4:54 AM, Sowmya V.B. wrote: > Hi All > > I have a problem making the indexer work with the UIMA fields. > > Here is what I did (With the help of this community): I compiled a > Solr-UIMA-snapshot, using "ant clean dist", by adding my own anno

(Solr-UIMA) Indexing problems with UIMA fields.

2011-07-13 Thread Sowmya V.B.
Hi All I have a problem making the indexer work with the UIMA fields. Here is what I did (With the help of this community): I compiled a Solr-UIMA-snapshot, using "ant clean dist", by adding my own annotators there. It compiled without any errors. and i obtained a jar file. Now, fol

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-12 Thread Sowmya V.B.
Hi I've fixed the missing license issues by attaching a license.txt file to my jar files. Everything gets built now, with a single error. /Users/svajjala/Downloads/apache-solr-3.3.0/solr/contrib/uima/src/main/java/org/apache/solr/uima/processor/UIMAToSolrMapper.java:62:

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-12 Thread Sowmya V.B.
Hi Koji Yes, I do use SolrJ. I began recompiling the whole thing... since I thought the problem is the UIMA snapshot. Previously, I compiled files from eclipse and it worked fine. (Now I realize that eclipse compiled it because I added my jar files to its build path) I am now getting build error

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-12 Thread Koji Sekiguchi
Hmm, I'm bit confused. Do you really use SolrJ ? If so: > If I put it inside /update, the following is the stacktrace: > request: > http://localhost:8080/apache-solr-3.3.0/update/javabin?wt=javabin&version=2 > org.apache.solr.common.SolrException: Bad Request what did you mean by "it" and why d

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-12 Thread Sowmya V.B.
Yes, I do have an '/update/javabin' request handler in SolrConfig. But, should I remove that? I tried putting the UIMA update chain inside /update/javabin instead of /update request handler.. uima .and here is the stacktrace: request: http://localhost:8080/apache-solr-3.3.0/update

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Koji Sekiguchi
I don't think you have wrong setting in UIMA, but you may have the request handler named "/update/javabin" in solrconfig.xml is not correct? koji -- http://www.rondhuit.com/en/ (11/07/12 0:52), Sowmya V.B. wrote: Hi I just added the fields which are added to the index by one of the annotators

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Sowmya V.B.
Hi I just added the fields which are added to the index by one of the annotators to the index, in the fieldmappings section. I am not getting any compilation errors and still see the admin interface. However, when I index, i just get a SolrException, org.apache.solr.common.SolrException: Bad Requ

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Koji Sekiguchi
disclaimer: I'm not an expert of UIMA. I've just started using it when Solr 3.1 integrated UIMA! Thanks for the clarification. Now, I get it. Should section mention all the annotators, even if the annotators do not add any new fields? For example, if I have a pipeline, starting from "parser"

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Sowmya V.B.
namefield (where namefield is >>>> the field I declared in schema.xml, say) >>>> >>>> >>>> >>>> next.NamedEntity >>>> >>>>

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Koji Sekiguchi
, Koji Sekiguchi wrote: (11/07/08 16:19), Sowmya V.B. wrote: Hi Koji Thanks for the mail. Thanks for all the clarifications. I am now using the version 3.3.. But, another query that I have about this is: How can I add an annotator that I wrote myself, in to Solr-UIMA? Here is what I d

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-11 Thread Sowmya V.B.
the >> same class (next.NamedEntity, in this case)? >> >> I am sorry for repeated mails...but its a bit confusing, because there is >> no >> README file. >> Thankyou once again! >> >> Sowmya. >> >> On Fri, Jul 8, 2011 at 4:07 PM, Koji Sekiguchi

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-08 Thread Koji Sekiguchi
hanks for all the clarifications. I am now using the version 3.3.. But, another query that I have about this is: How can I add an annotator that I wrote myself, in to Solr-UIMA? Here is what I did before I moved to Solr: I wrote an annotator (which worked when I used plain vanilla lucene based

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-08 Thread Sowmya V.B.
1 at 4:07 PM, Koji Sekiguchi wrote: > (11/07/08 16:19), Sowmya V.B. wrote: > >> Hi Koji >> >> Thanks for the mail. >> >> Thanks for all the clarifications. I am now using the version 3.3.. But, >> another query that I have about this is: >> How can I add a

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-08 Thread Sujit Pal
(let me know and I won't do it again). http://sujitpal.blogspot.com/2011/06/uima-analysis-engine-for-keyword.html http://sujitpal.blogspot.com/2011/06/running-uima-analysis-engine-in-lucene.html Of course, this is in Lucene land. I haven't worked with the SOLR-UIMA stuff so this may

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-08 Thread Koji Sekiguchi
(11/07/08 16:19), Sowmya V.B. wrote: Hi Koji Thanks for the mail. Thanks for all the clarifications. I am now using the version 3.3.. But, another query that I have about this is: How can I add an annotator that I wrote myself, in to Solr-UIMA? Here is what I did before I moved to Solr: I

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-08 Thread Sowmya V.B.
Hi Koji Thanks for the mail. Thanks for all the clarifications. I am now using the version 3.3.. But, another query that I have about this is: How can I add an annotator that I wrote myself, in to Solr-UIMA? Here is what I did before I moved to Solr: I wrote an annotator (which worked when I

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-07 Thread Koji Sekiguchi
(11/07/07 18:38), Sowmya V.B. wrote: Hi I am trying to add UIMA module in to Solr..and began with the readme file given here. https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_1/solr/contrib/uima/README.txt I would recommend you to use Solr 3.3 rather than 3.1, as we have changed

Re: (Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-07 Thread Sowmya V.B.
Can someone help me with this please? I am not able to understand from the readme.txt file provided in the trunk...how to plugin my own annotator in to solr. Sowmya. On Thu, Jul 7, 2011 at 11:38 AM, Sowmya V.B. wrote: > Hi > > I am trying to add UIMA module in to Solr..and began with the readm

(Solr-UIMA) Doubt regarding integrating UIMA in to solr - Configuration.

2011-07-07 Thread Sowmya V.B.
Hi I am trying to add UIMA module in to Solr..and began with the readme file given here. https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_1/solr/contrib/uima/README.txt I am confused about some points in the readme file and hence the email. 2. modify your schema.xml adding the fiel

Where does the integration happen inside Solr? (Solr-UIMA)

2011-07-06 Thread Sowmya V.B.
Hi All I am trying to port and application developed using Lucene based Indexer + UIMA, in to SOlr+UIMA, for the past 3,4 days. I am not able to comprehend where exactly does the UIMA processing get added. Does it get added after I say something like: UpdateResponse response = server.add

Re: solr- Uima integration

2011-04-19 Thread Tommaso Teofili
rib/uima/src/main/resources/org/apache/uima/desc/OverridingParamsExtServicesAE.xml [2] : https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/contrib/uima/README.txt [3] : http://svn.apache.org/viewvc/lucene/dev/tags/lucene_solr_3_1/solr/contrib/uima/src/test/java/org/apache/solr/uima/processor/UIMAUpdateRequestProcessorTest.java?view=markup

Solr-Uima Integration

2011-04-19 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 . i got the following exception.Can anyone help me out rga

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

solr- Uima integration

2011-04-17 Thread Isha Garg
Hi All! 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. Thanks in advance!

Re: Solr UIMA Wiki page

2011-03-09 Thread Markus Jelsma
Great work! On Wednesday 09 March 2011 11:20:41 Tommaso Teofili wrote: > Hi all, > I just improved the Solr UIMA integration wiki page [1] so if anyone is > using it and/or has any feedback it'd be more than welcome. > Regards, > Tommaso > > [1] : http://wiki.apache.org

Solr UIMA Wiki page

2011-03-09 Thread Tommaso Teofili
Hi all, I just improved the Solr UIMA integration wiki page [1] so if anyone is using it and/or has any feedback it'd be more than welcome. Regards, Tommaso [1] : http://wiki.apache.org/solr/SolrUIMA

Re: solr - uima error

2011-01-30 Thread Darx Oman
Thanx Tommaso now solr starts OK. but what really I don't comprehend is how my text get annotated by UIMA because when I started indexing none of the "UIMA" new fields get data If you please point me to some kind of articles that explain how this thing works...

Re: solr - uima error

2011-01-30 Thread Tommaso Teofili
I found the issue is in the README.txt as the right class to use is UIMAUpdateRequestProcessorFactory, please change that in your solrconfig. Regards, Tommaso 2011/1/30 Darx Oman > Hi > I already copied "apache-solr-uima-4.0-SNAPSHOT.jar"tosolr\lib > but what causin

Re: solr - uima error

2011-01-29 Thread Darx Oman
Hi I already copied "apache-solr-uima-4.0-SNAPSHOT.jar"tosolr\lib but what causing the error is this < updateRequestProcessorChain name="uima"> this class is not found processor class="org.apache.solr.uima.processor.UIMAProcessorFactory

Re: solr - uima error

2011-01-29 Thread Tommaso Teofili
Hi Darx you need to run 'and dist' under solr/contrib/uima and then reference the created jar (under solr/contrib/uima/build) inside the solrconfig.xml ( tag) of your instance. Hope this helps, Tommaso 2011/1/29 Darx Oman > I tried to do the uima integration with solr > I followed the steps in t

solr - uima error

2011-01-28 Thread Darx Oman
I tried to do the uima integration with solr I followed the steps in the readme file using the solr example folder as my solr instance but when I started solr, I got this error message HTTP ERROR 500 Problem accessing /solr/admin/. Reason: Severe errors in solr configuration. Check your log

Re: Solr UIMA integration

2010-10-06 Thread maheshkumar
/uima/sandbox/trunk/WhitespaceTokenizer solr-uima: http://solr-uima.googlecode.com/svn/trunk/solr-uima Step 2: Register in http://www.opencalais.com/apikey & http://www.alchemyapi.com/api/register.html and get the api keys Step 3: as mentioned by Tommaso in http://code.google.com/p/solr-uima/

Re: Solr UIMA integration

2010-10-06 Thread Tommaso Teofili
; so line 57 in UIMAUpdateRequestProcessor should be changed as following to prevent such errors: ... if (textFieldValue != null && !"".equals(textFieldValue) && !"null".equals(textFieldValue)) { ... Hope this helps, Tommaso 2010/10/6 maheshkumar > > Hi Tommaso, > > I wil

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 yo

Re: Solr UIMA integration

2010-10-04 Thread maheshkumar
\data\Education\index,segFN=segments_1,version=1286196269852,generation=1,filenames=[segments_1] Oct 4, 2010 6:15:04 PM org.apache.solr.core.SolrDeletionPolicy updateCommits Thanks Mahesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1629397.html

Re: Solr UIMA integration

2010-10-01 Thread Tommaso Teofili
d in [3] at point 6. Hope this helps, Tommaso [1] : http://www.opencalais.com/apikey [2] : http://www.alchemyapi.com/api/register.html [3] : http://code.google.com/p/solr-uima/wiki/5MinutesTutorial

Re: Solr UIMA integration

2010-10-01 Thread maheshkumar
registry in opencalais.com and get the api keys or how to go about. Thanks Mahesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1613752.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA integration

2010-09-27 Thread Tommaso Teofili
pos/asf/uima/sandbox/trunk/Tagger > WhitespaceTokenizer: > http://svn.apache.org/repos/asf/uima/sandbox/trunk/WhitespaceTokenizer > > solr-uima: http://solr-uima.googlecode.com/svn/trunk/solr-uima > > I am using the the latest Solr version checkout from svn i guess it is > greater than 1.

Re: Solr UIMA integration

2010-09-27 Thread maheshkumar
://svn.apache.org/repos/asf/uima/sandbox/trunk/OpenCalaisAnnotator Tagger: http://svn.apache.org/repos/asf/uima/sandbox/trunk/Tagger WhitespaceTokenizer: http://svn.apache.org/repos/asf/uima/sandbox/trunk/WhitespaceTokenizer solr-uima: http://solr-uima.googlecode.com/svn/trunk/solr-uima I am using the the latest

Re: Solr UIMA integration

2010-09-24 Thread Tommaso Teofili
l.initialize(AggregateAnalysisEngine_impl.java:185) >at > > org.apache.uima.impl.AnalysisEngineFactory_impl.produceResource(AnalysisEngineFactory_impl.java:94) >at > > org.apache.uima.impl.CompositeResourceFactory_impl.produceResource(CompositeResourceFactory_impl.j

Re: Solr UIMA integration

2010-09-24 Thread maheshkumar
Request your inputs on this. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-integration-tp1528253p1573577.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA integration

2010-09-21 Thread Grant Ingersoll
entation can > automatically extract document's sentences, language, keywords, concepts and > named entities using Apache UIMA's HMMTagger, OpenCalaisAnnotator and > AlchemyAPIAnnotator components (but it can be easily expanded). > > Any feedback is welcome. > Have a nice da

Re: Solr UIMA integration

2010-09-21 Thread Tommaso Teofili
words, concepts > and > > named entities using Apache UIMA's HMMTagger, OpenCalaisAnnotator and > > AlchemyAPIAnnotator components (but it can be easily expanded). > > > > Any feedback is welcome. > > Have a nice day. > > Tommaso > > > > [1] : http://code.google.com/p/solr-uima/ > > [2] : http://code.google.com/p/solr-uima/wiki/5MinutesTutorial > >

Re: Solr UIMA integration

2010-09-20 Thread Dennis Gearon
mmaso Teofili > Subject: Solr UIMA integration > To: solr-user@lucene.apache.org > Date: Monday, September 20, 2010, 3:35 AM > 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 t

Re: Solr UIMA integration

2010-09-20 Thread Jan Høydahl / Cominvent
> AlchemyAPIAnnotator components (but it can be easily expanded). > > Any feedback is welcome. > Have a nice day. > Tommaso > > [1] : http://code.google.com/p/solr-uima/ > [2] : http://code.google.com/p/solr-uima/wiki/5MinutesTutorial

Solr UIMA integration

2010-09-20 Thread Tommaso Teofili
otator and AlchemyAPIAnnotator components (but it can be easily expanded). Any feedback is welcome. Have a nice day. Tommaso [1] : http://code.google.com/p/solr-uima/ [2] : http://code.google.com/p/solr-uima/wiki/5MinutesTutorial