fix: correct the text language detection
This commit is contained in:
1
main.py
1
main.py
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user