We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af34b22 commit 7eafa01Copy full SHA for 7eafa01
README.md
@@ -1,9 +1,9 @@
1
# Fuzzywuzzy_swift (WIP)
2
-Fuzzy String Matching in Swift using Levenshtein Distance. Inspired by the python fuzzywuzzy library https://github.com/seatgeek/fuzzywuzzy
+Fuzzy String Matching in Swift using Levenshtein Distance. Ported from the python fuzzywuzzy library https://github.com/seatgeek/fuzzywuzzy
3
4
It has no external dependancies. And thanks to Swift String, it can support multi-lingual.
5
6
-**WARNING: This library is still WORKING IN PROGRESS.**
+**WARNING: This project is still WORKING IN PROGRESS.**
7
8
# Installation
9
### Carthage
0 commit comments