Judge Code
Status: Beta
Brought to you by:
reuschling
______________________________________________________________________
Judge - Java util for document genre eduction
______________________________________________________________________
==============
1. Description
==============
JUDGE (Java Utility for Document Genre Eduction) features automatic
classification and clustering of documents, optionally as a webservice.
Preprocessing with various filters, such as stopword removal and
genetic-algorithm-powered attribute selection, is also provided.
The program is written entirely in Java and makes use of the Weka machine
learning toolkit.
==========
2. Content
==========
- judge.jar: contains the compiled judge-class-files, use this one in your
own java applications
- judge-src.jar: contains the source code
- judge-apidoc.jar: contains the Judge APIDoc
- version: the buildnumber and the builddate of this version of Judge
- licence: contains the license of Judge
- readme: this file
===============
3. Installation
===============
For running judge, you need the great Weka machine learning toolkit. You can
download it at
http://www.cs.waikato.ac.nz/ml/weka/ or
http://sourceforge.net/projects/weka/
Just copy weka.jar into your Judge-directory, or any other directory in the
classpath
There are also converters and some little functionalities regarding the machine
learning environment 'yale'. If you want to use these functionalities, you can
download it at
http://yale.cs.uni-dortmund.de/
again, just copy yale.jar into your Judge-directory, or any other directory in
the classpath
===========
4. Tutorial
===========
- look at the javadoc for the classes judge.repository.Repository and
judge.repository.Corpus
- at the project homepage(link at http://sourceforge.net/projects/judgeproject)
==========
5. Credits
==========
1. Christian Reuschling, Dipl.Ing.(BA)
..maybe, sometimes, there will be more?!
=====================================
6. Submission of code and bug reports
=====================================
please send us bug reports, bug fixes, comments, additional features, wishes,
etc. to the contact-email adress at http://sourceforge.net/projects/judgeproject
============
6. Copyright
============
JUDGE is distributed under the GNU general public license. Please read the
'licence' file
.