wolfgarbe / SymSpell

SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
https://seekstorm.com/blog/1000x-spelling-correction/
MIT License
3.12k stars 284 forks source link

Can i use Symspell in Android app #36

Closed MuneebAhmadMashwani closed 6 years ago

MuneebAhmadMashwani commented 6 years ago

Hi, I want to use symspell in android but couldn't find the dependencies to run it in android. How can I bind it with my android app?

Thanks.

trans commented 6 years ago

I'm interested in the same. There are Java ports listed in the README, so that would be the first step. Please let me know how it goes for you and I will do the same.

wolfgarbe commented 6 years ago

SymSpell targets .NET Standard v2.0 and can be used with XAMARIN for Android projects.