Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config_cd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config_restaurant.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down