Metadata-Version: 2.1
Name: hirakanadic
Version: 0.0.1
Summary: 
Home-page: http://github.com/po3rin/hirakanadic
License: Apache-2.0
Author: po3rin
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SudachiDict-core (>=20210608,<20210609)
Requires-Dist: jaconv (>=0.3,<0.4)
Requires-Dist: sudachidict_full (>=20210608,<20210609)
Requires-Dist: sudachipy (>=0.5.2,<0.6.0)
Project-URL: Repository, http://github.com/po3rin/hirakanadic
Description-Content-Type: text/markdown

# hirakanadic

[![PyPi version](https://img.shields.io/pypi/v/hirakanadic.svg)](https://pypi.python.org/pypi/hirakanadic/)
![PyTest](https://github.com/po3rin/hirakanadic/workflows/PyTest/badge.svg)
[![](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-390/)

```sh
$ hirakanadic example/input.txt -o out.txt
```

input

```
コレステロール値
陰のうヘルニア
濾胞性リンパ腫
コリネバクテリウム・ウルセランス感染症
```

result

```
これすてろーる,5146,5146,7000,これすてろーる,名詞,普通名詞,一般,*,*,*,コレステロール,コレステロール,*,*,*,*,*
へるにあ,5146,5146,7000,へるにあ,名詞,普通名詞,一般,*,*,*,ヘルニア,ヘルニア,*,*,*,*,*
こりねばくてりうむ,5146,5146,7000,こりねばくてりうむ,名詞,普通名詞,一般,*,*,*,コリネバクテリウム,コリネバクテリウム,*,*,*,*,*
うるせらんす,5146,5146,7000,うるせらんす,名詞,普通名詞,一般,*,*,*,ウルセランス,ウルセランス,*,*,*,*,*
```

