mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Implementing String similarity algorithm for searching category functionality
This commit is contained in:
parent
d4a89afafd
commit
5094cbc58a
4 changed files with 85 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ dependencies {
|
|||
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0@aar'){
|
||||
transitive=true
|
||||
}
|
||||
compile 'info.debatty:java-string-similarity:0.24'
|
||||
|
||||
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
||||
// Because RxAndroid releases are few and far between, it is recommended you also
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue