kph 0.1
An easy implementation of the Koelner Phonetic.
This is an implementation of the "Koelner Phonetik" phonetic algorithm.
Usage
>>> import kph
>>> kph.encode("Horst Meier")
'078267'
>>> kph.encode("Horst Mayer")
'078267'
>>> kph.encode("Horst Meier") == kph.encode("Horst Mayer")
True
>>> kph.encode("Detlef Krumm") == kph.encode("Detlef Krum") == \
... kph.encode("Detlef Krunn") == kph.encode("Detlef Krun")
True
Copyright
Copyright (C) 2011 by Robert Schindler <robert-sch@gmx.net>
License
This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| kph-0.1.tar.gz (md5) | Source | 2011-02-21 | 2KB | 326 | |
- Author: Robert Schindler
- Home Page: http://pytools.shajil.de/modules/kph
- License: GPL-3
- Categories
- Package Index Owner: roschi
- DOAP record: kph-0.1.xml
