icebreaker-science / network

Exploring the network of concepts and methods in the chemistry using text mining techniques
2 stars 0 forks source link

Added merging of keywords in DB #7

Closed michael-kamel closed 3 years ago

michael-kamel commented 3 years ago

Closes #1

Make sure to execute the SQL script to add the refers_to column to the DB first

To run the program use the following arguments MergeInDB ${...pathToCSVFiles}

The program is not fully idempotent due to the time and difficulty that would go into implementing this across 2 different DBs so make sure to run it to termination.

chaoran-chen commented 3 years ago

Let's do it as part of #8.