[Python-modules-team] Bug#858487: fuzzywuzzy: Package descriptions have "Token sort" twice

Daniele Forsi dforsi at gmail.com
Wed Mar 22 20:11:09 UTC 2017


Source: fuzzywuzzy
Severity: minor

Dear Maintainer,

package descriptions for both Python 2 and Python 3 versions have the words "Token sort" twice,
but it seems to me that the second one should be "Token set":

[...]
  - Token sort: This approach involves tokenizing the string in question,
    sorting the tokens alphabetically, and then joining them back into a
    string.
  - Token sort: A slightly more flexible approach. Tokenize both strings, but
    instead of immediately sorting and comparing, split the tokens into two
    groups: intersection and remainder.
[...]

thanks,
Daniele



More information about the Python-modules-team mailing list