Home
Name Modified Size InfoDownloads / Week
Old Releases 2014-10-11
catdetect-1.4.jar 2014-10-13 26.8 kB
README.txt 2014-10-13 1.1 kB
catdetect-1.3.jar 2014-10-11 26.8 kB
catdetectdfrws.jar 2011-08-02 781.1 kB
Totals: 5 Items   835.9 kB 0
CAT Detect 1.4 - README

CAT Detect version 1.4 builds on version 1.3 to add an extra field to temporal rules - sameResult, which checks if the results of the two objects are the same much as sameSubject and sameObject.

Note that you need the mysql-connector-java-5.1.33-bin.jar and simple-xml-2.7.1.jar files in the same directory as catdetect2.jar or in your class path to run CAT Detect. These must be downloaded separately as they may be governed by difference licenses than the AFL.

When you start CAT Detect, you will be prompted to select an XML file to use. This XML file is the rules base you want CAT Detect to apply.

To generate an example rules base (the one which was used in the DFRWS 2011 release), run:

java net.sf.catdetect.util.ExportRulesBase outputfile.xml

(if you omit the filename, the default rulesbase.xml filename will be used)

Note that you will need to update any manually created/altered rules bases from version 1.3. If you want to preserve the same behaviour you can just add <sameResult>false</sameResult> to all of your rules.

Source: README.txt, updated 2014-10-13