Hi Mark, Not sure about the advisability of pursuing UIMA - I’ve never used it with Lucene or Solr - but soon-to-be-released Solr 7.3, will include OpenNLP integration:
* Language analysis, in the Solr reference guide: <https://builds.apache.org/view/L/view/Lucene/job/Solr-reference-guide-7.3/javadoc/language-analysis.html#opennlp-integration> * Language detection, in the Solr reference guide: <https://builds.apache.org/view/L/view/Lucene/job/Solr-reference-guide-7.3/javadoc/detecting-languages-during-indexing.html> * NER, in javadocs (sorry, couldn’t think of a place where a pre-release HTML view is available): <https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=blob;f=solr/contrib/analysis-extras/src/java/org/apache/solr/update/processor/OpenNLPExtractNamedEntitiesUpdateProcessorFactory.java;hb=refs/heads/branch_7_3#l60> -- Steve www.lucidworks.com > On Mar 29, 2018, at 6:40 AM, Mark Robinson <mark123lea...@gmail.com> wrote: > > Hi All, > > Is it still advisable to pursue UIMA or can some one pls advise something > else to check on related to SOLR and NLP? > > Thanks! > Mark > > > ---------- Forwarded message ---------- > From: Mark Robinson <mark123lea...@gmail.com> > Date: Wed, Mar 28, 2018 at 2:21 PM > Subject: UIMA-SOLR integration > To: solr-user@lucene.apache.org > > > Hi, > > I was trying to integrate UIMA into SOLR following the solr docs and many > other hints on the net. > While trying to get a VALID_ALCHEMYAPI_KEY I contacted IBM support and got > the following advice:- > > "As announced a year a go the Alchemy Service was scheduled and shutdown on > March 7th, 2018, and is no longer supported. The AlchemAPI services was > broken down into three other services where AlchemyLanguage has been > replaced by Natural Language Understanding, AlchemyVision by Visual > Recognition, and AlchemyDataNews by Discovery News. The suggestion is to > migrated to the respective merged service in order to be able to take > advantage of the features." > > Could someone please share any other suggestions instead of having to > use ALCHEMYAPI so that I can still continue with my work. > > Note:- I already commented out OPENCALAIS references in > OverridingParamsExtServicesAE.xml as I was getting error with OPEN > CALAIS so was relying only on AlchemyAPI only. > > Any immediate help is greatly appreciated! > > Thanks! > > Mark