Author: smarthi
Date: Mon May 13 13:31:00 2013
New Revision: 1481843
URL: http://svn.apache.org/r1481843
Log:
Mahout-1212: Incorrect classify-20newsgroups.sh file description
Modified:
mahout/trunk/CHANGELOG
mahout/trunk/examples/bin/classify-20newsgroups.sh
Modified: mahout/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1481843&r1=1481842&r2=1481843&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Mon May 13 13:31:00 2013
@@ -1,7 +1,9 @@
Mahout Change Log
Release 0.8 - unreleased
-
+
+ MAHOUT-1212: Incorrect classify-20newsgroups.sh file description (Julian
Ortega via smarthi)
+
MAHOUT-1209: DRY out maven-compiler-plugin configuration (Stevo Slavic via
smarthi)
MAHOUT-1207: Fix typos in description in parent pom (Stevo Slavic via
smarthi)
Modified: mahout/trunk/examples/bin/classify-20newsgroups.sh
URL:
http://svn.apache.org/viewvc/mahout/trunk/examples/bin/classify-20newsgroups.sh?rev=1481843&r1=1481842&r2=1481843&view=diff
==============================================================================
--- mahout/trunk/examples/bin/classify-20newsgroups.sh (original)
+++ mahout/trunk/examples/bin/classify-20newsgroups.sh Mon May 13 13:31:00 2013
@@ -20,7 +20,7 @@
# Downloads the 20newsgroups dataset, trains and tests a classifier.
#
# To run: change into the mahout directory and type:
-# examples/bin/build-20news.sh
+# examples/bin/classify-20newsgroups.sh
if [ "$1" = "--help" ] || [ "$1" = "--?" ]; then
echo "This script runs SGD and Bayes classifiers over the classic 20 News
Groups."