dart_phonetics 1.0.1
dart_phonetics: ^1.0.1 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.
1.0.1 #
- Fix dart formatting.
1.0.0 #
- Tested with dart
2.13
. - Refactored to support for null safety.
- Updated SDK constraints to
>=2.12.0 <3.0.0
for null safety. - Switch to using
package:lints
.
0.2.1 #
- Minor pub updates and tested with dart
2.10
.
0.2.0 #
- NYSIIS implemented (original and modified).
- Misc fixes and improvements.
0.1.0 #
- Double Metaphone implemented.
- Configurable Soundex implemented.
- Refined Soundex implemented.