Skip to main content

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

Go to Pyahooapis’s documentation

Project details


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 hashes)

Uploaded Source

Built Distribution

pyahooapis-0.2.3-py2.5.egg (24.8 kB view hashes)

Uploaded Source

Supported by

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