Metadata-Version: 1.2
Name: kotonoha
Version: 0.2.1
Summary: Tools for preprocessing Japanese texts
Home-page: https://github.com/brunotoshio/kotonoha
Author: Bruno Toshio Sugano
Author-email: brunotoshio@gmail.com
License: MIT license
Project-URL: Documentation, https://kotonoha.readthedocs.io/
Project-URL: Changelog, https://kotonoha.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/brunotoshio/kotonoha/issues
Description: ========
        Overview
        ========
        
        
        
        Tools for preprocessing Japanese texts
        
        * Free software: MIT license
        
        Installation
        ============
        
        ::
        
            pip install kotonoha
        
        Documentation
        =============
        
        
        https://kotonoha.readthedocs.io/
        
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        
        Changelog
        =========
        
        0.2.1 (2019-04-26)
        ------------------
        
        * Small fix in MeCabHandler
        
        0.1.0 (2019-04-24)
        ------------------
        
        * Added MeCabHandler
        
        0.0.0 (2019-04-23)
        ------------------
        
        * First release on PyPI.
        
Keywords: japanese,textprocessing,nlp
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Python: ~=3.6
