About
Igo is a Japanese morphological analyzer written in Java and Common Lisp. This software is Python port of Igo(Java version).
Notice
Dictionary builder is not provided. You need to use Igo Java version to build the dictionary for Igo.
How To Use
You can use Igo Python easily:
>>> from igo.Tagger import Tagger
>>> t = Tagger('ipadic')
>>> for m in t.parse(u'すもももももももものうち'):
... print m.surface, m.feature
...
すもも 名詞,一般,*,*,*,*,すもも,スモモ,スモモ
も 助詞,係助詞,*,*,*,*,も,モ,モ
もも 名詞,一般,*,*,*,*,もも,モモ,モモ
も 助詞,係助詞,*,*,*,*,も,モ,モ
もも 名詞,一般,*,*,*,*,もも,モモ,モモ
の 助詞,連体化,*,*,*,*,の,ノ,ノ
うち 名詞,非自立,副詞可能,*,*,*,うち,ウチ,ウチ
>>>
Release files for igo-python 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| igo-python-0.1.tar.gz | 7.1 kB | Details |
Release files / igo-python-0.1.tar.gz
| Download URL | igo-python-0.1.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d6167bdcc63667e624d8cd93d80ddf4b507eb92ae27c17b915aea6c4e9e9bde8
|
|
BLAKE2b-256 checksum How to use checksums |
2aa6c17ca6dc9fb387763d7edd22f3cbdb8f77b9f75c2cad111328eaaf352f05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |