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

is there any flutter / dart port? #122

Open Tonku opened 2 years ago

Tonku commented 2 years ago

Needs a flutter port, there are many good local storage packages available for flutter which can be used to do the implementation

wolfgarbe commented 2 years ago

I'm not aware of any SymSpell Dart port. Perhaps one could use the dart:js library to access a SymSpell Javascript port.

AndreasAny commented 1 year ago

Do you have a Solution for that already? My try would be to use Dart:FFI, but not sure if i am able to convert the c++ into plain c