Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a Text Comparison Program with Azure API for Correspondence Analysis #32

Open
5 tasks
JolanThomassin opened this issue Oct 13, 2023 · 0 comments
Open
5 tasks

Comments

@JolanThomassin
Copy link
Contributor

JolanThomassin commented Oct 13, 2023

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:

  • Obtain the original text
  • Obtain the translated text
  • Connect to the API
  • Instruct it to compare the texts
  • Save the value for documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant