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

outdatedDart 1 only

Dart wrapper for Amazon AWS

spell_corrector #

Port of Peter Norvig's spelling corrector http://norvig.com/spell-correct.html

Usage #

import 'package:spell_corrector/spell_corrector.dart';
main() {
      var sourceData = "spelling spelunking";
      var corrector = new SpellCorrector(sourceData);
      print(corrector.correction("speling")); // prints "spelling"
}

Command line interface #

run pub global activate spell_corrector to activate:

$ spell_corrector speling
$ spelling
0
likes
15
points
2
downloads

Publisher

verified publisherjpryan.me

Weekly Downloads

Dart wrapper for Amazon AWS

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

resource

More

Packages that depend on spell_corrector