You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2008/09/17 15:58:55 UTC

svn commit: r696307 - in /lucene/mahout/branches/branch-0.1: NOTICE.txt README.txt

Author: gsingers
Date: Wed Sep 17 06:58:55 2008
New Revision: 696307

URL: http://svn.apache.org/viewvc?rev=696307&view=rev
Log:
readme, notice edits

Modified:
    lucene/mahout/branches/branch-0.1/NOTICE.txt
    lucene/mahout/branches/branch-0.1/README.txt

Modified: lucene/mahout/branches/branch-0.1/NOTICE.txt
URL: http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/NOTICE.txt?rev=696307&r1=696306&r2=696307&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/NOTICE.txt (original)
+++ lucene/mahout/branches/branch-0.1/NOTICE.txt Wed Sep 17 06:58:55 2008
@@ -10,7 +10,7 @@
 including, but not limited to:
   - Apache Lucene Java
   - Apache Hadoop
-
+  - Apache Commons
 
 This product includes software developed by the Indiana University
   Extreme! Lab (http://www.extreme.indiana.edu/).
@@ -18,3 +18,7 @@
 This product includes examples code from the Watchmaker project   
   https://watchmaker.dev.java.net/
 
+This product includes libraries developed by the Kosmos project (http://kosmosfs.sourceforge.net/)
+
+This product includes software developed by the Jets3T project (https://jets3t.dev.java.net/) 
+

Modified: lucene/mahout/branches/branch-0.1/README.txt
URL: http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/README.txt?rev=696307&r1=696306&r2=696307&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/README.txt (original)
+++ lucene/mahout/branches/branch-0.1/README.txt Wed Sep 17 06:58:55 2008
@@ -1,2 +1,14 @@
 Welcome to Apache Mahout!
 
+Mahout is a scalable machine learning library that implements many different approaches to machine learning.  The project
+ currently contains implementations of algorithms for classification, clustering, genetic programming and collaborative filtering, all
+ enabled to scale by leveraging the power of Hadoop's Map-Reduce (http://hadoop.apache.org) implementation.
+
+ Getting Started
+
+ TODO
+
+ Legal
+
+ Please see the NOTICE.txt included in this directory for more information.
+