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 2013/06/05 09:30:03 UTC

svn commit: r1489730 - /stanbol/trunk/enhancement-engines/topic/engine/build-archives.xml

Author: rwesten
Date: Wed Jun  5 07:30:03 2013
New Revision: 1489730

URL: http://svn.apache.org/r1489730
Log:
STANBOL-1089: added the n-gram model to the ant file that creates the solrindex.zip files in the src/main/resources/data-files folder

Modified:
    stanbol/trunk/enhancement-engines/topic/engine/build-archives.xml

Modified: stanbol/trunk/enhancement-engines/topic/engine/build-archives.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/enhancement-engines/topic/engine/build-archives.xml?rev=1489730&r1=1489729&r2=1489730&view=diff
==============================================================================
--- stanbol/trunk/enhancement-engines/topic/engine/build-archives.xml (original)
+++ stanbol/trunk/enhancement-engines/topic/engine/build-archives.xml Wed Jun  5 07:30:03 2013
@@ -25,6 +25,10 @@
       <zipfileset dir="${resources.dir}default-topic-model"
         prefix="default-topic-model"/>
     </zip>
+    <zip destfile="${data.dir}shingle-topic-model.solrindex.zip">
+      <zipfileset dir="${resources.dir}shingle-topic-model"
+        prefix="shingle-topic-model"/>
+    </zip>
   </target>
 
   <target name="trainingset">