Metadata-Version: 1.1
Name: numaster
Version: 0.2.0
Summary: Number normalizer
Home-page: https://github.com/yparrot/numaster
Author: Motoki Naruse
Author-email: motoki@naru.se
License: GPLv3
Description: numaster
        ========
        
        .. image:: https://travis-ci.org/yparrot/numaster.svg?branch=master
            :target: https://travis-ci.org/yparrot/numaster
        
        Extract numbers from text, and normalize it.
        For example, `1,234.0` is `1 234,0` in French, also `1.234,0` in German. Furthermore, if I say sometime number is written by Kanji in Japanese.
        
        License
        -------
        
        numaster is availible under the `GPLv3 license <https://www.gnu.org/licenses/gpl-3.0.en.html>`_, see the LICENSE file for more information.
        
        Changes
        =======
        
        0.2.0
        -----
        
        - Normalize English number words.
        
        0.1.0
        -----
        
        - You can path ignore words for ``extract``.
        
Keywords: number normalize extract convert
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
