Metadata-Version: 1.2
Name: cologne_phonetics
Version: 1.2.2
Summary: Python implementation of the cologne-phonetics algorithm.
Home-page: https://github.com/provinzkraut/cologne_phonetics
Author: Janek Nouvertné
Author-email: j.a.nouvertne@posteo.de
License: MIT
Description: 
        Cologne_phonetics is a Python implementation of the cologne-phonetics, a phonetic
        algorithm similar to soundex but optimized for the german language
        
        Documentation can be found at https://github.com/provinzkraut/cologne_phonetics
        
        A detailed explanation of the cologne phonetics can be found at:
        https://en.wikipedia.org/wiki/Cologne_phonetics
        
Keywords: cologne-phonetics phonetic
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Other Audience
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Natural Language :: English
Requires-Python: >=3
