novident_spell_checker 1.0.0 copy "novident_spell_checker: ^1.0.0" to clipboard
novident_spell_checker: ^1.0.0 copied to clipboard

Spelling correction & fuzzy search based on the symmetric delete spelling correction algorithm. Dart port of symspell-ex with some extra things.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add novident_spell_checker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  novident_spell_checker: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:novident_spell_checker/novident_spell_checker.dart';
1
likes
150
points
65
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Spelling correction & fuzzy search based on the symmetric delete spelling correction algorithm. Dart port of symspell-ex with some extra things.

Homepage
Repository (GitHub)
View/report issues

Topics

#novident #spell-checker #spell-correction #fuzzy-search

License

MIT (license)

Dependencies

flutter

More

Packages that depend on novident_spell_checker