Living-with-machines / DeezyMatch

A Flexible Deep Learning Approach to Fuzzy String Matching
https://living-with-machines.github.io/DeezyMatch/
Other
139 stars 34 forks source link

Input file for inference/candidate ranking #84

Closed kasra-hosseini closed 2 years ago

kasra-hosseini commented 3 years ago

@mcollardanuy Wrote:

Currently DeezyMatch requires this input for the candidates and query files:

Mach Loop   0   false
North Wick  0   false
Trawden 0   false
Mugswell    0   false

You get an error if one of the columns is missing, but the second and third columns are actually dummy columns in the inference step.

It would make it more user-friendly if the user could just input a file that has one string per line, as in:

Mach Loop
North Wick
Trawden
Mugswell
kasra-hosseini commented 2 years ago

@mcollardanuy I think this is already addressed in the new version?

mcollardanuy commented 2 years ago

It is, thank you!