spell_checker 0.1.2+3
spell_checker: ^0.1.2+3 copied to clipboard
Simple spell checker for Dart using Peter Norvig's algorithm
0.1.2+3 #
Change Repo
0.1.2+2 #
Add example, comments, format to improve health
0.1.2+1 #
Change map to splaymap to avoid final sort
0.1.2 #
Remove comparable from Result
0.1.1+8 #
Update to effective dart and format with dartfmt
0.1.1+7 #
Make addChar private
0.1.1+6 #
Update addChar function header
0.1.1+5 #
Make root private to Search, make addChar iterative instead of recursive
0.1.1+4 #
Swap out List for Iterable in addWords
0.1.1+3 #
Remove uses of new to match modern dart
0.1.1+2 #
Remove unncessary hashing/index code
0.1.1+1 #
Dart 2.0 clean-up
0.1.1 #
Dart 1.0 clean-up.
0.1.0 #
Initial release