Menu

Tree [a16099] master /
 History

HTTPS access


File Date Author Commit
 Repository 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 apidoc 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 config 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 doc 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 import 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 lib 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 profiles 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 resource 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 src 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 test 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 .classpath 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 .project 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 build.xml 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 changes.txt 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 licence 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...
 readme 2012-08-15 reuschling reuschling [a16099] test
 version 2012-08-15 reuschling reuschling [b5b363] - this is the initial git commit in order to ma...

Read Me

______________________________________________________________________

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
.



Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.