You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/04/23 03:37:05 UTC

svn commit: r1675530 - /mahout/site/mahout_cms/trunk/content/users/environment/classify-a-doc-from-the-shell.mdtext

Author: apalumbo
Date: Thu Apr 23 01:37:04 2015
New Revision: 1675530

URL: http://svn.apache.org/r1675530
Log:
fix a typo

Modified:
    mahout/site/mahout_cms/trunk/content/users/environment/classify-a-doc-from-the-shell.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/environment/classify-a-doc-from-the-shell.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/environment/classify-a-doc-from-the-shell.mdtext?rev=1675530&r1=1675529&r2=1675530&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/environment/classify-a-doc-from-the-shell.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/environment/classify-a-doc-from-the-shell.mdtext Thu Apr 23 01:37:04 2015
@@ -234,7 +234,7 @@ The label with the highest score wins th
 
     }
 
-## Now we can simply call our classifyText(...) method on any string
+## Now we can simply call our classifyText(...) method on any String
 
     classifyText("Hello world from Queens")
     classifyText("Hello world from London")
\ No newline at end of file