You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2013/11/20 16:43:39 UTC

svn commit: r887364 - in /websites/staging/mahout/trunk/content: ./ users/basics/creating-vectors-from-text.html

Author: buildbot
Date: Wed Nov 20 15:43:38 2013
New Revision: 887364

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/basics/creating-vectors-from-text.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 20 15:43:38 2013
@@ -1 +1 @@
-1543845
+1543847

Modified: websites/staging/mahout/trunk/content/users/basics/creating-vectors-from-text.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/basics/creating-vectors-from-text.html (original)
+++ websites/staging/mahout/trunk/content/users/basics/creating-vectors-from-text.html Wed Nov 20 15:43:38 2013
@@ -414,16 +414,22 @@ several input options, which can be disp
 option.  Examples of running the Driver are included below:</p>
 <p><a name="CreatingVectorsfromText-GeneratinganoutputfilefromaLuceneIndex"></a></p>
 <h2 id="generating-an-output-file-from-a-lucene-index">Generating an output file from a Lucene Index</h2>
-<blockquote>
-    $MAHOUT_HOME/bin/mahout lucene.vector <PATH TO DIRECTORY CONTAINING LUCENE INDEX>
-
-       --output <PATH TO OUTPUT LOCATION> --field <NAME OF FIELD IN INDEX> --dictOut <PATH TO FILE TO OUTPUT THE DICTIONARY TO]
+<pre><code>
 
-       <--max <Number of vectors to output>> <--norm {INF|integer >= 0}>
+>    $MAHOUT_HOME/bin/mahout lucene.vector <PATH TO DIRECTORY CONTAINING LUCENE INDEX> 
+>
+>       --output <PATH TO OUTPUT LOCATION> 
+>
+>       --field <NAME OF FIELD IN INDEX> 
+>
+>       --dictOut <PATH TO FILE TO OUTPUT THE DICTIONARY TO>
+>
+>       <--max <Number of vectors to output>> <--norm {INF|integer >= 0}>
+>
+>       <--idField <Name of the idField in the Lucene index>>
 
-       <--idField <Name of the idField in the Lucene index>>
 
-</blockquote>
+</code></pre>
 
 <p><a name="CreatingVectorsfromText-Create50VectorsfromanIndex"></a></p>
 <h3 id="create-50-vectors-from-an-index">Create 50 Vectors from an Index</h3>