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/02/19 09:04:36 UTC

svn commit: r1569658 - 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...

Author: fchrist
Date: Wed Feb 19 08:04:35 2014
New Revision: 1569658

URL: http://svn.apache.org/r1569658
Log:
STANBOL-1139 Remove not release relevant stuff

Removed:
    stanbol/tags/apache-stanbol-0.12/PLAYGROUND.txt
    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/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=1569658&r1=1569657&r2=1569658&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/commons/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/commons/pom.xml Wed Feb 19 08:04:35 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=1569658&r1=1569657&r2=1569658&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 Wed Feb 19 08:04:35 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=1569658&r1=1569657&r2=1569658&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/enhancement-engines/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/enhancement-engines/pom.xml Wed Feb 19 08:04:35 2014
@@ -63,7 +63,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=1569658&r1=1569657&r2=1569658&view=diff
==============================================================================
--- stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/pom.xml (original)
+++ stanbol/tags/apache-stanbol-0.12/launchers/bundlelists/pom.xml Wed Feb 19 08:04:35 2014
@@ -80,7 +80,6 @@
     
     <!-- language specific extensions -->
     <module>language-extras/smartcn</module>
-    <module>language-extras/paoding</module>
     <module>language-extras/kuromoji</module>
   </modules>