You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this issue, we are working on a program that uses Azure API services for text analysis, particularly focusing on translation. The program's objective is to determine whether two text inputs correspond with each other. In a previous issue (#1), we found that obtaining only the English text was faster, more cost-effective, and simpler. Thus, our goal is to assess the reliability of ChatGPT's translation. To achieve this, we need a script that verifies if our original text maintains its meaning when translated.
The primary objective is to develop a script that can compare two text inputs to evaluate their correspondence. The software will make use of Azure API services for the text analysis.
ToDo:
Obtain the original text
Obtain the translated text
Connect to the API
Instruct it to compare the texts
Save the value for documentation
The text was updated successfully, but these errors were encountered:
Overview:
In this issue, we are working on a program that uses Azure API services for text analysis, particularly focusing on translation. The program's objective is to determine whether two text inputs correspond with each other. In a previous issue (#1), we found that obtaining only the English text was faster, more cost-effective, and simpler. Thus, our goal is to assess the reliability of ChatGPT's translation. To achieve this, we need a script that verifies if our original text maintains its meaning when translated.
The primary objective is to develop a script that can compare two text inputs to evaluate their correspondence. The software will make use of Azure API services for the text analysis.
ToDo:
The text was updated successfully, but these errors were encountered: