Yahoo! Japan Text APIs Python wrapper
Project description
Setup
$ easy_install pyahooapis
Example
from pyahooapis import jlp
appid = 'your-application-id'
api = jlp.JLPAPIs(appid)
sentence = 'sentence'
chunks = api.da.get_chunks(sentence)
for chunk in chunks:
print '%s -> %s' % (chunk, chunks[chunk.dependency] if chunk.dependency != -1 else None)
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyahooapis-0.2.3.zip
(13.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyahooapis-0.2.3-py2.5.egg
(24.8 kB
view details)
File details
Details for the file pyahooapis-0.2.3.zip.
File metadata
- Download URL: pyahooapis-0.2.3.zip
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbb08403f81d6b83d827eb84b95ffc5fbdc1e90f0a382343a9fcd96823304495
|
|
| MD5 |
5320bdb107c2ce60ebcd306f22d645ad
|
|
| BLAKE2b-256 |
da99edbd6599e593281b35c1288269216e6abe5bc60b046d6ba178459d1f8c3e
|
File details
Details for the file pyahooapis-0.2.3-py2.5.egg.
File metadata
- Download URL: pyahooapis-0.2.3-py2.5.egg
- Upload date:
- Size: 24.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c5412c6fb60d160b4199b860a43646b3bcb8d1b7fbaa030ffcf4af64c8d1f51
|
|
| MD5 |
b81bfd1b1f1f84f78c36c0440ede6677
|
|
| BLAKE2b-256 |
6ce3f51cd11c1689640058011a6926b096b56af8d18636c2bd87cb36bed017c0
|