5 lines
113 B
Python
5 lines
113 B
Python
last_name_weight = 1.5
|
|
first_name_weight = 0.9
|
|
infixes_weight = 0.5
|
|
initials_weight = 0.6
|
|
match_threshold = 1.51
|