| Short description: |
Convert German Word into a phonetic 'Code' |
| Category: |
Library/Text |
| Status: |
usable |
| Created: |
2005-08-07 12:51:45 GMT |
| Last update: |
2005-08-07 12:51:45 GMT |
| Owner: |
raistlin77
(Projects of this owner) |
| Homepage: |
http://rails.raistlin77.de/show/ruby-phonet |
| Download: |
http://rails.raistlin77.de/show/ruby-phonet
|
| License: |
GPL |
| Dependency: |
|
| Description: |
phonet encodes german words into a phonetic form.
Meier => MEIA
Meyer => MEIA
Mayer => MEIA
Maier => MEIA
trans = Phonet::rule1(aString)
It use the source published in the c't
(see: www.heise.de/ct, soft-link 9925252)
|