Skip to content

navidcs/EntityResolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages