fix readme

This commit is contained in:
maxbachmann 2020-02-29 15:45:55 +01:00 committed by GitHub
parent d0f2de09e1
commit dabd187847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# RapidFuzz
# Roadmap
- [] add string matching for strings with a big length difference
- [] add Python wrapper
- [] add Rust version of the code
- [ ] add string matching for strings with a big length difference
- [ ] add Python wrapper
- [ ] add Rust version of the code
# License
RapidFuzz itself is licensed under the MIT license, so feel free to do what you want with the code.
It is based on an old version of fuzzywuzzy that was Licensed under a MIT License.
A Fork of this old version can be found [here](https://github.com/rhasspy/fuzzywuzzy).
A Fork of this old version can be found [here](https://github.com/rhasspy/fuzzywuzzy).