Metadata-Version: 1.2
Name: jumany
Version: 0.4.1
Summary: Interface for JUMAN Morphological analysis system
Home-page: https://github.com/yujakudo/jumany
Author: yujakudo
Author-email: UNKNOWN
License: UNKNOWN
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.

        

        Licenses

        --------

        - Python scripts: BSD License

        - Library: BSD License

        - Pre-built libraries for Windows: BSD License, but libraries under LGPL are linked.

        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
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
