Skip to content

boonpingd61/stellar-ERBaseline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar-ERBaseline

Original source code sourced from SERF framework http://infolab.stanford.edu/serf/

Docker Image

https://hub.docker.com/r/wangzhen263/stellar-erbaseline

Quickstart

1.To re-compile this package:

mvn package

2.You can check the help command to understand parameters

java -jar "target/Baseline-1.2.1-jar-with-dependencies.jar" --help

Usage: Stellar ER Baseline(1.2.1) [options]
  Options:
    --cli, -c
      To run in cmd mode, use -c [dataset]
    --help, -h

    --rest, -r
      To start rest server mode
      Default: false

3.To run ER in command line mode

java -jar "target/Baseline-1.2.1-jar-with-dependencies.jar" -c datasets/ACM_DBLP/configcsv.conf

4.To run ER in REST-HTTP mode

java -jar "target/Baseline-1.2.1-jar-with-dependencies.jar" -r

References

[1] Swoosh: A Generic Approach to Entity Resolution Omar Benjelloun, Hector Garcia-Molina, Jeff Jonas, Qi Su, Jennifer Widom. Stanford University Technical Report, 2005. Available at: http://dbpubs.stanford.edu:8090/pub/2005-5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%