You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2014/01/30 09:08:11 UTC

svn commit: r1562714 - in /stanbol/tags/apache-stanbol-0.12: commons/ commons/solr/extras/paoding/ contrib/ demos/crawler/ demos/ehealth/ demos/integritycheck/ enhancement-engines/ enhancement-engines/entitylinking/ enhancement-engines/entitylinking/la...

Author: fchrist
Date: Thu Jan 30 08:08:10 2014
New Revision: 1562714

URL: http://svn.apache.org/r1562714
Log:
STANBOL-1139 Removed not releaseable components, mainly the paoding stuff, demos, metaxa engine

Removed:
    stanbol/tags/apache-stanbol-0.12/commons/solr/extras/paoding/
    stanbol/tags/apache-stanbol-0.12/contrib/
    stanbol/tags/apache-stanbol-0.12/demos/crawler/
    stanbol/tags/apache-stanbol-0.12/demos/ehealth/
    stanbol/tags/apache-stanbol-0.12/demos/integritycheck/
    stanbol/tags/apache-stanbol-0.12/enhancement-engines/entitylinking/labeltokenizer-paoding/
    stanbol/tags/apache-stanbol-0.12/enhancement-engines/metaxa/
    stanbol/tags/apache-stanbol-0.12/enhancement-engines/paoding-token/
    stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/language-extras/paoding/
Modified:
    stanbol/tags/apache-stanbol-0.12/commons/pom.xml
    stanbol/tags/apache-stanbol-0.12/enhancement-engines/entitylinking/pom.xml
    stanbol/tags/apache-stanbol-0.12/enhancement-engines/pom.xml
    stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/pom.xml

Modified: stanbol/tags/apache-stanbol-0.12/commons/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/commons/pom.xml?rev=1562714&r1=1562713&r2=1562714&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/commons/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/commons/pom.xml Thu Jan 30 08:08:10 2014
@@ -92,7 +92,6 @@
     <module>solr/install</module>
     <module>solr/defaults</module>
     <module>solr/extras/smartcn</module> <!-- support for the smartcn (Chinese) analyzer -->
-    <module>solr/extras/paoding</module> <!-- alternative support for Chinese -->
     <module>solr/extras/kuromoji</module> <!-- support for Japanese -->
     <module>solr/extras/icu</module> <!-- support for ICU -->
     <module>solr/extras/stempel</module> <!-- support for the Polish stemmer -->

Modified: stanbol/tags/apache-stanbol-0.12/enhancement-engines/entitylinking/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/enhancement-engines/entitylinking/pom.xml?rev=1562714&r1=1562713&r2=1562714&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/enhancement-engines/entitylinking/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/enhancement-engines/entitylinking/pom.xml Thu Jan 30 08:08:10 2014
@@ -55,7 +55,6 @@
     <module>labeltokenizer-opennlp</module>
     <!-- Chinese Label Tokenizer -->
     <module>labeltokenizer-smartcn</module> <!-- config for the lucene label tokenizer -->
-    <module>labeltokenizer-paoding</module> <!-- implementation based on paoding -->
     <!-- Japanese -->
     <module>labeltokenizer-kuromoji</module> <!-- configuration based on kuromoji-->
   </modules>

Modified: stanbol/tags/apache-stanbol-0.12/enhancement-engines/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/enhancement-engines/pom.xml?rev=1562714&r1=1562713&r2=1562714&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/enhancement-engines/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/enhancement-engines/pom.xml Thu Jan 30 08:08:10 2014
@@ -51,8 +51,6 @@
     <module>tika</module>
     <module>htmlextractor</module>
     <module>xmpextractor</module>
-    <!-- TODO: reactivate as soon as mvn repo is back online -->
-    <!-- module>metaxa</module -->
     <module>refactor</module>
 
     <!-- NLP processing engines -->
@@ -63,7 +61,6 @@
 
     <!-- Chinese language support -->
     <module>smartcn-token</module> <!-- sentence detection and tokenizing -->
-    <module>paoding-token</module> <!-- tokenizing -->
     <module>nlp2rdf</module> <!-- converts AnalyzedText ContentPart to RDF -->
 
     <!-- Japanese NLP processing -->

Modified: stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/pom.xml?rev=1562714&r1=1562713&r2=1562714&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/pom.xml Thu Jan 30 08:08:10 2014
@@ -80,7 +80,6 @@
     
     <!-- language specific extensions -->
     <module>language-extras/smartcn</module>
-    <module>language-extras/paoding</module>
     <module>language-extras/kuromoji</module>
   </modules>