Skip to content

Does rapidfuzz work with other languages than English? #203

Closed Answered by maxbachmann
lingvisa asked this question in Q&A
Discussion options

You must be logged in to vote

Yes RapidFuzz works with any unicode characters.

Note however that many of the implementations have an optimized implementation for characters below 256 (extended ascii), since it can directly look those up in an array[256] which is not possible for the full unicode range. So when you run into performance problems it might help to transform the most common characters of the language to ascii characters.

Replies: 1 comment 18 replies

Comment options

You must be logged in to vote
18 replies
@lingvisa
Comment options

@maxbachmann
Comment options

@lingvisa
Comment options

@maxbachmann
Comment options

@lingvisa
Comment options

Answer selected by maxbachmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants