Author: rwesten
Date: Wed Sep 14 09:38:58 2011
New Revision: 1170500
URL: http://svn.apache.org/viewvc?rev=1170500&view=rev
Log:
Changed the download location for the OpenNLP models from
opennlp.sourceforge.net to a mirror on the IKS dev server
(http://dev.iks-project.eu/downloads/opennlp/models-1.5/)
This should solve the issues as discussed in
http://markmail.org/message/edsob5xzvaindbrr
Modified:
incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml
incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml
Modified: incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml?rev=1170500&r1=1170499&r2=1170500&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/lang/en/pom.xml Wed Sep 14 09:38:58
2011
@@ -50,7 +50,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- define the path to/home of the OpenNLP modles-->
<opennlp.model.path>org/apache/stanbol/data/opennlp</opennlp.model.path>
-
<opennlp.model.home>http://opennlp.sourceforge.net/models-1.5</opennlp.model.home>
+
<opennlp.model.home>http://dev.iks-project.eu/downloads/opennlp/models-1.5/</opennlp.model.home>
</properties>
<build>
Modified: incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml?rev=1170500&r1=1170499&r2=1170500&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml (original)
+++ incubator/stanbol/trunk/data/opennlp/ner/en/pom.xml Wed Sep 14 09:38:58 2011
@@ -51,7 +51,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- define the path to/home of the OpenNLP modles-->
<opennlp.model.path>org/apache/stanbol/data/opennlp</opennlp.model.path>
-
<opennlp.model.home>http://opennlp.sourceforge.net/models-1.5</opennlp.model.home>
+
<opennlp.model.home>http://dev.iks-project.eu/downloads/opennlp/models-1.5/</opennlp.model.home>
</properties>
<build>