Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: General
Solr + DictionaryAnnotator UIMA
 

Index | Next | Previous | View Flat


pacoperalta at hotmail

Jun 8, 2011, 2:16 AM


Views: 538
Permalink
Solr + DictionaryAnnotator UIMA

Hi.
I'm trying to integrate DictionaryAnnotator into the UIMA module of Solr
3.1
For this purposes I have rebuild apache-solr-uima-3.2.0.jar with changes
detailed bellow:

1.-Modified OverridingParamsExtServicesAE.xml file as follow:

Added the next section into <delegateAnalysisEngineSpecifiers>:

<delegateAnalysisEngine key="DictionaryAnnotator">
<import name="DictionaryAnnotator"/>
</delegateAnalysisEngine>


2.- Modified the <flowConstraints> sections for adding DictionaryAnnotator
node:
<fixedFlow>
<node>AggregateSentenceAE</node>
<node>OpenCalaisAnnotator</node>
<node>TextKeywordExtractionAEDescriptor</node>
<node>TextLanguageDetectionAEDescriptor</node>
<node>TextCategorizationAEDescriptor</node>
<node>TextConceptTaggingAEDescriptor</node>
<node>TextRankedEntityExtractionAEDescriptor</node>
<node>DictionaryAnnotator</node>
</fixedFlow>


3.- Added org/apache/uima/desc/DictionaryAnnotator.xml
http://lucene.472066.n3.nabble.com/file/n3038392/DictionaryAnnotator.xml
DictionaryAnnotator.xml

4.- Added org/apache/uima/desc/dictionary.xml with words for testing
Dictionay Annotators
http://lucene.472066.n3.nabble.com/file/n3038392/dictionary.xml
dictionary.xml

5.- Generated the file apache-solr-uima-3.2.0.jar


Then I modified solrconfig.xml to add the next FieldMapping:
<lst name="type">
<str name="name">org.apache.uima.TokenAnnotation</str>
<lst name="mapping">
<str name="feature">tokenType</str>
<str name="field">dic_field</str>
</lst>
</lst>

After these steps I don't get the expected results.

Did I need to take any additional steps?

Thanks
Best Regards pacoperalta [at] hotmail





--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-DictionaryAnnotator-UIMA-tp3038392p3038392.html
Sent from the Lucene - General mailing list archive at Nabble.com.

Subject User Time
Solr + DictionaryAnnotator UIMA pacoperalta at hotmail Jun 8, 2011, 2:16 AM
    Re: Solr + DictionaryAnnotator UIMA tommaso.teofili at gmail Jun 8, 2011, 10:52 AM
        Re: Solr + DictionaryAnnotator UIMA pacoperalta at hotmail Jun 9, 2011, 1:02 AM
            Re: Solr + DictionaryAnnotator UIMA tommaso.teofili at gmail Jun 9, 2011, 1:43 AM
                Re: Solr + DictionaryAnnotator UIMA koji at r Jun 9, 2011, 6:25 AM
                    Re: Solr + DictionaryAnnotator UIMA pacoperalta at hotmail Jun 9, 2011, 11:14 PM
                Re: Solr + DictionaryAnnotator UIMA pacoperalta at hotmail Jun 10, 2011, 3:36 AM
                    Re: Solr + DictionaryAnnotator UIMA garduno at gmail Jun 10, 2011, 5:16 AM
                        Re: Solr + DictionaryAnnotator UIMA tommaso.teofili at gmail Jun 10, 2011, 7:25 AM
    Re: Solr + DictionaryAnnotator UIMA garduno at gmail Jun 9, 2011, 7:05 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.