Skip to main content

python wrapper for mecab: Morphological Analysis engine

Project description

mecab-python3
-------------
This python wrapper for mecab works on both **python3.x** and **python2.x**.

Installtion and Usage
--------------
1. Installation

```
pip install mecab-python3
```

Before installing mecabpython3, make sure you have installed *`mecab`*
already.

example of installtion.
Assume you are using Debian-based linux.

```
sudo apt-get install libmecab-dev
sudo apt-get install mecab mecab-ipadic-utf8
pip install mecab-python3
```

2. How to use?

see 'test.py' as a sample program.

3. Simple example

```
import MeCab
mecab = MeCab.Tagger ("-Ochasen")
print(mecab.parse("pythonが大好きです"))
```


License
-------
MeCab is copyrighted free software by Taku Kudo <taku@chasen.org> and
Nippon Telegraph and Telephone Corporation, and is released under
any of the GPL (see the file GPL), the LGPL (see the file LGPL), or the
BSD License (see the file BSD).

Project details


Release history Release notifications | RSS feed

This version

0.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mecab-python3-0.7.tar.gz (41.6 kB view details)

Uploaded Source

File details

Details for the file mecab-python3-0.7.tar.gz.

File metadata

  • Download URL: mecab-python3-0.7.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mecab-python3-0.7.tar.gz
Algorithm Hash digest
SHA256 1e1b8a34ac63686dcaac19d8eaa2e0c265b679379d10c60ef5c22f571c79ed00
MD5 9f743b0ab15142e3d6c4fe26d1c2c3d8
BLAKE2b-256 25e9bbf5fc790a2bedd96fbaf47a84afa060bfb0b3e0217e5f64b32bd4bbad69

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page