From d48cd2991acc2967a011442cd64e1d7b7ab539de Mon Sep 17 00:00:00 2001 From: m7142yosuke Date: Mon, 16 Dec 2024 12:02:18 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e6b15c..ce5dc38 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # english2kana +[![test](https://github.com/m7142yosuke/english2kana/actions/workflows/build-test.yaml/badge.svg)](https://github.com/m7142yosuke/english2kana/actions/workflows/build-test.yaml) + english2kana is a Python library designed to convert English words and romanized Japanese text into their Katakana representations. It leverages a sequence-to-sequence model with an attention mechanism, trained on data derived from English company names and their corresponding Katakana forms found on the Japan Corporate Number Publication Site. Key Features: