UNPKG

symspell-ex

Version:

Spelling correction & Fuzzy search based on symmetric delete spelling correction algorithm

5 lines (4 loc) 121 B
export * from './core'; export * from './core/nlp/editDistance'; export * from './stores'; export * from './symSpellEx';