#EntityResolution
###Simple Run:
- Clone my repository:
git clone https://github.com/navidcs/EntityResolution.git
- Go to EntityResolution directory (where pom.xml is):
cd EntityResolution
- 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.