fix: correct the text language detection

This commit is contained in:
Namu
2026-05-23 15:39:50 +02:00
parent 8979550349
commit 76121b8c68
2 changed files with 22 additions and 21 deletions

View File

@@ -50,4 +50,5 @@ if __name__ == '__main__':
text_2_result = utils.forward_detection_with_text(lambda_fr, lambda_en, lambda_it, words_text_2)
text_3_result = utils.forward_detection_with_text(lambda_fr, lambda_en, lambda_it, words_text_3)
print('Résultat sur les textes ----------------------------------------------')
print(f'texte 1 {text_1_result}, texte 2 {text_2_result}, texte 3 {text_3_result}')