StringScore icon indicating copy to clipboard operation
StringScore copied to clipboard

StringScore is an Objective-C library which provides super fast fuzzy string matching/scoring. Based on the JavaScript library of the same name.

Results 8 StringScore issues
Sort by recently updated
recently updated
newest added

Incompatible pointer types initializing 'NSMutableCharacterSet *' with an expression of type 'NSCharacterSet *'

I was using the StringScore library and was surprised to find that strings differing in case scored a 0. For example, the scoring the string 'sucre' against the string 'SUCRE'...

It used to work fine until Mountain Lion. Now it completely goes haywire and returns weird non-matching or 0 matches. Please have a look if you can, thanks!

I set up some unit tests... which I will push, but they are FAILING. ``` error: ... ((result2) equal to (0.425)) failed: ("0.528888888889") is not equal to ("0.425") error: ......

Take a look at [w-m/StringScore](https://github.com/w-m/StringScore) and see what can be incorporated. [More reading on Stack Overflow](http://stackoverflow.com/questions/15012673/objective-c-fast-fuzzy-search-match)

enhancement