Metadata-Version: 2.1
Name: mecab-cygwin
Version: 0.4.2
Summary: MeCab Python for Cygwin
Home-page: https://github.com/KoichiYasuoka/mecab-cygwin
Author: Koichi Yasuoka
Author-email: yasuoka@kanji.zinbun.kyoto-u.ac.jp
License: GPL
Project-URL: mecab-python3, https://pypi.org/projects/mecab-python3/
Project-URL: source, https://github.com/KoichiYasuoka/mecab-cygwin
Project-URL: Tracker, https://github.com/KoichiYasuoka/mecab-cygwin/issues
Keywords: mecab nlp
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Other
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.6
Description-Content-Type: text/markdown

[![Current PyPI packages](https://badge.fury.io/py/mecab-cygwin.svg)](https://pypi.org/project/mecab-cygwin/)

# mecab-cygwin

[MeCab](https://github.com/taku910/mecab) Python wrapper for [Cygwin](https://cygwin.com/) by [mecab-python3](https://pypi.org/project/mecab-python3/) with [mecab-cygwin64](https://github.com/KoichiYasuoka/mecab-cygwin64) or [mecab-cygwin32](https://github.com/KoichiYasuoka/mecab-cygwin32).

## Usage

See [mecab-python3 page](https://pypi.org/project/mecab-python3/). UTF-8 only.

## Installation

Only for Cygwin with `gcc-g++` `python37-pip` `python37-devel`:

```sh
pip3.7 install mecab-cygwin
```


