de.hpi.fgis.dude.exec.duplicatedetection
Class GSwooshExec

java.lang.Object
  extended by de.hpi.fgis.dude.exec.duplicatedetection.GSwooshExec

public class GSwooshExec
extends Object

This execution class runs the GSwoosh duplicate detection algorithm on the Restaurant data source. Two records are similar if their names match based on the Levenshtein distance.

Author:
Johannes Dyck

Constructor Summary
GSwooshExec()
           
 
Method Summary
static void main(String[] args)
          Executes the GSwoosh duplicate detection on the restaurant data source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSwooshExec

public GSwooshExec()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Executes the GSwoosh duplicate detection on the restaurant data source. During the process all duplicates will be written onto the console.

Parameters:
args - No arguments will be processed.
Throws:
IOException - If an error occurs while reading from the file.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.