Author: gsingers
Date: Wed Sep 17 06:58:07 2008
New Revision: 696306

URL: http://svn.apache.org/viewvc?rev=696306&view=rev
Log:
readme, notices update

Modified:
    lucene/mahout/trunk/NOTICE.txt
    lucene/mahout/trunk/README.txt

Modified: lucene/mahout/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/NOTICE.txt?rev=696306&r1=696305&r2=696306&view=diff
==============================================================================
--- lucene/mahout/trunk/NOTICE.txt (original)
+++ lucene/mahout/trunk/NOTICE.txt Wed Sep 17 06:58:07 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/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/README.txt?rev=696306&r1=696305&r2=696306&view=diff
==============================================================================
--- lucene/mahout/trunk/README.txt (original)
+++ lucene/mahout/trunk/README.txt Wed Sep 17 06:58:07 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.
+


Reply via email to