You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I am using this library for a small set of data that has 10k records. But for some strings, I am getting results in the wrong order.
for list of choices query: "Visa"
choices = ["grupo televisa s.a.", "is", "sa", "visa inc.", "via"]
// result
('grupo televisa s.a.', 90), ('is', 90), ('sa', 90), ('visa inc.', 90)
``
I want the Visa string to appear in the first place. how can I achieve that?
The text was updated successfully, but these errors were encountered:
hi, I am using this library for a small set of data that has 10k records. But for some strings, I am getting results in the wrong order.
for list of choices query: "Visa"
The text was updated successfully, but these errors were encountered: