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
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
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
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
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
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