Obtaining MALLET
From Mallet
Source code for the library can be downloaded from this directory (http://mallet.cs.umass.edu/mallet/dist). The latest version is version 0.4 (http://mallet.cs.umass.edu/mallet/dist/mallet-0.4.tar.gz), released 09 January 2006.
The MALLET release was tarred with GNU tar. If you are having problems untarring the release, try gtar.
MALLET requires Java 1.4 or higher.
[edit]
Building with the Makefile
MALLET's Makefile assumes GNU make. It is known to fail under the Cygwin environment, use Ant instead to build MALLET in that case.
cd <mallet directory> gmake
[edit]
Building with Ant
Ant is known to work under Solaris, Linux, Cygwin.
cd <mallet directory> ant