From 63b69318450938f2522f39fc6cf2b71ce86e40be Mon Sep 17 00:00:00 2001 From: The Gears of Progress Date: Sun, 21 Dec 2025 17:14:18 -0500 Subject: [PATCH] Enabling Japanese --- text_helper/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text_helper/main.py b/text_helper/main.py index 7c7daf0..3c16e19 100755 --- a/text_helper/main.py +++ b/text_helper/main.py @@ -298,7 +298,7 @@ def split_into_sentences(text: str) -> list[str]: return sentences class Languages(Enum): - ##Japanese = 0 + Japanese = 0 English = 1 ##French = 2 ##German = 3