wolfgarbe / SymSpell

SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm

Home Page:https://seekstorm.com/blog/1000x-spelling-correction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is there any flutter / dart port?

Tonku opened this issue · comments

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

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

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