Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 608 Bytes

File metadata and controls

26 lines (13 loc) · 608 Bytes

#EntityResolution

###Simple Run:

  1. Clone my repository:

git clone https://github.com/navidcs/EntityResolution.git

  1. Go to EntityResolution directory (where pom.xml is):

cd EntityResolution

  1. Run it:

java -cp target/entity-resolution-0.0.1-SNAPSHOT.jar com.navidcs.entity_resolution.main.App

results.txt will be created in "src/main/resources/" folder.

###Advanced Run:

Use this command to build the jar file:

mvn package && java -cp target/entity-resolution-0.0.1-SNAPSHOT.jar com.navidcs.entity_resolution.main.App

Please make sure that maven is properly installed on your computer.