Skip to main content

Collect arrows from parsing results.

Project description

kongming

https://img.shields.io/pypi/v/kongming.svg https://img.shields.io/travis/jun-harashima/kongming.svg Documentation Status

Collect arrows from parsing results.

Installation

$ pip install kongming

Usage

from kongming.main import Komgming

stopwords = ["。"]
kongming = Kongming(stopwords)
arrows = kongming.collect("今日は良い天気だ。")
print(arrows)  # => [{'modifier': '今日', 'function': 'は', 'head': '天気'},
                     {'modifier': '良い', 'function': '', 'head': '天気'}]

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.2 (2020-05-18)

  • First release on PyPI.

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

kongming-0.1.2.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

kongming-0.1.2-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 Python 3

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