phonetics 1.0.0
phonetics: ^1.0.0 copied to clipboard
Soundex and Kölner Phonetik
Dart Phonetics #
Copyright (C) 2013 Edwin Bühler. All Rights Reserved.
Author: Edwin Bühler fulnir@gmail.com
Calculates the phonetic code for the given string.
import 'package:dart_phonetic/dart_phonetic.dart';
main() {
print(phonetic('Dart', 'en')); // Returns D630
print(asColognePhonetic('Dart')); // Returns 272
print(asSoundexPhonetic('Dart')); // Returns D630
}
##Soundex
For the English language.
Will be replaced with metaphone
Kölner Phonetik #
For the German language.