org.jasen.tools
Class Dedupe

java.lang.Object
  extended byorg.jasen.tools.Dedupe

public final class Dedupe
extends Object

Removes duplicate files from a given folder.

This is simply a helper tool to be used when training the engine so we can
ensure the training corpus does not contain duplicate entries.

This does a pretty rough job of deduping... probably best not use it :)

Author:
Jason Polites

Constructor Summary
Dedupe()
           
 
Method Summary
static void main(String[] args)
          Dedupes the files in a folder
See Usage statement for instructions on how to use
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dedupe

public Dedupe()
Method Detail

main

public static void main(String[] args)
Dedupes the files in a folder
See Usage statement for instructions on how to use

Parameters:
args -