issues
search
mat-lee
/
bot24
0
stars
0
forks
source link
Implement Test Cases for Matching
#30
Closed
dwisianto
closed
3 months ago
dwisianto
commented
3 months ago
Implement the following scenario for the matches
Input from the user are number of expected matches and a real-value threshold
The expected output when we match a list of 100 strings to another list of 100 strings is the number of expected matches times 100.
The real-value threshold can be used to trim the output entries based on the similarity scores
The matching function in the PolyFuzMatch class need to be updated
A test case need to be implemented to illustrate the expected behavior