Metadata-Version: 1.1
Name: names-translator
Version: 1.0.0
Summary: Automatic translation and transliteration of ukrainian names into Russian and English
Home-page: https://github.com/dchaplinsky/names-translator
Author: dchaplinsky
Author-email: chaplinsky.dmitry@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: names-translator
        ===========
        
        That's a small tool to generate as many possible transliteration options for ukrainian names
        First it translates the name into russian using dictionary, then transliterates ukrainian and russian names
        using translit-ua package and 19 different transliteration tables. Finally, some heuristic is applied to cover
        usual usual trasnliterations for well known names, which aren't covered by the transliteration tables
        
        Installation
        ==================================
        Install from PyPI.
        
        .. code-block:: bash
        
            $ pip install names_translator
        
        Usage
        ==================================
        
        .. code-block:: python
        
        
Keywords: ukrainian names translation transliteration
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Natural Language :: Ukrainian
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
