xdrop / fuzzywuzzy

Java fuzzy string matching implementation of the well known Python's fuzzywuzzy algorithm. Fuzzy search for Java
GNU General Public License v2.0
822 stars 118 forks source link

Add Android Module #67

Closed burdoto closed 5 years ago

burdoto commented 5 years ago

Closes https://github.com/xdrop/fuzzywuzzy/issues/64

Adds a module that uses Android SDK to provide a simple way to attach a FuzzyWuzzy engine to a TextInput object within an Android app.