You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/11/03 10:02:10 UTC

svn commit: r1405312 - in /stanbol/trunk/demos/ehealth: ./ src/main/resources/config/ src/main/resources/datafiles/

Author: rwesten
Date: Sat Nov  3 09:02:09 2012
New Revision: 1405312

URL: http://svn.apache.org/viewvc?rev=1405312&view=rev
Log:
STANBOL-791: Updated the eHealth demo to include the BioNLP2004 OpenNLP NER modles and an configuration of the CustomNerModelExtractionEngine (STANBOL-792). This demo will be extended to also include NamedEntityLinking as soon as STANBOL-793 is implemented

Added:
    stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-ehealthner.config
    stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.engines.opennlp.impl.CustomNERModelEnhancementEngine-ehealthner.config
    stanbol/trunk/demos/ehealth/src/main/resources/datafiles/
    stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-DNA-en.bin   (with props)
    stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-RNA-en.bin   (with props)
    stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_line-en.bin   (with props)
    stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_type-en.bin   (with props)
    stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-protein-en.bin   (with props)
Modified:
    stanbol/trunk/demos/ehealth/pom.xml

Modified: stanbol/trunk/demos/ehealth/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/pom.xml?rev=1405312&r1=1405311&r2=1405312&view=diff
==============================================================================
--- stanbol/trunk/demos/ehealth/pom.xml (original)
+++ stanbol/trunk/demos/ehealth/pom.xml Sat Nov  3 09:02:09 2012
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.demo.ehealth</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.10.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Demo: ehealth</name>
@@ -47,6 +47,10 @@
         <configuration>
           <instructions>
             <Install-Path>config</Install-Path>
+            <Data-Files>datafiles</Data-Files>
+            <Data-Files-Priority>
+              -100
+            </Data-Files-Priority>
           </instructions>
         </configuration>
       </plugin>

Added: stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-ehealthner.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-ehealthner.config?rev=1405312&view=auto
==============================================================================
--- stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-ehealthner.config (added)
+++ stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain-ehealthner.config Sat Nov  3 09:02:09 2012
@@ -0,0 +1,3 @@
+stanbol.enhancer.chain.weighted.chain=["tika;optional","langid","ehealth-ner"]
+service.ranking=I"0"
+stanbol.enhancer.chain.name="ehealth-ner"

Added: stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.engines.opennlp.impl.CustomNERModelEnhancementEngine-ehealthner.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.engines.opennlp.impl.CustomNERModelEnhancementEngine-ehealthner.config?rev=1405312&view=auto
==============================================================================
--- stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.engines.opennlp.impl.CustomNERModelEnhancementEngine-ehealthner.config (added)
+++ stanbol/trunk/demos/ehealth/src/main/resources/config/org.apache.stanbol.enhancer.engines.opennlp.impl.CustomNERModelEnhancementEngine-ehealthner.config Sat Nov  3 09:02:09 2012
@@ -0,0 +1,3 @@
+stanbol.enhancer.engine.name="ehealth-ner"
+stanbol.engines.opennlp-ner.nameFinderModels=["bionlp2004-DNA-en.bin","bionlp2004-protein-en.bin","bionlp2004-cell_type-en.bin","bionlp2004-cell_line-en.bin","bionlp2004-RNA-en.bin"]
+stanbol.engines.opennlp-ner.typeMappings=["DNA\ >\ http://www.bootstrep.eu/ontology/GRO#DNA","RNA\ >\ http://www.bootstrep.eu/ontology/GRO#RNA","protein\ >\ http://www.bootstrep.eu/ontology/GRO#Protein","cell_type\ >\ http://purl.bioontology.org/ontology/CL","cell_line\ >\ http://purl.bioontology.org/ontology/MCCL"]

Added: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-DNA-en.bin
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-DNA-en.bin?rev=1405312&view=auto
==============================================================================
Binary file - no diff available.

Propchange: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-DNA-en.bin
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-RNA-en.bin
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-RNA-en.bin?rev=1405312&view=auto
==============================================================================
Binary file - no diff available.

Propchange: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-RNA-en.bin
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_line-en.bin
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_line-en.bin?rev=1405312&view=auto
==============================================================================
Binary file - no diff available.

Propchange: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_line-en.bin
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_type-en.bin
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_type-en.bin?rev=1405312&view=auto
==============================================================================
Binary file - no diff available.

Propchange: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-cell_type-en.bin
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-protein-en.bin
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-protein-en.bin?rev=1405312&view=auto
==============================================================================
Binary file - no diff available.

Propchange: stanbol/trunk/demos/ehealth/src/main/resources/datafiles/bionlp2004-protein-en.bin
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream