query = 'Total replenishment lead time (in workdays)'
choices = ['PLANNING_TIME_FENCE_CODE', 'BUILD_IN_WIP_FLAG','Lead_time_planning',
'Total replenishment lead time 1','Total replenishment lead time 2']
print(process.extract(query, choices))
I want all the choices as my output that have maximum similarity ratio with the query. I want the following output--
[('Total replenishment lead time 1', 92), ('Total replenishment lead time 2', 92)]