Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muntashirakon/rapidfuzz-android

Rapid fuzzy string matching using the Levenshtein Distance. JNI wrapper around RapidFuzz-CPP.
https://github.com/muntashirakon/rapidfuzz-android

android-library fuzzy-matching fuzzy-search fuzzywuzzy

Last synced: 2 months ago
JSON representation

Rapid fuzzy string matching using the Levenshtein Distance. JNI wrapper around RapidFuzz-CPP.

Awesome Lists containing this project

README

        

# RapidFuzz-Android*

Java JNI implementation of [RapidFuzz-CPP](https://github.com/maxbachmann/rapidfuzz-cpp) library.

**This library is a work in progress. Take a look at the [:app](./app) module to see examples.**

**Disclaimer:** Neither this project nor RapidFuzz-CPP has been audited. Use at your own risk.

\* For Java (not Android) developers: The [`:rapidfuzz`](./rapidfuzz) module can be built without any Android dependency
in any platform. But it isn't supported officially right now. If you are going to use this in your Java project, you
have to modify the [build.gradle](./rapidfuzz/build.gradle) file.

## License
Copyright 2021 Muntashir Al-Islam

Licensed under the Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt

[RapidFuzz-CPP](https://github.com/maxbachmann/rapidfuzz-cpp) is licensed under MIT.