Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@A03ki A03ki released this 15 Sep 10:45
· 33 commits to master since this release
3da3f24

ハイライト

replace_orthographic_variants関数が小文字gpaを大文字GPAに変換するようになりました.

>>> from uectl.text_filter import replace_orthographic_variants
>>> text = "1類のgpaは高めです"
>>> replace_orthographic_variants(text)
'I類のGPAは高めです'

変更点

README.mdにPythonとPyPIのVersionとライセンスのバッチを追加 #8
インストール方法をPyPIに変更 #10
uectl/data/orthographic_variants.ymlのキーにGPAを追加 #12
Dockerfileのリファクタリング #14