Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix config files with correct data file names so they run out of the box without further edits to config files #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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