Metadata-Version: 1.2
Name: jumany
Version: 0.4.2
Summary: Interface for JUMAN Morphological analysis system
Home-page: https://github.com/yujakudo/jumany
Author: yujakudo
Author-email: ossd@yujakudo.com
License: BSD+LGPL
Description: ======
        jumany
        ======
        Python interface for JUMAN Morphological analysis system.
        
        `JUMAN <http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN>`
        
        Requirement
        -----------
        - POSIX or Windows
        - Python 3.3 or above
        
        Installation
        ------------
        ```pip install jumany
        ```
        
        How to use
        ----------
        ```import jumany
        jumany.open_lib()
        jumany.analyze(str_japanese)
        ```
        See `jumany page <https://github.com/yujakudo/jumany/python_module>` for more details in Japanese.
        
        License
        --------
        - Python scripts: BSD License
        - Library: BSD License
        - Pre-built library for Windows: BSD License, but libraries under LGPL are linked.
        
Platform: Windows
Platform: POSIX
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.3, <4
