Skip to content

Commit

Permalink
corrected Assistant.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rosannamilner committed Aug 14, 2024
1 parent 97c5987 commit 1e544f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
30 changes: 15 additions & 15 deletions public/locales/en/components/NavItems/tools/Assistant.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,34 +139,34 @@
"International_Relations": "International Relations",
"news_genre": "Genre",
"news_genre_tooltip": "Determine whether the text is most likely to be an opinion piece, objective news reporting, or satire.",
"Opinionated_News": "Opinionated News",
"Opinion": "Opinionated News",
"Reporting": "Objective reporting",
"Satire": "Satire",
"persuasion_techniques": "Persuasion Techniques",
"persuasion_techniques_tooltip": "Identify the persuasion techniques of the extracted text. This service annotates particular sentences within the text that use these techniques. A total of 23 different techniques are considered.",
"Appeal_to_Authority": "Appeal to Authority",
"Appeal_to_Popularity": "Appeal to Popularity",
"Appeal_to_values": "Appeal to values",
"Appeal_to_fear/prejudice": "Appeal to fear/prejudice",
"Appeal_to_Values": "Appeal to values",
"Appeal_to_Fear-Prejudice": "Appeal to fear/prejudice",
"Flag_Waving": "Flag Waving",
"Causal_oversimplification": "Causal oversimplification",
"False_dilemma_or_no_choice": "False dilemma or no choice",
"Consequential_oversimplification": "Consequential oversimplification",
"Straw_man": "Straw man",
"Red_herring": "Red herring",
"Causal_Oversimplification": "Causal oversimplification",
"False_Dilemma-No_Choice": "False dilemma or no choice",
"Consequential_Oversimplification": "Consequential oversimplification",
"Straw_Man": "Straw man",
"Red_Herring": "Red herring",
"Whataboutism": "Whataboutism",
"Slogans": "Slogans",
"Appeal_to_time": "Appeal to time",
"Conversation_killer": "Conversation killer",
"Appeal_to_Time": "Appeal to time",
"Conversation_Killer": "Conversation killer",
"Loaded_Language": "Loaded language",
"Repetition": "Repetition",
"Exaggeration_or_minimisation": "Exaggeration or minimisation",
"Obfuscation_vagueness_or_confusion": "Obfuscation - vagueness or confusion",
"Name_calling_or_labeling": "Name calling or labeling",
"Exaggeration-Minimisation": "Exaggeration or minimisation",
"Obfuscation_Vagueness-Confusion": "Obfuscation - vagueness or confusion",
"Name_Calling-Labeling": "Name calling or labeling",
"Doubt": "Doubt",
"Guilt_by_association": "Guilt by association",
"Guilt_by_Association": "Guilt by association",
"Appeal_to_Hypocrisy": "Appeal to Hypocrisy",
"Questioning_the_reputation": "Questioning the reputation",
"Questioning_the_Reputation": "Questioning the reputation",
"detected_techniques": "Detected techniques",
"no_detected_categories": "No detected categories",
"subjectivity": "Subjectivity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ const AssistantCredSignals = () => {
<Typography
sx={{ color: "text.secondary", align: "start" }}
>
{console.log("top=", newsFramingResult.entities)}
{renderEntityKeys(newsFramingResult.entities, keyword)}
</Typography>
)}
Expand Down Expand Up @@ -493,7 +492,6 @@ const AssistantCredSignals = () => {
<Typography
sx={{ color: "text.secondary", align: "start" }}
>
{console.log("gen=", newsGenreResult)}
{renderEntityKeys(newsGenreResult.entities, keyword)}
</Typography>
)}
Expand Down Expand Up @@ -580,7 +578,6 @@ const AssistantCredSignals = () => {
<Typography
sx={{ color: "text.secondary", align: "start" }}
>
{console.log("per=", persuasionResult.entities)}
{renderEntityKeys(persuasionResult.entities, keyword)}
</Typography>
)}
Expand Down

0 comments on commit 1e544f4

Please sign in to comment.