Temporarilly disabling language text parsing

This commit is contained in:
The Gears of Progress 2025-12-21 17:11:33 -05:00
parent d9314eb60f
commit 37be3036ff

View File

@ -298,13 +298,13 @@ def split_into_sentences(text: str) -> list[str]:
return sentences
class Languages(Enum):
Japanese = 0
##Japanese = 0
English = 1
French = 2
German = 3
Italian = 4
SpanishEU = 5
SpanishLA = 6
##French = 2
##German = 3
##Italian = 4
##SpanishEU = 5
##SpanishLA = 6
# read by default 1st sheet of an excel file
dir = os.curdir + "/text_helper"