File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[ ![ Current PyPI packages] ( https://badge.fury.io/py/mecab-python3.svg )] ( https://pypi.org/project/mecab-python3/ )
2- [ ![ Build status] ( https://travis-ci.org/SamuraiT/mecab-python3.svg?branch=master )] ( https://travis-ci.org/SamuraiT/mecab-python3 )
2+ ![ Test Status] ( https://github.com/SamuraiT/mecab-python3/workflows/test-manylinux/badge.svg )
3+
34[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/mecab-python3 )] ( https://pypi.org/project/mecab-python3/ )
45![ Supported Platforms] ( https://img.shields.io/badge/platforms-linux%20macosx%20windows-blue )
56
67# mecab-python3
78
89This is a Python wrapper for the [ MeCab] [ ] morphological analyzer for Japanese
9- text. It works with Python 3.6 and greater, as well as Python 2.7.
10+ text. It works with Python 3.6 and greater; if you need to use Python 2.7, use
11+ v1.0.2.
1012
1113** issueを英語で書く必要はありません。**
1214
Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ def _get_pkg_data_files(self, package):
225225 },
226226 classifiers = [
227227 "Development Status :: 6 - Mature" ,
228- "Programming Language :: Python :: 2.7" ,
229228 "Programming Language :: Python :: 3.6" ,
230229 "Programming Language :: Python :: 3.7" ,
231230 "Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments