This commit is contained in:
Sven Riwoldt
2025-04-21 16:21:02 +02:00
parent 18cae83c46
commit 79bfb7e81b
13 changed files with 893 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ from xml.dom.minidom import Element
from pydub.effects import normalize
#Lese eine Datei
with open('Uebersicht_der_Wörter_20250419.txt', 'r', encoding='utf-8') as input_file:
with open('Uebersicht_der_Wörter_20250421.txt', 'r', encoding='utf-8') as input_file:
for line in input_file:
tmp = line.split('\t')[2]
nr = line.split('\t')[0]