dart_phonetics 0.1.0-dev.5
dart_phonetics: ^0.1.0-dev.5 copied to clipboard
A collection of phonetic algorithms. These algorithms help find words or names that sound similar by generating an encoding that can be compared or indexed for fuzzy searching.
0.1.0-dev.5 #
- Initial implementation of double metaphone
- Refactored some utils for
0.1.0-dev.4 #
- Refactored soundex again to support surname prefixes and hyphenated names
- More tests added
0.1.0-dev.3 #
- Refactored soundex for more variants
- More cleanup for pub.dev
0.1.0-dev.2 #
- Fixing issues for pub.dev
0.1.0-dev.1 #
- Initial project setup
- Soundex implementations complete
- Still in active development phase