Metadata-Version: 2.1
Name: katsuyou
Version: 0.1.5b1
Summary: Python japanese toolkit
Home-page: https://github.com/northy/katsuyou
Author: Alexsandro Thomas
Author-email: alexsandrogthomas@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/northy/katsuyou/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Katsuyou

[![Tests](https://github.com/northy/katsuyou/actions/workflows/main.yaml/badge.svg)](https://github.com/northy/katsuyou/actions/workflows/main.yaml)
[![PyPI version](https://badge.fury.io/py/katsuyou.svg)](https://badge.fury.io/py/katsuyou)
[![Downloads](https://pepy.tech/badge/katsuyou)](https://pepy.tech/project/katsuyou)

Python japanese toolkit.

Currently implemented features:
* 一段動詞 (Ichidan verb) conjugator
* 五段動詞 (Godan verb) conjugator
* イ形容詞 (i-adjective) conjugator
* String matcher using aho-corasick automaton


