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 2014/03/27 09:14:03 UTC

svn commit: r1582212 - in /stanbol/trunk/data: ./ opennlp/lang/es/download_models.xml opennlp/lang/es/pom.xml

Author: rwesten
Date: Thu Mar 27 08:14:02 2014
New Revision: 1582212

URL: http://svn.apache.org/r1582212
Log:
merged the change of the download URL for the Spanish OpenNLP models from the 0.12 branch to trunk (related to STANBOL-1298)

Modified:
    stanbol/trunk/data/   (props changed)
    stanbol/trunk/data/opennlp/lang/es/download_models.xml
    stanbol/trunk/data/opennlp/lang/es/pom.xml

Propchange: stanbol/trunk/data/
------------------------------------------------------------------------------
  Merged /stanbol/branches/release-0.12/data:r1581830

Modified: stanbol/trunk/data/opennlp/lang/es/download_models.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/opennlp/lang/es/download_models.xml?rev=1582212&r1=1582211&r2=1582212&view=diff
==============================================================================
--- stanbol/trunk/data/opennlp/lang/es/download_models.xml (original)
+++ stanbol/trunk/data/opennlp/lang/es/download_models.xml Thu Mar 27 08:14:02 2014
@@ -34,7 +34,7 @@
         <!-- there is no sentence detector for es
              so we use the pt for now. -->
         <resources>
-            <url url="${git.model.url}/opennlp-es-maxent-pos-es.bin"/>
+            <url url="${sf.model.url}/opennlp-es-maxent-pos-es.bin"/>
         </resources>
         <mergemapper to="es-pos-maxent.bin"/>
     </copy>

Modified: stanbol/trunk/data/opennlp/lang/es/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/data/opennlp/lang/es/pom.xml?rev=1582212&r1=1582211&r2=1582212&view=diff
==============================================================================
--- stanbol/trunk/data/opennlp/lang/es/pom.xml (original)
+++ stanbol/trunk/data/opennlp/lang/es/pom.xml Thu Mar 27 08:14:02 2014
@@ -59,7 +59,8 @@
     <!-- define the path to/home of the OpenNLP modles-->
     <opennlp.model.path>org/apache/stanbol/data/opennlp</opennlp.model.path>
     <opennlp.model.home>http://dev.iks-project.eu/downloads/opennlp/models-1.5</opennlp.model.home>
-    <opennlp.git.model.home>https://github.com/utcompling/OpenNLP-Models/raw/58ef0c60031403e66e47ae35edaf58d3478b67af/models/es</opennlp.git.model.home>
+    <!-- no longer used
+    opennlp.git.model.home>https://github.com/utcompling/OpenNLP-Models/raw/master/models/es</opennlp.git.model.home -->
   </properties>
 
   <build>
@@ -110,7 +111,7 @@
               <target>
                 <property name="target.directory" value="${project.basedir}/downloads/resources/${opennlp.model.path}" />
                 <property name="sf.model.url" value="${opennlp.model.home}" />
-                <property name="git.model.url" value="${opennlp.git.model.home}" />
+                <!--  property name="git.model.url" value="${opennlp.git.model.home}" / -->
                                 
                 <echo message="copy OpenNLP models" />
                 <echo message=" FROM ${model.url} " />