|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasen.tools.Dedupe
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 :)
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 |
public Dedupe()
Method Detail |
public static void main(String[] args)
args
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |