diff --git a/config_cd.txt b/config_cd.txt index 896fe93..4506719 100755 --- a/config_cd.txt +++ b/config_cd.txt @@ -24,7 +24,7 @@ Thresh=2 #Give the input CSV file. First line will be ignored (assumed to be header). Every line will be treated as a #record. #The line number of record will be its ID. That is the fist line after header is treated as record with ID 1 etc. -Input=data/cd.csv +Input=data/Cd.csv #Output File: this will contain a pair of record IDs in each line indicating a possible match. Output=cd_pair.csv diff --git a/config_restaurant.txt b/config_restaurant.txt index 283d919..5dadede 100755 --- a/config_restaurant.txt +++ b/config_restaurant.txt @@ -24,7 +24,7 @@ Thresh=3 #Give the input CSV file. First line will be ignored (assumed to be header). Every line will be treated as a #record. #The line number of record will be its ID. That is the fist line after header is treated as record with ID 1 etc. -Input=data/restaurant.csv +Input=data/Restaurant.csv #Output File: this will contain a pair of record IDs in each line indicating a possible match. Output=restaurant_pair.csv