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

outdatedDart 1 only

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

en.wikipedia.org/wiki/Soundex

Kölner Phonetik #

For the German language.

de.wikipedia.org/wiki/Kölner_Phonetik

0
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Soundex and Kölner Phonetik

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

intl, junitconfiguration, logging, unittest

More

Packages that depend on phonetics