Test
diff --git a/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analysis.json b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analysis.json new file mode 100644 index 0000000000000000000000000000000000000000..84ed8aaf4b774f515002aed6710093e8e06dc06e --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analysis.json @@ -0,0 +1,32 @@ +{ + "product_id": "api_f2e96509-50f3-4438-a050-448bff25892d", + "tool_description": "Analyze and determine the sentiment (positive or negative) expressed in text data. With this API, you can integrate sentiment analysis capabilities into your applications, platforms, or services, allowing you to gain insights into the emotions, opinions, or attitudes conveyed within textual content.", + "home_url": "https://rapidapi.com/evlar-evlar-default/api/text-sentiment-analysis5/", + "name": "Text Sentiment Analysis", + "title": "Text Sentiment Analysis", + "pricing": "FREEMIUM", + "tool_name": "Text Sentiment Analysis", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1447, + "avgSuccessRate": 100, + "popularityScore": 8.6, + "__typename": "Score" + }, + "host": "text-sentiment-analysis5.p.rapidapi.com", + "api_list": [ + { + "name": "Detect Sentiment", + "url": "https://text-sentiment-analysis5.p.rapidapi.com/detect", + "description": "Detect Sentiment", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-sentiment-analysis5.p.rapidapi.com/detect\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-analysis5.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-sentiment-analysis5.p.rapidapi.com/detect\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-analysis5.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analyzer.json b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analyzer.json new file mode 100644 index 0000000000000000000000000000000000000000..a0e4d1536334c37fbe98444dcea39229e6530cc8 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analyzer.json @@ -0,0 +1,33 @@ +{ + "product_id": "api_a73ff515-ae0c-4ada-a846-f488f067b896", + "tool_description": "Text Sentiment Analyzer inspects the given text or URL and identifies the prevailing emotional opinion within the text, especially to determine a writer's attitude as positive, negative, or neutral. Sentiment analysis is performed through a specifically trained AI.", + "home_url": "https://rapidapi.com/inspot/api/text-sentiment-analyzer/", + "name": "Text Sentiment Analyzer", + "title": "Text Sentiment Analyzer", + "pricing": "PAID", + "tool_name": "Text Sentiment Analyzer", + "score": null, + "host": "text-sentiment-analyzer.p.rapidapi.com", + "api_list": [ + { + "name": "Text Sentiment Analyzer", + "url": "https://text-sentiment-analyzer.p.rapidapi.com/text_sentiment_analyzer", + "description": "Text Sentiment Analyzer inspects the given text and identifies the prevailing emotional opinion within the text, especially to determine a writer's attitude as positive, negative, or neutral. Sentiment analysis is performed through a specifically trained AI.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Never give up, life goes on and the road does not end. Raise your head and believe in your abilities. You will always attain what you propose to yourself if you really want it." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-sentiment-analyzer.p.rapidapi.com/text_sentiment_analyzer\"\nquerystring = {\"text\": \"Never give up, life goes on and the road does not end. Raise your head and believe in your abilities. You will always attain what you propose to yourself if you really want it.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-analyzer.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-sentiment-analyzer.p.rapidapi.com/text_sentiment_analyzer\"\nquerystring = {\"text\": \"Never give up, life goes on and the road does not end. Raise your head and believe in your abilities. You will always attain what you propose to yourself if you really want it.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-analyzer.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analyzer_api.json b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analyzer_api.json new file mode 100644 index 0000000000000000000000000000000000000000..360765262b9bac8543d2bfc48d17667f3a843fdd --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_analyzer_api.json @@ -0,0 +1,37 @@ +{ + "product_id": "api_8a3bf80d-3eb1-4417-8895-698b448ed839", + "tool_description": "The Text Sentiment Analyzer API is a tool for analyzing the sentiment of textual data. It uses advanced natural language processing techniques to determine the emotional tone of the text, providing insight into whether the text is positive, negative, or neutral. This API can be used in various applications such as social media monitoring, customer feedback analysis, and market research.", + "home_url": "https://rapidapi.com/zyla-labs-zyla-labs-default/api/text-sentiment-analyzer-api1/", + "name": "Text Sentiment Analyzer API", + "title": "Text Sentiment Analyzer API", + "pricing": "FREEMIUM", + "tool_name": "Text Sentiment Analyzer API", + "score": { + "avgServiceLevel": 0, + "avgLatency": 994, + "avgSuccessRate": 0, + "popularityScore": 0, + "__typename": "Score" + }, + "host": "text-sentiment-analyzer-api1.p.rapidapi.com", + "api_list": [ + { + "name": "Sentiment Analyzer", + "url": "https://text-sentiment-analyzer-api1.p.rapidapi.com/sentiment", + "description": "Pass any text and receive its sentiment score.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "I've been using this API for some time now. I must say that its performance its excellent. I will recommend this tool" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-sentiment-analyzer-api1.p.rapidapi.com/sentiment\"\nquerystring = {\"text\": \"I've been using this API for some time now. I must say that its performance its excellent. I will recommend this tool\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-analyzer-api1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-sentiment-analyzer-api1.p.rapidapi.com/sentiment\"\nquerystring = {\"text\": \"I've been using this API for some time now. I must say that its performance its excellent. I will recommend this tool\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-analyzer-api1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_sentiment_api.json b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_api.json new file mode 100644 index 0000000000000000000000000000000000000000..0c54f0aed80920893fe86cd06f31f853a8b515fe --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_sentiment_api.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_62777a3d-5775-44f6-a2b2-3f66245ea921", + "tool_description": "The Text Sentiment API on RapidAPI is one of the fastest and most robust sentiment analysis APIs. It returns values of POSITIVE, NEGATIVE, NEUTRAL, or MIXED and the associated probabilities (confidence) that a text has these sentiments. You can read more about the APi in this blog post: https://jj-espinoza-la.medium.com/the-benefits-and-uses-of-sentiment-analysis-apis-810de5f40fce", + "home_url": "https://rapidapi.com/jjespinozala/api/text-sentiment-api/", + "name": "Text Sentiment API", + "title": "Text Sentiment API", + "pricing": "FREEMIUM", + "tool_name": "Text Sentiment API", + "score": null, + "host": "text-sentiment-api.p.rapidapi.com", + "api_list": [ + { + "name": "sentiment", + "url": "https://text-sentiment-api.p.rapidapi.com/sentiment", + "description": "This endpoint returns the sentiment of a given text.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Negative is greater than the sum of its flawed parts." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-sentiment-api.p.rapidapi.com/sentiment\"\nquerystring = {\"text\": \"Negative is greater than the sum of its flawed parts.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-sentiment-api.p.rapidapi.com/sentiment\"\nquerystring = {\"text\": \"Negative is greater than the sum of its flawed parts.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-sentiment-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_similarity.json b/toolbench/toolenv/tools/Text_Analysis/text_similarity.json new file mode 100644 index 0000000000000000000000000000000000000000..a1924947048147fd7df7b4660c187681088d08d9 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_similarity.json @@ -0,0 +1,174 @@ +{ + "tool_name": "Text Similarity", + "tool_description": "Evaluate the similarity of two words, sentences, or paragraphs", + "title": "Text Similarity", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 100, + "avgLatency": 180, + "avgSuccessRate": 100, + "popularityScore": 9.8, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/twinword/api/text-similarity/", + "host": "twinword-text-similarity-v1.p.rapidapi.com", + "api_list": [ + { + "name": "Text Similarity (get)", + "url": "https://twinword-text-similarity-v1.p.rapidapi.com/similarity/", + "description": "Evaluate the similarity of two words, sentences, or paragraphs.", + "method": "GET", + "required_parameters": [ + { + "name": "text1", + "type": "STRING", + "description": "Input the first text to compare.", + "default": "The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus." + }, + { + "name": "text2", + "type": "STRING", + "description": "Input a second text to compare its similarity with the first text.", + "default": "An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-text-similarity-v1.p.rapidapi.com/similarity/\"\nquerystring = {\"text1\": text1, \"text2\": text2}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-text-similarity-v1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "similarity": 0.90790287408326, + "value": 185511.27238341, + "version": "4.0.0", + "author": "twinword inc.", + "email": "feedback@twinword.com", + "result_code": "200", + "result_msg": "Success" + }, + "headers": { + "alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "599e9ee73ecdef59-NRT", + "cf-request-id": "02f701a4840000ef59580ef200000001", + "content-type": "application/json", + "date": "Wed, 27 May 2020 09:13:35 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server": "RapidAPI-1.1.7", + "set-cookie": [ + "__cfduid=da2ca46aa5b3559ce34814b65580e4bfd1590570814; expires=Fri, 26-Jun-20 09:13:34 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.1.7", + "content-length": "169", + "connection": "Close" + }, + "schema": { + "properties": { + "author": { + "type": "string" + }, + "email": { + "format": "email", + "type": "string" + }, + "result_code": { + "format": "color", + "type": "string" + }, + "result_msg": { + "type": "string" + }, + "similarity": { + "type": "number" + }, + "value": { + "type": "number" + }, + "version": { + "type": "string" + } + }, + "type": "object" + } + }, + { + "name": "Text Similarity (post)", + "url": "https://twinword-text-similarity-v1.p.rapidapi.com/similarity/", + "description": "Evaluate the similarity of two words, sentences, or paragraphs.", + "method": "POST", + "required_parameters": [ + { + "name": "text1", + "type": "STRING", + "description": "Enter the first text to compare.", + "default": "The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus." + }, + { + "name": "text2", + "type": "STRING", + "description": "Input a second text to compare its similarity with the first text.", + "default": "An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-text-similarity-v1.p.rapidapi.com/similarity/\"\nquerystring = {\"text1\": text1, \"text2\": text2}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-text-similarity-v1.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "author": "twinword inc.", + "email": "help@twinword.com", + "result_code": "200", + "result_msg": "Success", + "similarity": 0.86882813106215, + "value": 2463079.7207981, + "version": "4.0.0" + }, + "headers": { + "alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "599e9f585cb8f8df-NRT", + "cf-request-id": "02f701eb330000f8df1834c200000001", + "content-type": "application/json", + "date": "Wed, 27 May 2020 09:13:53 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server": "RapidAPI-1.1.7", + "set-cookie": [ + "__cfduid=dd09c4ecef586b6933065e5fbc454cdff1590570832; expires=Fri, 26-Jun-20 09:13:52 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.1.7", + "content-length": "169", + "connection": "Close" + }, + "schema": {} + }, + { + "name": "Text Similarity (post)", + "url": "https://twinword-text-similarity-v1.p.rapidapi.com/similarity/", + "description": "Evaluate the similarity of two words, sentences, or paragraphs.", + "method": "POST", + "required_parameters": [ + { + "name": "text1", + "type": "STRING", + "description": "Enter the first text to compare.", + "default": "The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus." + }, + { + "name": "text2", + "type": "STRING", + "description": "Input a second text to compare its similarity with the first text.", + "default": "An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-text-similarity-v1.p.rapidapi.com/similarity/\"\nquerystring = {\"text1\": \"The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus.\", \"text2\": \"An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-text-similarity-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-text-similarity-v1.p.rapidapi.com/similarity/\"\nquerystring = {\"text1\": \"The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus.\", \"text2\": \"An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-text-similarity-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_similarity/api.py b/toolbench/toolenv/tools/Text_Analysis/text_similarity/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a1d61b1039f5a35c7c7c1e1e7542a855837b7a83 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_similarity/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def text_similarity_get(text1: str, text2: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Evaluate the similarity of two words, sentences, or paragraphs." + text1: Input the first text to compare. + text2: Input a second text to compare its similarity with the first text. + + """ + url = f"https://twinword-text-similarity-v1.p.rapidapi.com/similarity/" + querystring = {'text1': text1, 'text2': text2, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-text-similarity-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/text_summarization.json b/toolbench/toolenv/tools/Text_Analysis/text_summarization.json new file mode 100644 index 0000000000000000000000000000000000000000..a023ff8b8f092be649ef175fbd622c0676fd98d8 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_summarization.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_62b5d0f9-2a7f-405e-8a60-1d06fc3fcfdf", + "tool_description": "Summarizes text, in almost abstractive way. ", + "home_url": "https://rapidapi.com/lakinekaki7/api/text-summarization8/", + "name": "Text Summarization", + "title": "Text Summarization", + "pricing": "FREEMIUM", + "tool_name": "Text Summarization", + "score": { + "avgServiceLevel": 100, + "avgLatency": 838, + "avgSuccessRate": 100, + "popularityScore": 8.2, + "__typename": "Score" + }, + "host": "text-summarization8.p.rapidapi.com", + "api_list": [ + { + "name": "Text Summarization", + "url": "https://text-summarization8.p.rapidapi.com/summarize", + "description": "Summarizes a text with paraphrasing. It extracts the essential information and removes redundancies.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-summarization8.p.rapidapi.com/summarize\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarization8.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-summarization8.p.rapidapi.com/summarize\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarization8.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_summarizer.json b/toolbench/toolenv/tools/Text_Analysis/text_summarizer.json new file mode 100644 index 0000000000000000000000000000000000000000..81a8fa9fa2b9de0820a81e2d2c9a1bf981587b83 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_summarizer.json @@ -0,0 +1,45 @@ +{ + "product_id": "api_6fe50519-e1b5-4c47-96b0-3ff1754b406b", + "tool_description": "Connexun's \"Text Summarizer\" API generates an extractive summary from any given text. Test our api for free and do not hesitate to reach us out for further information.", + "home_url": "https://rapidapi.com/connexun-srl-connexun-srl-default/api/text-summarizer1/", + "name": "Text Summarizer", + "title": "Text Summarizer", + "pricing": "FREEMIUM", + "tool_name": "Text Summarizer", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1318, + "avgSuccessRate": 75, + "popularityScore": 9.2, + "__typename": "Score" + }, + "host": "text-summarizer1.p.rapidapi.com", + "api_list": [ + { + "name": "/summarize", + "url": "https://text-summarizer1.p.rapidapi.com/summarize", + "description": "Summarizes a valid input content and returns the highest ranked sentences from the text. These sentences in the order of appearence in the main text are then combined, which represents the most weighted sentences of the text also called summary.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-summarizer1.p.rapidapi.com/summarize\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarizer1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-summarizer1.p.rapidapi.com/summarize\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarizer1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/detect-language", + "url": "https://text-summarizer1.p.rapidapi.com/detect-language", + "description": "The endpoint takes as input the text that needs to be analyzed and returns with the probability the language in which the text is written. If the text contains multiple language, the response is an array of objects each specifying the language detected and the corresponding probability.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-summarizer1.p.rapidapi.com/detect-language\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarizer1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-summarizer1.p.rapidapi.com/detect-language\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarizer1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_summarizer_api.json b/toolbench/toolenv/tools/Text_Analysis/text_summarizer_api.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca969035c7e7e9a26ba0cd5c25cadb4f43f1a19 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_summarizer_api.json @@ -0,0 +1,37 @@ +{ + "product_id": "api_bf3e42aa-cdde-4230-aaad-81b2c24e534d", + "tool_description": "The Text Summarizer API is a tool that automatically creates brief, condensed versions of the original text. This API can be used in various applications such as news aggregation, content curation, and educational materials.", + "home_url": "https://rapidapi.com/zyla-labs-zyla-labs-default/api/text-summarizer-api/", + "name": "Text Summarizer API", + "title": "Text Summarizer API", + "pricing": "FREEMIUM", + "tool_name": "Text Summarizer API", + "score": null, + "host": "text-summarizer-api.p.rapidapi.com", + "api_list": [ + { + "name": "Summarizer", + "url": "https://text-summarizer-api.p.rapidapi.com/summarizer", + "description": "With this Endpoint, you will be able to summarize your text. Select what percentage of the words you want to summarize, and you will be retrieved with the general idea of your text or article!", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "The text string you want to summarize.", + "default": "In the modern digital environment, content that is quick, comprehensible, and simple to read is essential. You want your material to be reader-friendly whether you are presenting a learning module for a class, writing about a product or service, or simply journaling your most recent exploits. Many individuals prefer things to be tidy, succinct, and straightforward. So, tools for paraphrasing can be useful in this situation." + }, + { + "name": "output_percent", + "type": "STRING", + "description": "Percent of the original text to be returned. Values range from 10 to 100", + "default": "40" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-summarizer-api.p.rapidapi.com/summarizer\"\nquerystring = {\"text\": \"In the modern digital environment, content that is quick, comprehensible, and simple to read is essential. You want your material to be reader-friendly whether you are presenting a learning module for a class, writing about a product or service, or simply journaling your most recent exploits. Many individuals prefer things to be tidy, succinct, and straightforward. So, tools for paraphrasing can be useful in this situation.\", \"output_percent\": \"40\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarizer-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-summarizer-api.p.rapidapi.com/summarizer\"\nquerystring = {\"text\": \"In the modern digital environment, content that is quick, comprehensible, and simple to read is essential. You want your material to be reader-friendly whether you are presenting a learning module for a class, writing about a product or service, or simply journaling your most recent exploits. Many individuals prefer things to be tidy, succinct, and straightforward. So, tools for paraphrasing can be useful in this situation.\", \"output_percent\": \"40\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summarizer-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_summarizer_v4/api.py b/toolbench/toolenv/tools/Text_Analysis/text_summarizer_v4/api.py new file mode 100644 index 0000000000000000000000000000000000000000..0dc419c142c11952041522e65c9897b57da26d13 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_summarizer_v4/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def ping(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "check if the service is alive" + + """ + url = f"https://text-summarizer6.p.rapidapi.com/ping" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "text-summarizer6.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/text_summerizer.json b/toolbench/toolenv/tools/Text_Analysis/text_summerizer.json new file mode 100644 index 0000000000000000000000000000000000000000..0627d01a5524aae9a0923c9c68d0929c3e4416e6 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_summerizer.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_a0978a3a-0d86-44bc-9174-f28906e65f62", + "tool_description": "Summerizes text", + "home_url": "https://rapidapi.com/meziecjo-rPJ-00A9UcR/api/text-summerizer1/", + "name": "Text summerizer", + "title": "Text summerizer", + "pricing": "FREE", + "tool_name": "Text summerizer", + "score": { + "avgServiceLevel": 100, + "avgLatency": 793, + "avgSuccessRate": 0, + "popularityScore": 0, + "__typename": "Score" + }, + "host": "text-summerizer1.p.rapidapi.com", + "api_list": [ + { + "name": "Text", + "url": "https://text-summerizer1.p.rapidapi.com/text", + "description": "Endpoint that accepts a text string", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-summerizer1.p.rapidapi.com/text\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summerizer1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-summerizer1.p.rapidapi.com/text\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-summerizer1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_talking_point_api.json b/toolbench/toolenv/tools/Text_Analysis/text_talking_point_api.json new file mode 100644 index 0000000000000000000000000000000000000000..57337e97510b18cfcae5e3fdd909e501ac914ade --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_talking_point_api.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_9e25e5ac-3d9f-4db9-91a9-388dcd48f511", + "tool_description": "A key phrase is a string containing a noun phrase that describes a particular thing. It generally consists of a noun and the modifiers that distinguish it. For example, \"day\" is a noun; \"a beautiful day\" is a noun phrase that includes an article (\"a\") and an adjective (\"beautiful\"). You can read more about this API in this blog post: https://jj-espinoza-la.medium.com/the-future-of-document-management-how-ai-is-transforming-the-way-we-store-and-retrieve-information-ebff526f83c6", + "home_url": "https://rapidapi.com/jjespinozala/api/text-talking-point-api/", + "name": "Text Talking Point API", + "title": "Text Talking Point API", + "pricing": "FREEMIUM", + "tool_name": "Text Talking Point API", + "score": null, + "host": "text-talking-point-api.p.rapidapi.com", + "api_list": [ + { + "name": "talking-points", + "url": "https://text-talking-point-api.p.rapidapi.com/", + "description": "This returns the talking points from a set of text.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "The importance of the presidency of the General Assembly can best be understood within the context of the Organization\u2019s founding ideals and inestimable contributions to human progress. The global reach of the United Nations makes it not only the most representative intergovernmental body on earth, but also the world\u2019s best hope for peace and security, sustainable development and the promotion and protection of human rights and social progress. Its membership, drawn from all corners of the globe, gives it the legitimacy that enables it to speak authoritatively as the voice and conscience of the international community, and to take on complex and daunting global challenges\u2014from intra- and inter-State armed conflicts to natural disasters and massive population displacement\u2014, in the service of humanity. In accordance with the provisions of its Charter, the United Nations is committed to human progress and the preservation of the environment\u2014our collective home. As we all know, our primary mandate, as prescribed in Article 1 of the Charter, is to \u201cmaintain international peace and security, and to that end: to take effective collective measures for the prevention and removal of threats to the peace, and for the suppression of acts of aggression or other breaches of the peace\u201d. In this noble undertaking, cooperation, collaboration, unity and solidarity must be the light we should seek and follow. To its credit, the United Nations has championed human progress on many fronts, including peace operations, human rights, non-discrimination, decolonization, gender equality and sustainable development. The Organization has also supported regional and subregional organizations in initiatives such as the African Union Agenda 2063. The Organization also continues to collaborate with other intergovernmental organizations and civil society in furtherance of its disarmament agenda and in tackling international terrorism, human trafficking, toxic waste dumping, and combating deadly diseases and health pandemics. The Sustainable Development Goals, launched in 2015, as well as the Paris Climate Agreement, capped the Organization\u2019s list of achievements in recent years. Of course, tension over norms and methods and policy differences have also marked exchanges and deliberations in the Organization, sometimes blocking meaningful action when it is most critical. Indeed, some of the more difficult and long-lasting matters of war and peace play out here in the United Nations, quite often pitting countries against each other and getting in the way of the coherent operation of the main organs and other entities of the United Nations. As the most representative of the Organization\u2019s main organs, the General Assembly is a unique forum for promoting multilateralism in the full spectrum of international issues before the Organization. It must never relent in its efforts to bridge gaps and act for the common good. No matter the gravity of the challenge, we are most likely to prevail when all parties work together. Facilitating this will be my foremost objective. In particular, we must continue efforts to strengthen the relationship between the General Assembly and the Security Council and the Economic and Social Council, based on the principle of mutual understanding and respect, in order to ensure the requisite synergy and coherence to better serve the Organization and the world." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-talking-point-api.p.rapidapi.com/\"\nquerystring = {\"text\": \"The importance of the presidency of the General Assembly can best be understood within the context of the Organization\u2019s founding ideals and inestimable contributions to human progress. The global reach of the United Nations makes it not only the most representative intergovernmental body on earth, but also the world\u2019s best hope for peace and security, sustainable development and the promotion and protection of human rights and social progress. Its membership, drawn from all corners of the globe, gives it the legitimacy that enables it to speak authoritatively as the voice and conscience of the international community, and to take on complex and daunting global challenges\u2014from intra- and inter-State armed conflicts to natural disasters and massive population displacement\u2014, in the service of humanity. In accordance with the provisions of its Charter, the United Nations is committed to human progress and the preservation of the environment\u2014our collective home. As we all know, our primary mandate, as prescribed in Article 1 of the Charter, is to \u201cmaintain international peace and security, and to that end: to take effective collective measures for the prevention and removal of threats to the peace, and for the suppression of acts of aggression or other breaches of the peace\u201d. In this noble undertaking, cooperation, collaboration, unity and solidarity must be the light we should seek and follow. To its credit, the United Nations has championed human progress on many fronts, including peace operations, human rights, non-discrimination, decolonization, gender equality and sustainable development. The Organization has also supported regional and subregional organizations in initiatives such as the African Union Agenda 2063. The Organization also continues to collaborate with other intergovernmental organizations and civil society in furtherance of its disarmament agenda and in tackling international terrorism, human trafficking, toxic waste dumping, and combating deadly diseases and health pandemics. The Sustainable Development Goals, launched in 2015, as well as the Paris Climate Agreement, capped the Organization\u2019s list of achievements in recent years. Of course, tension over norms and methods and policy differences have also marked exchanges and deliberations in the Organization, sometimes blocking meaningful action when it is most critical. Indeed, some of the more difficult and long-lasting matters of war and peace play out here in the United Nations, quite often pitting countries against each other and getting in the way of the coherent operation of the main organs and other entities of the United Nations. As the most representative of the Organization\u2019s main organs, the General Assembly is a unique forum for promoting multilateralism in the full spectrum of international issues before the Organization. It must never relent in its efforts to bridge gaps and act for the common good. No matter the gravity of the challenge, we are most likely to prevail when all parties work together. Facilitating this will be my foremost objective. In particular, we must continue efforts to strengthen the relationship between the General Assembly and the Security Council and the Economic and Social Council, based on the principle of mutual understanding and respect, in order to ensure the requisite synergy and coherence to better serve the Organization and the world.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-talking-point-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-talking-point-api.p.rapidapi.com/\"\nquerystring = {\"text\": \"The importance of the presidency of the General Assembly can best be understood within the context of the Organization\u2019s founding ideals and inestimable contributions to human progress. The global reach of the United Nations makes it not only the most representative intergovernmental body on earth, but also the world\u2019s best hope for peace and security, sustainable development and the promotion and protection of human rights and social progress. Its membership, drawn from all corners of the globe, gives it the legitimacy that enables it to speak authoritatively as the voice and conscience of the international community, and to take on complex and daunting global challenges\u2014from intra- and inter-State armed conflicts to natural disasters and massive population displacement\u2014, in the service of humanity. In accordance with the provisions of its Charter, the United Nations is committed to human progress and the preservation of the environment\u2014our collective home. As we all know, our primary mandate, as prescribed in Article 1 of the Charter, is to \u201cmaintain international peace and security, and to that end: to take effective collective measures for the prevention and removal of threats to the peace, and for the suppression of acts of aggression or other breaches of the peace\u201d. In this noble undertaking, cooperation, collaboration, unity and solidarity must be the light we should seek and follow. To its credit, the United Nations has championed human progress on many fronts, including peace operations, human rights, non-discrimination, decolonization, gender equality and sustainable development. The Organization has also supported regional and subregional organizations in initiatives such as the African Union Agenda 2063. The Organization also continues to collaborate with other intergovernmental organizations and civil society in furtherance of its disarmament agenda and in tackling international terrorism, human trafficking, toxic waste dumping, and combating deadly diseases and health pandemics. The Sustainable Development Goals, launched in 2015, as well as the Paris Climate Agreement, capped the Organization\u2019s list of achievements in recent years. Of course, tension over norms and methods and policy differences have also marked exchanges and deliberations in the Organization, sometimes blocking meaningful action when it is most critical. Indeed, some of the more difficult and long-lasting matters of war and peace play out here in the United Nations, quite often pitting countries against each other and getting in the way of the coherent operation of the main organs and other entities of the United Nations. As the most representative of the Organization\u2019s main organs, the General Assembly is a unique forum for promoting multilateralism in the full spectrum of international issues before the Organization. It must never relent in its efforts to bridge gaps and act for the common good. No matter the gravity of the challenge, we are most likely to prevail when all parties work together. Facilitating this will be my foremost objective. In particular, we must continue efforts to strengthen the relationship between the General Assembly and the Security Council and the Economic and Social Council, based on the principle of mutual understanding and respect, in order to ensure the requisite synergy and coherence to better serve the Organization and the world.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-talking-point-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_to_emotions.json b/toolbench/toolenv/tools/Text_Analysis/text_to_emotions.json new file mode 100644 index 0000000000000000000000000000000000000000..d5bc0b57623c4342cd727dd654dcdb2a5669b377 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_to_emotions.json @@ -0,0 +1,65 @@ +{ + "product_id": "api_6ae26e73-e4d4-4d34-bb78-af9a769580bc", + "tool_description": "Text To Emotions API, a powerful text analysis tool designed to unveil the underlying emotions in any given text. This innovative API takes textual input and processes it to provide a comprehensive emotional profile with values ranging from 0 to 1, enabling a more nuanced understanding of the emotions conveyed.", + "home_url": "https://rapidapi.com/fletcherrippon/api/text-to-emotions2/", + "name": "Text To Emotions", + "title": "Text To Emotions", + "pricing": "FREEMIUM", + "tool_name": "Text To Emotions", + "score": null, + "host": "text-to-emotions2.p.rapidapi.com", + "api_list": [ + { + "name": "predict_predict_emotion_post", + "url": "https://text-to-emotions2.p.rapidapi.com/predict-emotion", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotion\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotion\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "predictMany_predict_emotion_many_post", + "url": "https://text-to-emotions2.p.rapidapi.com/predict-emotion-many", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotion-many\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotion-many\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Predict Emotions", + "url": "https://text-to-emotions2.p.rapidapi.com/predict-emotions", + "description": "Predict emotions for input", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotions\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotions\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "predictMany_predict_emotions_many_post", + "url": "https://text-to-emotions2.p.rapidapi.com/predict-emotions-many", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotions-many\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-to-emotions2.p.rapidapi.com/predict-emotions-many\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-emotions2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_to_emotions/api.py b/toolbench/toolenv/tools/Text_Analysis/text_to_emotions/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a337c56309e0ca12ad948ae0842427f97ca361cd --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_to_emotions/api.py @@ -0,0 +1,113 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def read_root_get(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://text-to-emotions2.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "text-to-emotions2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def predict_predict_emotions_text_get(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://text-to-emotions2.p.rapidapi.com/predict-emotions/:{text}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "text-to-emotions2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def predictmany_predict_emotions_many_texts_get(texts: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://text-to-emotions2.p.rapidapi.com/predict-emotions-many/:{texts}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "text-to-emotions2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def predict_predict_emotion_text_get(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://text-to-emotions2.p.rapidapi.com/predict-emotion/:{text}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "text-to-emotions2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def predictmany_predict_emotion_many_texts_get(texts: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://text-to-emotions2.p.rapidapi.com/predict-emotion-many/:{texts}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "text-to-emotions2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/text_to_speech.json b/toolbench/toolenv/tools/Text_Analysis/text_to_speech.json new file mode 100644 index 0000000000000000000000000000000000000000..05944e669aeba28049f1d34d2a21e40f049b1e94 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_to_speech.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_072ceab6-542d-4a3f-abef-bdd51cf39861", + "tool_description": "Ultra fast text-to-speech API for text and SSML conversion to audio files or binary data streams based on Amazon Polly. ", + "home_url": "https://rapidapi.com/akafui/api/text-to-speech37/", + "name": "Text-To-Speech", + "title": "Text-To-Speech", + "pricing": "FREEMIUM", + "tool_name": "Text-To-Speech", + "score": null, + "host": "text-to-speech37.p.rapidapi.com", + "api_list": [ + { + "name": "text-to-speech", + "url": "https://text-to-speech37.p.rapidapi.com/prod/kynesys-tts", + "description": "Post text or SSML to this endpoint and get back either an mp3 file download link or an binary audio data.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-to-speech37.p.rapidapi.com/prod/kynesys-tts\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-speech37.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-to-speech37.p.rapidapi.com/prod/kynesys-tts\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-to-speech37.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_translate.json b/toolbench/toolenv/tools/Text_Analysis/text_translate.json new file mode 100644 index 0000000000000000000000000000000000000000..1e164017354d18aa499084427eefbad0a76de469 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_translate.json @@ -0,0 +1,74 @@ +{ + "tool_name": "Text Translate", + "tool_description": "Real-time text translation with over 100+ supported languages.", + "title": "Text Translate", + "pricing": "FREEMIUM", + "score": null, + "home_url": "https://rapidapi.com/grimaceape/api/text-translate3/", + "host": "text-translate3.p.rapidapi.com", + "api_list": [ + { + "name": "translate", + "url": "https://text-translate3.p.rapidapi.com/translate", + "description": "Translate text", + "method": "POST", + "required_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "The destination language", + "default": "zh-Hans" + }, + { + "name": "from", + "type": "STRING", + "description": "The source language", + "default": "en" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-translate3.p.rapidapi.com/translate\"\nquerystring = {\"to\": to, \"from\": is_from}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-translate3.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "languages", + "url": "https://text-translate3.p.rapidapi.com/languages", + "description": "Get supported languages", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-translate3.p.rapidapi.com/languages\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-translate3.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "translate", + "url": "https://text-translate3.p.rapidapi.com/translate", + "description": "Translate text", + "method": "POST", + "required_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "The destination language", + "default": "zh-Hans" + }, + { + "name": "from", + "type": "STRING", + "description": "The source language", + "default": "en" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-translate3.p.rapidapi.com/translate\"\nquerystring = {\"to\": \"zh-Hans\", \"from\": \"en\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-translate3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-translate3.p.rapidapi.com/translate\"\nquerystring = {\"to\": \"zh-Hans\", \"from\": \"en\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-translate3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/text_translate/api.py b/toolbench/toolenv/tools/Text_Analysis/text_translate/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2bb34ae3d901aa2d812b305d679c753f32e8ea46 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_translate/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def languages(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get supported languages" + + """ + url = f"https://text-translate3.p.rapidapi.com/languages" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "text-translate3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/text_url_pdf_summarization.json b/toolbench/toolenv/tools/Text_Analysis/text_url_pdf_summarization.json new file mode 100644 index 0000000000000000000000000000000000000000..29f188cceefe888e2f16dda256e67e68c22b45ea --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/text_url_pdf_summarization.json @@ -0,0 +1,52 @@ +{ + "product_id": "api_3b526213-a90f-4e71-99be-e82e68aac916", + "tool_description": "Text URL PDF Summarization API With our api you will be able to extract the most important parts of copied texts, web texts and texts from pdf files.Our API Works with artificial intelligence and is very easy to use.Basically, you will have three apis in one. Text summaries, urls and pdfs.", + "home_url": "https://rapidapi.com/micaelbh/api/text-url-pdf-summarization/", + "name": "text-url-pdf-summarization", + "title": "text-url-pdf-summarization", + "pricing": "FREEMIUM", + "tool_name": "text-url-pdf-summarization", + "score": { + "avgServiceLevel": 76, + "avgLatency": 3140, + "avgSuccessRate": 76, + "popularityScore": 8.8, + "__typename": "Score" + }, + "host": "text-url-pdf-summarization.p.rapidapi.com", + "api_list": [ + { + "name": "url text", + "url": "https://text-url-pdf-summarization.p.rapidapi.com/urls", + "description": "In this method the text is extracted from up to 10 urls at once.\n\nThe parameters are:\nurls: address of the urls to be summarized\nPercent: percentage (0.2 to 0.8) representing 20% to 80%\nLang:\nenglish\nspanish\narabic\nazerbaijani\nBengali\ndanish\ndutch\nfinnish\nfrench\ngerman\ngreek\nhungarian\nindonesian\nitalian\nkazakh\nnepali\nnonwegian\nportuguese\nromanian\nrussian\nslovene\nswedish\ntajik\nturkish\n\nThe results come in json as:\n\ntitle: if the url has a title, our algorithm can recognize it and return this data.\n\nmarked_text: Text with html markings giving the most important parts according to percentage.\n\noriginal_text: text without abstract, but can be used for other purposes.\n\nsummary: Just the text summary.\n\ntext_url: url of the summarized text.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-url-pdf-summarization.p.rapidapi.com/urls\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-url-pdf-summarization.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-url-pdf-summarization.p.rapidapi.com/urls\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-url-pdf-summarization.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "pdf file", + "url": "https://text-url-pdf-summarization.p.rapidapi.com/pdfs", + "description": "In this method the pdf file must be in a url...\nFor example:\ndomain . com / file.pdf\n\nThe parameters are:\nurl: url fo the pdf file. \nPercent: percentage (0.2 to 0.8) representing 20% to 80%\nLang:\nenglish\nspanish\narabic\nazerbaijani\nBengali\ndanish\ndutch\nfinnish\nfrench\ngerman\ngreek\nhungarian\nindonesian\nitalian\nkazakh\nnepali\nnonwegian\nportuguese\nromanian\nrussian\nslovene\nswedish\ntajik\nturkish\n\nThe results come in json as:\n\nmarked_text: Text with html markings giving the most important parts according to percentage.\n\nsummary_text: here you only have the summary", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-url-pdf-summarization.p.rapidapi.com/pdfs\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-url-pdf-summarization.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-url-pdf-summarization.p.rapidapi.com/pdfs\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-url-pdf-summarization.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "simple text", + "url": "https://text-url-pdf-summarization.p.rapidapi.com/simplesummary", + "description": "In this method the text to be summarized must already be extracted from somewhere.\n\nThe parameters are:\nOriginal_Text: Text to be summarized\nPercent: percentage (0.2 to 0.8) representing 20% to 80%\nLang:\nenglish\nspanish\narabic\nazerbaijani\nBengali\ndanish\ndutch\nfinnish\nfrench\ngerman\ngreek\nhungarian\nindonesian\nitalian\nkazakh\nnepali\nnonwegian\nportuguese\nromanian\nrussian\nslovene\nswedish\ntajik\nturkish\n\nThe results come in json as:\n\nmarked_text: Text with html markings giving the most important parts according to percentage.\n\noriginal_text: text without abstract, but can be used for other purposes.\n\nsummary_text: here you only have the summary", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://text-url-pdf-summarization.p.rapidapi.com/simplesummary\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-url-pdf-summarization.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://text-url-pdf-summarization.p.rapidapi.com/simplesummary\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"text-url-pdf-summarization.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textanalysisapi.json b/toolbench/toolenv/tools/Text_Analysis/textanalysisapi.json new file mode 100644 index 0000000000000000000000000000000000000000..5128f98325a4d1e2c5ec28d06e97a5ba9aa8da0e --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textanalysisapi.json @@ -0,0 +1,350 @@ +{ + "tool_name": "TextAnalysisAPI", + "tool_description": "Natural Language API provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, entity sentiment analysis, content classification, and syntax analysis.", + "title": "TextAnalysisAPI", + "pricing": "FREEMIUM", + "score": null, + "home_url": "https://rapidapi.com/beslogic-ai-inc-beslogic-ai-inc-default/api/textanalysisapi/", + "host": "textanalysisapi.p.rapidapi.com", + "api_list": [ + { + "name": "Language Detection", + "url": "https://textanalysisapi.p.rapidapi.com/proxy/qaapi/detect-language/", + "description": "Detects one or many languages a document is written in and returns it in ISO 639-1 format, from among 62 different languages.", + "method": "POST", + "required_parameters": [ + { + "name": "txt", + "type": "STRING", + "description": "", + "default": " Aucun autre d\u00e9tail sur les circonstances entourant cette mort suspecte n\u2019a \u00e9t\u00e9 d\u00e9voil\u00e9" + }, + { + "name": "txt", + "type": "STRING", + "description": "", + "default": "hello" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textanalysisapi.p.rapidapi.com/proxy/qaapi/detect-language/\"\nquerystring = {\"txt\": txt}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textanalysisapi.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": [ + { + "code": "fr ", + "confidence": 98, + "name": "French ", + "read bytes": 968 + }, + { + "code": "un ", + "confidence": 0, + "name": "un ", + "read bytes": 0 + }, + { + "code": "un ", + "confidence": 0, + "name": "un ", + "read bytes": 0 + } + ], + "headers": { + "access-control-allow-origin": "*", + "content-type": "application/json", + "date": "Sun, 16 May 2021 15:49:08 GMT", + "server": "RapidAPI-1.2.8", + "x-rapidapi-region": "AWS - us-east-1", + "x-rapidapi-version": "1.2.8", + "content-length": "332", + "connection": "Close" + }, + "schema": {} + }, + { + "name": "Entity", + "url": "https://textanalysisapi.p.rapidapi.com/proxy/ner/ner_tag_mix_out_post", + "description": "Entity Extraction or Named Entity Recognition (NER) classifies tokens in text into up to 18 predefined categories (tags), such as person names, quantity expressions, percentage expressions, location names, organization names, time expressions, and currency. It also features a multilingual model that is available in 104 languages. NER Beslogic may be used as a knowledge extractor when there is a need to derive specific information from text.", + "method": "POST", + "required_parameters": [ + { + "name": "txt", + "type": "STRING", + "description": "", + "default": " Hello from Montreal ." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textanalysisapi.p.rapidapi.com/proxy/ner/ner_tag_mix_out_post\"\nquerystring = {\"txt\": txt}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textanalysisapi.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "NER_OUT_TAGS_ONLY": { + "B-CARDINAL": [], + "B-DATE": [], + "B-EVENT": [], + "B-FAC": [], + "B-GPE": [ + "Montreal" + ], + "B-LANGUAGE": [], + "B-LAW": [], + "B-LOC": [], + "B-MONEY": [], + "B-NORP": [], + "B-ORDINAL": [], + "B-ORG": [], + "B-PERCENT": [], + "B-PERSON": [], + "B-PRODUCT": [], + "B-QUANTITY": [], + "B-TIME": [], + "B-WORK_OF_ART": [] + }, + "NER_OUT_TOKEN": [ + [ + "Hello", + "O" + ], + [ + "from", + "O" + ], + [ + "Montreal", + "B-GPE" + ], + [ + ".", + "O" + ] + ] + }, + "headers": { + "content-type": "application/json", + "date": "Tue, 18 May 2021 20:25:52 GMT", + "server": "RapidAPI-1.2.8", + "x-rapidapi-region": "AWS - us-east-1", + "x-rapidapi-version": "1.2.8", + "content-length": "609", + "connection": "Close" + }, + "schema": { + "type": "object", + "properties": { + "NER_OUT_TAGS_ONLY": { + "type": "object", + "properties": { + "B-CARDINAL": { + "type": "array" + }, + "B-DATE": { + "type": "array" + }, + "B-EVENT": { + "type": "array" + }, + "B-FAC": { + "type": "array" + }, + "B-GPE": { + "type": "array", + "items": { + "type": "string" + } + }, + "B-LANGUAGE": { + "type": "array" + }, + "B-LAW": { + "type": "array" + }, + "B-LOC": { + "type": "array" + }, + "B-MONEY": { + "type": "array" + }, + "B-NORP": { + "type": "array" + }, + "B-ORDINAL": { + "type": "array" + }, + "B-ORG": { + "type": "array" + }, + "B-PERCENT": { + "type": "array" + }, + "B-PERSON": { + "type": "array" + }, + "B-PRODUCT": { + "type": "array" + }, + "B-QUANTITY": { + "type": "array" + }, + "B-TIME": { + "type": "array" + }, + "B-WORK_OF_ART": { + "type": "array" + } + } + }, + "NER_OUT_TOKEN": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + }, + { + "name": "Similarity", + "url": "https://textanalysisapi.p.rapidapi.com/proxy/qaapi/get-similar/{word}", + "description": "Returns phrases related to the provided unigram, or bigram.", + "method": "GET", + "required_parameters": [ + { + "name": "word", + "type": "string", + "description": "", + "default": "dog" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textanalysisapi.p.rapidapi.com/proxy/qaapi/get-similar/{word}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textanalysisapi.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Language Detection", + "url": "https://textanalysisapi.p.rapidapi.com/proxy/qaapi/detect-language/", + "description": "Detects one or many languages a document is written in and returns it in ISO 639-1 format, from among 62 different languages.", + "method": "POST", + "required_parameters": [ + { + "name": "txt", + "type": "STRING", + "description": "", + "default": " Aucun autre d\u00e9tail sur les circonstances entourant cette mort suspecte n\u2019a \u00e9t\u00e9 d\u00e9voil\u00e9" + }, + { + "name": "txt", + "type": "STRING", + "description": "", + "default": "hello" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textanalysisapi.p.rapidapi.com/proxy/qaapi/detect-language/\"\nquerystring = {\"txt\": \"hello\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textanalysisapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textanalysisapi.p.rapidapi.com/proxy/qaapi/detect-language/\"\nquerystring = {\"txt\": \"hello\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textanalysisapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Entity", + "url": "https://textanalysisapi.p.rapidapi.com/proxy/ner/ner_tag_mix_out_post", + "description": "Entity Extraction or Named Entity Recognition (NER) classifies tokens in text into up to 18 predefined categories (tags), such as person names, quantity expressions, percentage expressions, location names, organization names, time expressions, and currency. It also features a multilingual model that is available in 104 languages. NER Beslogic may be used as a knowledge extractor when there is a need to derive specific information from text.", + "method": "POST", + "required_parameters": [ + { + "name": "txt", + "type": "STRING", + "description": "", + "default": " Hello from Montreal ." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textanalysisapi.p.rapidapi.com/proxy/ner/ner_tag_mix_out_post\"\nquerystring = {\"txt\": \" Hello from Montreal .\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textanalysisapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textanalysisapi.p.rapidapi.com/proxy/ner/ner_tag_mix_out_post\"\nquerystring = {\"txt\": \" Hello from Montreal .\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textanalysisapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "NER_OUT_TAGS_ONLY": { + "type": "object", + "properties": { + "B-CARDINAL": { + "type": "array" + }, + "B-DATE": { + "type": "array" + }, + "B-EVENT": { + "type": "array" + }, + "B-FAC": { + "type": "array" + }, + "B-GPE": { + "type": "array", + "items": { + "type": "string" + } + }, + "B-LANGUAGE": { + "type": "array" + }, + "B-LAW": { + "type": "array" + }, + "B-LOC": { + "type": "array" + }, + "B-MONEY": { + "type": "array" + }, + "B-NORP": { + "type": "array" + }, + "B-ORDINAL": { + "type": "array" + }, + "B-ORG": { + "type": "array" + }, + "B-PERCENT": { + "type": "array" + }, + "B-PERSON": { + "type": "array" + }, + "B-PRODUCT": { + "type": "array" + }, + "B-QUANTITY": { + "type": "array" + }, + "B-TIME": { + "type": "array" + }, + "B-WORK_OF_ART": { + "type": "array" + } + } + }, + "NER_OUT_TOKEN": { + "type": "array", + "items": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textanalysisapi/api.py b/toolbench/toolenv/tools/Text_Analysis/textanalysisapi/api.py new file mode 100644 index 0000000000000000000000000000000000000000..fbfa736c095cbdaa9fcfefc6c65359464ea292c3 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textanalysisapi/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def similarity(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns phrases related to the provided unigram, or bigram." + + """ + url = f"https://textanalysisapi.p.rapidapi.com/proxy/qaapi/get-similar/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "textanalysisapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/textapi.json b/toolbench/toolenv/tools/Text_Analysis/textapi.json new file mode 100644 index 0000000000000000000000000000000000000000..772838ae843dd1c9fc0b2e296e2ec973a5cb49de --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textapi.json @@ -0,0 +1,265 @@ +{ + "tool_name": "TextAPI", + "tool_description": "A text extraction, manipulation, and analysis api. Putting the power of natural language processing (nlp) in every developers hands.", + "title": "TextAPI", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 100, + "avgLatency": 28394, + "avgSuccessRate": 97, + "popularityScore": 9.6, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/textapi/api/textapi/", + "host": "textapis.p.rapidapi.com", + "api_list": [ + { + "name": "Display Entities", + "url": "https://textapis.p.rapidapi.com/ner/display", + "description": "Renders the extracted entity types on submitted text or spans defined manually.", + "method": "GET", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "An October post from Dylan that may be saving you a Google search." + } + ], + "optional_parameters": [ + { + "name": "model", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "spans", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner/display\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Extract Entities", + "url": "https://textapis.p.rapidapi.com/ner", + "description": "Extracts named entities from text.", + "method": "GET", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "U.S. stocks rallied Thursday, with the Dow Jones Industrial Average up 2.9% in a tempestuous first half of the year." + } + ], + "optional_parameters": [ + { + "name": "model", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Extract Entities (POST)", + "url": "https://textapis.p.rapidapi.com/ner", + "description": "Extracts named entities from text.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Sentiment", + "url": "https://textapis.p.rapidapi.com/sentiment", + "description": "Get the sentiment of submitted text using VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media.", + "method": "GET", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "I really hate this!" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/sentiment\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Sentiment (POST)", + "url": "https://textapis.p.rapidapi.com/sentiment", + "description": "Get the sentiment of submitted text using VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media.", + "method": "POST", + "required_parameters": [ + { + "name": "Content-Type", + "type": "STRING", + "description": "", + "default": "application/json" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/sentiment\"\nquerystring = {\"Content-Type\": content_type}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Extract Text [From Webpage] (POST)", + "url": "https://textapis.p.rapidapi.com/text", + "description": "Extract text from the webpage linked with the url query parameter.", + "method": "POST", + "required_parameters": [ + { + "name": "Content-Type", + "type": "STRING", + "description": "", + "default": "application/json" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/text\"\nquerystring = {\"Content-Type\": content_type}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Extract Text [From Webpage]", + "url": "https://textapis.p.rapidapi.com/text", + "description": "Extract text from the webpage linked with the url query parameter.", + "method": "GET", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.theguardian.com/world/2020/oct/24/thousands-join-poland-protests-against-strict-abortion-laws" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/text\"\nquerystring = {\"url\": url}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Display Entities (POST)", + "url": "https://textapis.p.rapidapi.com/ner/display", + "description": "Renders the extracted entity types on submitted text or spans defined manually.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "spans", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "model", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner/display\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Extract Entities (POST)", + "url": "https://textapis.p.rapidapi.com/ner", + "description": "Extracts named entities from text.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Sentiment (POST)", + "url": "https://textapis.p.rapidapi.com/sentiment", + "description": "Get the sentiment of submitted text using VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/sentiment\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/sentiment\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Extract Text [From Webpage] (POST)", + "url": "https://textapis.p.rapidapi.com/text", + "description": "Extract text from the webpage linked with the url query parameter.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/text\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/text\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Display Entities (POST)", + "url": "https://textapis.p.rapidapi.com/ner/display", + "description": "Renders the extracted entity types on submitted text or spans defined manually.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "spans", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "model", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner/display\"\nquerystring = {\"text\": \"\", \"spans\": \"\", \"model\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textapis.p.rapidapi.com/ner/display\"\nquerystring = {\"text\": \"\", \"spans\": \"\", \"model\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textapis.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textapi/api.py b/toolbench/toolenv/tools/Text_Analysis/textapi/api.py new file mode 100644 index 0000000000000000000000000000000000000000..7f58c719ed2b49fce01e37a67751e0af755d36d2 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textapi/api.py @@ -0,0 +1,98 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def display_entities(text: str, model: str=None, spans: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Renders the extracted entity types on submitted text or spans defined manually." + + """ + url = f"https://textapis.p.rapidapi.com/ner/display" + querystring = {'text': text, } + if model: + querystring['model'] = model + if spans: + querystring['spans'] = spans + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "textapis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def extract_entities(text: str, model: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Extracts named entities from text." + + """ + url = f"https://textapis.p.rapidapi.com/ner" + querystring = {'text': text, } + if model: + querystring['model'] = model + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "textapis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def sentiment(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the sentiment of submitted text using VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media." + + """ + url = f"https://textapis.p.rapidapi.com/sentiment" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "textapis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def extract_text_from_webpage(url: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Extract text from the webpage linked with the url query parameter." + + """ + url = f"https://textapis.p.rapidapi.com/text" + querystring = {'url': url, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "textapis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/textdiff_text_documents_comparison_api.json b/toolbench/toolenv/tools/Text_Analysis/textdiff_text_documents_comparison_api.json new file mode 100644 index 0000000000000000000000000000000000000000..680f3c2a8fb36ad73f39b0162ab8805bdb709fae --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textdiff_text_documents_comparison_api.json @@ -0,0 +1,89 @@ +{ + "product_id": "api_b4a0b056-01ab-4fbb-b958-cb31e145e5c5", + "tool_description": "TextDiff API allows you to compare text documents at the word and line levels, highlighting added, removed, and identical segments. Simplify document analysis, version control, and content management with this powerful text comparison tool.", + "home_url": "https://rapidapi.com/Morax/api/textdiff-text-documents-comparison-api/", + "name": "TextDiff: Text Documents Comparison API", + "title": "TextDiff: Text Documents Comparison API", + "pricing": "FREEMIUM", + "tool_name": "TextDiff: Text Documents Comparison API", + "score": { + "avgServiceLevel": 100, + "avgLatency": 186, + "avgSuccessRate": 100, + "popularityScore": 8.7, + "__typename": "Score" + }, + "host": "textdiff-text-documents-comparison-api.p.rapidapi.com", + "api_list": [ + { + "name": "Compare Words", + "url": "https://textdiff-text-documents-comparison-api.p.rapidapi.com/api/v1/compare/words", + "description": "# TextDiff: Text Documents Comparison API\n\nThe TextDiff API is a powerful tool that allows you to compare text documents at both the word and line levels, providing detailed insights into the differences between them. Whether you're analyzing documents, managing content, or implementing version control systems, the TextDiff API simplifies the process by streamlining text comparison operations.\n\n## Features\n\n- **Word Comparison**: Compare the words in two text documents and highlight the differences between them.\n- **Line Comparison**: Detect differences between the lines in two text documents.\n- **Granular Results**: Get detailed information about added, removed, and identical segments within the texts.\n- **Easy Integration**: Utilize the API in your own applications or systems with ease.\n\n## Endpoints\n\nThe TextDiff API exposes the following endpoints:\n\n- `POST /compare/words`: Compare the words in two text documents.\n- `POST /compare/lines`: Compare the lines in two text documents.\n\n## Request Format\n\nBoth endpoints expect a JSON payload with the following structure:\n\n```json\n{\n \"text1\": \"Text content of the first document\",\n \"text2\": \"Text content of the second document\"\n}\n```\n\n## Response Format\n```json\n[\n {\n \"value\": \"Segment value\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n ...\n]\n```\n\n- value: The value of the text segment.\n- added: Indicates whether the segment was added in the second document (true) or not (false).\n- removed: Indicates whether the segment was removed from the first document (true) or not (false).\n- identical: Indicates whether the segment is identical between the documents (true) or not (false).\n\n## Example Response by Words\n```json\n[\n {\n \"value\": \"This\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"is\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"a\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"sample\",\n \"added\": true,\n \"removed\": false,\n \"identical\": false\n },\n {\n \"value\": \"text\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"document\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n }\n]\n```\n\n\n## Error Handling\nIf the request payload is missing the text1 or text2 field, the API will respond with a 400 Bad Request status code and an error message.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textdiff-text-documents-comparison-api.p.rapidapi.com/api/v1/compare/words\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textdiff-text-documents-comparison-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textdiff-text-documents-comparison-api.p.rapidapi.com/api/v1/compare/words\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textdiff-text-documents-comparison-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "Compare Lines", + "url": "https://textdiff-text-documents-comparison-api.p.rapidapi.com/api/v1/compare/lines", + "description": "# TextDiff: Text Documents Comparison API\n\nThe TextDiff API is a powerful tool that allows you to compare text documents at both the word and line levels, providing detailed insights into the differences between them. Whether you're analyzing documents, managing content, or implementing version control systems, the TextDiff API simplifies the process by streamlining text comparison operations.\n\n## Features\n\n- **Word Comparison**: Compare the words in two text documents and highlight the differences between them.\n- **Line Comparison**: Detect differences between the lines in two text documents.\n- **Granular Results**: Get detailed information about added, removed, and identical segments within the texts.\n- **Easy Integration**: Utilize the API in your own applications or systems with ease.\n\n## Endpoints\n\nThe TextDiff API exposes the following endpoints:\n\n- `POST /compare/words`: Compare the words in two text documents.\n- `POST /compare/lines`: Compare the lines in two text documents.\n\n## Request Format\n\nBoth endpoints expect a JSON payload with the following structure:\n\n```json\n{\n \"text1\": \"Text content of the first document\",\n \"text2\": \"Text content of the second document\"\n}\n```\n\n## Response Format\n```json\n[\n {\n \"value\": \"Segment value\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n ...\n]\n```\n\n- value: The value of the text segment.\n- added: Indicates whether the segment was added in the second document (true) or not (false).\n- removed: Indicates whether the segment was removed from the first document (true) or not (false).\n- identical: Indicates whether the segment is identical between the documents (true) or not (false).\n\n## Example Response by Words\n```json\n[\n {\n \"value\": \"This\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"is\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"a\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"sample\",\n \"added\": true,\n \"removed\": false,\n \"identical\": false\n },\n {\n \"value\": \"text\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n },\n {\n \"value\": \"document\",\n \"added\": false,\n \"removed\": false,\n \"identical\": true\n }\n]\n```\n\n\n## Error Handling\nIf the request payload is missing the text1 or text2 field, the API will respond with a 400 Bad Request status code and an error message.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textdiff-text-documents-comparison-api.p.rapidapi.com/api/v1/compare/lines\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textdiff-text-documents-comparison-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textdiff-text-documents-comparison-api.p.rapidapi.com/api/v1/compare/lines\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textdiff-text-documents-comparison-api.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textgears.json b/toolbench/toolenv/tools/Text_Analysis/textgears.json new file mode 100644 index 0000000000000000000000000000000000000000..a3c6fb9a7076685d5e961f319ff548ac3be0a09b --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textgears.json @@ -0,0 +1,396 @@ +{ + "product_id": "576da662e4b0bd97e2279a31", + "tool_description": "AI-empowered spelling and grammar checker with automatic correction. Text summarization and keyword extraction. Language detection. Readability calculator.", + "home_url": "https://rapidapi.com/Textgears/api/textgears/", + "name": "TextGears", + "title": "TextGears", + "pricing": "FREEMIUM", + "tool_name": "TextGears", + "score": { + "avgServiceLevel": 100, + "avgLatency": 857, + "avgSuccessRate": 100, + "popularityScore": 9.8, + "__typename": "Score" + }, + "host": "textgears-textgears-v1.p.rapidapi.com", + "api_list": [ + { + "name": "Grammar check", + "url": "https://textgears-textgears-v1.p.rapidapi.com/grammar", + "description": "The method allows you to check the text for grammatical, spelling, punctuation and stylistic errors. Supported languages: English, French, German, Portuguese, Italian, Spanish, Japanese, Chinese, Greek.\nProvides error description and fix suggestions.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "My mother are a doctor, but my father is a angeneer. I has a gun." + } + ], + "optional_parameters": [ + { + "name": "dictionary_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "language", + "type": "ENUM", + "description": "Language code. It\u2019s an optional parameter, and the default value is *en-US*.\nSupported languages and dialects: en-US, en-GB, en-ZA, en-AU, en-NZ, fr-FR, de-DE, de-AT, de-CH, pt-PT, pt-BR, it-IT, es-ES, ja-JP, zh-CN, el-GR", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/grammar\"\nquerystring = {\"dictionary_id\": \"\", \"text\": \"My mother are a doctor, but my father is a angeneer. I has a gun.\", \"language\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/grammar\"\nquerystring = {\"dictionary_id\": \"\", \"text\": \"My mother are a doctor, but my father is a angeneer. I has a gun.\", \"language\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "response": { + "type": "object" + }, + "status ": { + "type": "boolean" + } + }, + "type": "object" + } + }, + { + "name": "Delete exception", + "url": "https://textgears-textgears-v1.p.rapidapi.com/custom/deleteexception", + "description": "Delete exception by id", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "dictionary_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/deleteexception\"\nquerystring = {\"id\": \"\", \"dictionary_id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/deleteexception\"\nquerystring = {\"id\": \"\", \"dictionary_id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Delete dictionary", + "url": "https://textgears-textgears-v1.p.rapidapi.com/custom/deletedictionary", + "description": "Delete custom dictionary. id can be a number, a string or even null. Default dictionary has id === null", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/deletedictionary\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/deletedictionary\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Create exception", + "url": "https://textgears-textgears-v1.p.rapidapi.com/custom/addexception", + "description": "Create. custom exception", + "method": "POST", + "required_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "en" + }, + { + "name": "text", + "type": "STRING", + "description": "", + "default": "aaa" + }, + { + "name": "type", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [ + { + "name": "suggestions", + "type": "STRING", + "description": "", + "default": "bbb,ccc" + }, + { + "name": "description", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "dictionary_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/addexception\"\nquerystring = {\"lang\": \"en\", \"text\": \"aaa\", \"suggestions\": \"bbb,ccc\", \"type\": \"1\", \"description\": \"\", \"dictionary_id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/addexception\"\nquerystring = {\"lang\": \"en\", \"text\": \"aaa\", \"suggestions\": \"bbb,ccc\", \"type\": \"1\", \"description\": \"\", \"dictionary_id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Edit dictionary", + "url": "https://textgears-textgears-v1.p.rapidapi.com/custom/updatedictionary", + "description": "Edit dictionary params. id can be a number, a string or even null. Default dictionary has id === null", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "title", + "type": "STRING", + "description": "", + "default": "New title" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/updatedictionary\"\nquerystring = {\"id\": \"\", \"title\": \"New title\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/updatedictionary\"\nquerystring = {\"id\": \"\", \"title\": \"New title\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Create dictionary", + "url": "https://textgears-textgears-v1.p.rapidapi.com/custom/createdictionary", + "description": "If you need a flexible setting for checking text for errors, use the custom exceptions setting. This will be especially useful for companies working with texts that are full of words from a special vocabulary. Mark words or phrases as \"correct\" so that the system stops considering them mistakes. You can also use it to allow the system to find mistakes according to the list of specific words.\n\nid parameter can be a number, a string or even null. Default dictionary has id === null. It will be filled with exceptions created without dictionary_id parameter.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Test" + }, + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/createdictionary\"\nquerystring = {\"title\": \"Test\", \"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/custom/createdictionary\"\nquerystring = {\"title\": \"Test\", \"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Language detection", + "url": "https://textgears-textgears-v1.p.rapidapi.com/detect", + "description": "Determination of the language of the text and the assumption of its dialect. The method returns an array of probable options for each language. If it is not possible to unambiguously identify the language, the language field returns null.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/detect\"\nquerystring = {\"text\": \"Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/detect\"\nquerystring = {\"text\": \"Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "response": { + "type": "object" + }, + "status ": { + "type": "boolean" + } + }, + "type": "object" + } + }, + { + "name": "Readability", + "url": "https://textgears-textgears-v1.p.rapidapi.com/readability", + "description": "Calculates readability and other text metrics.\n\n**Important!**\nWhen determining text metrics, accuracy is directly related to the size of the text. Determining the readability or other parameters of the text for a two-word sentence is meaningless. It is recommended to check texts that has at least 30 words. The more the better.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine." + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/readability\"\nquerystring = {\"language\": \"\", \"text\": \"Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/readability\"\nquerystring = {\"language\": \"\", \"text\": \"Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "response": { + "type": "object" + }, + "status ": { + "type": "boolean" + } + }, + "type": "object" + } + }, + { + "name": "Spell checker", + "url": "https://textgears-textgears-v1.p.rapidapi.com/spelling", + "description": "Checks the text for typos in English, French, German, Portuguese, Italian, Spanish, Japanese, Chinese, Greek", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "My mother are a doctor, but my father is a angeneer. I has a gun." + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "ENUM", + "description": "Language code. It\u2019s an optional parameter, and the default value is *en-US*.\nSupported languages and dialects: en-US, en-GB, en-ZA, en-AU, en-NZ, fr-FR, de-DE, de-AT, de-CH, pt-PT, pt-BR, it-IT, es-ES, ja-JP, zh-CN, el-GR", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/spelling\"\nquerystring = {\"text\": \"My mother are a doctor, but my father is a angeneer. I has a gun.\", \"language\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/spelling\"\nquerystring = {\"text\": \"My mother are a doctor, but my father is a angeneer. I has a gun.\", \"language\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "response": { + "properties": { + "errors": { + "items": { + "properties": { + "bad": { + "type": "string" + }, + "better": { + "items": { + "type": "string" + }, + "type": "array" + }, + "description": { + "properties": { + "en": { + "type": "string" + } + }, + "type": "object" + }, + "id": { + "type": "string" + }, + "length": { + "type": "integer" + }, + "offset": { + "type": "integer" + }, + "type": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "type": "object" + }, + "status": { + "type": "boolean" + } + }, + "type": "object" + } + }, + { + "name": "Summarization and keywords extraction", + "url": "https://textgears-textgears-v1.p.rapidapi.com/summarize", + "description": "Automatic text summarization and keywords extraction. API returns a summary and a highlight. What's the difference? \n\n- Summary contains the most important sentences of text. Summary describes a text content the best way. \n- Highlight is the most important paragraph starting with the most important sentence.\n\nKeywords array is ordered by importance.\nBy default summary size depends on source text length. To limit the number of sentences set *max_sentences* parameter.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine." + } + ], + "optional_parameters": [ + { + "name": "max_sentences", + "type": "NUMBER", + "description": "", + "default": "3" + }, + { + "name": "language", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/summarize\"\nquerystring = {\"text\": \"Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine.\", \"max_sentences\": \"3\", \"language\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textgears-textgears-v1.p.rapidapi.com/summarize\"\nquerystring = {\"text\": \"Readability (legibility) is a feature of the text that represents ease of its perception by the reader, as well as the evaluation of its simplicity. The two main factors of readability are the printing and linguistic features of the text. The Flesch Kinkaid Score is the most popular way to measure the readability of English text. It works on the principle of \u201cthe fewer words in the text, and the fewer syllables in them, the easier it is to perceive\u201d and is most often used for checking essays in schools and universities. The higher the index value on a 100-point scale, the better the readability of the text. Smart human-trained search algorithms evaluate all site content for completeness of topic disclosure, and in a form that is understandable to the reader. For this purpose, readability indexes are used. In other words, pages containing simple and clear text get higher positions in the search results. Improving the text in terms of its printing and linguistic qualities will increase the user's viewing time. It turns out that the readability significantly affects the ranking of sites in the search engine.\", \"max_sentences\": \"3\", \"language\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textgears-textgears-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "response": { + "type": "object" + }, + "status ": { + "type": "boolean" + } + }, + "type": "object" + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textmind.json b/toolbench/toolenv/tools/Text_Analysis/textmind.json new file mode 100644 index 0000000000000000000000000000000000000000..2528caaaf0a5a58ba46d1f06c64f18d0a029246a --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textmind.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_4c192fac-98d6-41e9-bde2-56ac4f5cc0f9", + "tool_description": "TextMind offers a suite of NLP currently includes sentiment analysis.", + "home_url": "https://rapidapi.com/numen-numen-default/api/textmind/", + "name": "TextMind", + "title": "TextMind", + "pricing": "FREEMIUM", + "tool_name": "TextMind", + "score": null, + "host": "textmind.p.rapidapi.com", + "api_list": [ + { + "name": "SentimentalAnalysis", + "url": "https://textmind.p.rapidapi.com/api/SentimentalAnalysis", + "description": "Overview\n-------\nSentiment Analysis API endpoint is a service that allows developers to programmatically analyze the sentiment of a given text. It uses natural language processing and machine learning algorithms to determine the emotional tone of the text, such as positive, negative, or neutral. The API typically takes a string of text as input and returns a sentiment label. Additionally you can get sentiments of each of the statement in a paragraph. It can be used in a variety of applications such as social media monitoring, customer feedback analysis, and more.\n\nImportant\n-------\n\n- It is important to be aware that billing for this service is calculated based on the number of characters per 1000. For example, if the requested message contains 999 characters, it will be considered as one \"KCharacter\" unit. Conversely, a message containing 4100 characters would be calculated as five \"KCharacter\" units.\n- Maximum text request is of 5120 characters.\n\nList of supported languages with language code\n----------\nAfrikaans\taf\nAlbanian\tsq\nAmharic\tam\nArabic\tar\nArmenian\thy\nAssamese\tas\nAzerbaijani\taz\nBasque\teu\nBelarusian \tbe\nBengali\tbn\nBosnian\tbs\nBreton \tbr\nBulgarian\tbg\nBurmese\tmy\nCatalan\tca\nChinese (Simplified)\tzh-hans\nChinese (Traditional)\tzh-hant\nCroatian\thr\nCzech\tcs\nDanish\tda\nDutch\tnl\nEnglish\ten\nEsperanto \teo\nEstonian\tet\nFilipino\tfil\nFinnish\tfi\nFrench\tfr\nGalician\tgl\nGeorgian\tka\nGerman\tde\nGreek\tel\nGujarati\tgu\nHausa \tha\nHebrew\the\nHindi\thi\nHungarian\thu\nIndonesian\tid\nIrish\tga\nItalian\tit\nJapanese\tja\nJavanese \tjv\nKannada\tkn\nKazakh\tkk\nKhmer\tkm\nKorean\tko\nKurdish (Kurmanji)\tku\nKyrgyz\tky\nLao\tlo\nLatin \tla\nLatvian\tlv\nLithuanian\tlt\nMacedonian\tmk\nMalagasy\tmg\nMalay\tms\nMalayalam\tml\nMarathi\tmr\nMongolian\tmn\nNepali\tne\nNorwegian\tno\nOdia\tor\nOromo \tom\nPashto\tps\nPersian\tfa\nPolish\tpl\nPortuguese (Portugal)\tpt-PT\nPortuguese (Brazil)\tpt-BR\nPunjabi\tpa\nRomanian\tro\nRussian\tru\nSanskrit \tsa\nScottish Gaelic \tgd\nSerbian\tsr\nSindhi \tsd\nSinhala \tsi\nSlovak\tsk\nSlovenian\tsl\nSomali\tso\nSpanish\tes\nSundanese \tsu\nSwahili\tsw\nSwedish\tsv\nTamil\tta\nTelugu\tte\nThai\tth\nTurkish\ttr\nUkrainian\tuk\nUrdu\tur\nUyghur\tug\nUzbek\tuz\nVietnamese\tvi\nWelsh\tcy\nWestern Frisian \tfy\nXhosa \txh\nYiddish \tyi", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textmind.p.rapidapi.com/api/SentimentalAnalysis\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textmind.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textmind.p.rapidapi.com/api/SentimentalAnalysis\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textmind.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textnerd_io.json b/toolbench/toolenv/tools/Text_Analysis/textnerd_io.json new file mode 100644 index 0000000000000000000000000000000000000000..a1db2cb01978eab2e232c5ade0325f63a2f29c8e --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textnerd_io.json @@ -0,0 +1,247 @@ +{ + "product_id": "api_76867d02-a249-4a73-9bce-c9c01f67403a", + "tool_description": "Convert case and count characters, words, sentences, paragraphs and spaces.", + "home_url": "https://rapidapi.com/melbatista76/api/textnerd-io/", + "name": "TextNerd.io", + "title": "TextNerd.io", + "pricing": "FREEMIUM", + "tool_name": "TextNerd.io", + "score": { + "avgServiceLevel": 100, + "avgLatency": 123, + "avgSuccessRate": 99, + "popularityScore": 9, + "__typename": "Score" + }, + "host": "textnerd-io.p.rapidapi.com", + "api_list": [ + { + "name": "Sentencecase Text", + "url": "https://textnerd-io.p.rapidapi.com/api/sentencecase", + "description": "Convert first letter of a sentence to uppercase.\nExample: 'the road warrior. a man of mistery.' => 'The road warrior. A man of mistery.'\n\nFor more information on Sentence Case please review the Tutorial tab.\n\nSee the About page for more information and limits.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/sentencecase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/sentencecase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "inputText": { + "type": "string" + }, + "sentencecaseText": { + "type": "string" + }, + "sentencecaseTextLenght": { + "type": "integer" + }, + "sentencecaseWordCount": { + "type": "integer" + }, + "sentencecaseSentenceCount": { + "type": "integer" + }, + "sentencecaseParagraphCoun": { + "type": "integer" + }, + "sentencecaseSpaceCount": { + "type": "integer" + } + } + } + }, + { + "name": "Alternatecase Text", + "url": "https://textnerd-io.p.rapidapi.com/api/alternatecase", + "description": "Alternalte case in every letter, starting with uppercase letter.\nExample: 'the road warrior' => 'ThE RoAd wArRiOr'\n\nSee the About page for more information and limits.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/alternatecase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/alternatecase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "inputText": { + "type": "string" + }, + "alternatecaseText": { + "type": "string" + }, + "alternatecaseTextLenght": { + "type": "integer" + }, + "alternatecaseWordCount": { + "type": "integer" + }, + "alternatecaseSentenceCount": { + "type": "integer" + }, + "alternatecaseParagraphCount": { + "type": "integer" + }, + "alternatecaseSpaceCount": { + "type": "integer" + } + } + } + }, + { + "name": "Invertedcase Text", + "url": "https://textnerd-io.p.rapidapi.com/api/invertedcase", + "description": "Invert case in every letter.\nExample 1: 'tHe rOaD WaRrIoR' => 'ThE RoAd wArRiOr'\nExample 2: 'ThE RoAd wArRiOr' => 'tHe rOaD WaRrIoR'\n\nSee the About page for more information and limits.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/invertedcase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/invertedcase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "inputText": { + "type": "string" + }, + "invertedcaseText": { + "type": "string" + }, + "invertedcaseTextLenght": { + "type": "integer" + }, + "invertedcaseWordCount": { + "type": "integer" + }, + "invertedcaseSentenceCount": { + "type": "integer" + }, + "invertedcaseParagraphCount": { + "type": "integer" + }, + "invertedcaseSpaceCount": { + "type": "integer" + } + } + } + }, + { + "name": "Capcase Text", + "url": "https://textnerd-io.p.rapidapi.com/api/capcase", + "description": "Convert all words to capital case.\nExample: 'the road warrior' => 'The Road Warrior'\n\nSee the About page for more information and limits.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/capcase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/capcase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "inputText": { + "type": "string" + }, + "capcaseText": { + "type": "string" + }, + "capcaseTextLenght": { + "type": "integer" + }, + "capcaseWordCount": { + "type": "integer" + }, + "capcaseSentenceCount": { + "type": "integer" + }, + "capcaseParagraphCount": { + "type": "integer" + }, + "capcaseSpaceCount": { + "type": "integer" + } + } + } + }, + { + "name": "Lowercase Text", + "url": "https://textnerd-io.p.rapidapi.com/api/lowercase", + "description": "Convert all letters in all words to lower case.\nExample: 'THE ROAD WARRIOR' => 'the road warrior'\n\nSee the About page for more information and limits.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/lowercase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/lowercase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "inputText": { + "type": "string" + }, + "lowercaseText": { + "type": "string" + }, + "lowercaseTextLenght": { + "type": "integer" + }, + "lowercaseWordCount": { + "type": "integer" + }, + "lowercaseSentenceCount": { + "type": "integer" + }, + "lowercaseParagraphCount": { + "type": "integer" + }, + "lowercaseSpaceCount": { + "type": "integer" + } + } + } + }, + { + "name": "Uppercase Text", + "url": "https://textnerd-io.p.rapidapi.com/api/uppercase", + "description": "Convert all letters in all words to upper case.\nExample: 'the road warrior' => 'THE ROAD WARRIOR'\n\nSee the About page for more information and limits.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/uppercase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textnerd-io.p.rapidapi.com/api/uppercase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textnerd-io.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "inputText": { + "type": "string" + }, + "uppercaseText": { + "type": "string" + }, + "uppercaseTextLenght": { + "type": "integer" + }, + "uppercaseWordCount": { + "type": "integer" + }, + "uppercaseSentenceCount": { + "type": "integer" + }, + "uppercaseParagraphCount": { + "type": "integer" + }, + "uppercaseSpaceCount": { + "type": "integer" + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textrewrite_com.json b/toolbench/toolenv/tools/Text_Analysis/textrewrite_com.json new file mode 100644 index 0000000000000000000000000000000000000000..ea14ea065e83722d1cf069416803b62016efbbd8 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textrewrite_com.json @@ -0,0 +1,90 @@ +{ + "tool_name": "TextRewrite.com", + "tool_description": "Rewrite text with our machine learning based technology. After sign-up you can use http://textrewrite.com/tool", + "title": "TextRewrite.com", + "pricing": "FREEMIUM", + "score": null, + "home_url": "https://rapidapi.com/microbrands/api/textrewrite-com/", + "host": "textrewrite-com.p.rapidapi.com", + "api_list": [ + { + "name": "Rewrite Text (GET for short texts)", + "url": "https://textrewrite-com.p.rapidapi.com/api.php", + "description": "Just insert your text and have it rewritten instantly.", + "method": "GET", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Text to be rewritten.", + "default": "A great day to give this API a try." + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "ENUM", + "description": "Text format (optional). Can be `text` or `html`. Default is `text`.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textrewrite-com.p.rapidapi.com/api.php\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textrewrite-com.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Rewrite Text (POST)", + "url": "https://textrewrite-com.p.rapidapi.com/api.php", + "description": "Just insert your text and have it rewritten instantly.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Text to be rewritten.", + "default": "A great day to give this API a try." + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "ENUM", + "description": "Text format (optional). Can be `text` or `html`. Default is `text`.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textrewrite-com.p.rapidapi.com/api.php\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textrewrite-com.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Rewrite Text (POST)", + "url": "https://textrewrite-com.p.rapidapi.com/api.php", + "description": "Just insert your text and have it rewritten instantly.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Text to be rewritten.", + "default": "A great day to give this API a try." + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "ENUM", + "description": "Text format (optional). Can be `text` or `html`. Default is `text`.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://textrewrite-com.p.rapidapi.com/api.php\"\nquerystring = {\"format\": \"\", \"text\": \"A great day to give this API a try.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textrewrite-com.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://textrewrite-com.p.rapidapi.com/api.php\"\nquerystring = {\"format\": \"\", \"text\": \"A great day to give this API a try.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"textrewrite-com.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/textrewrite_com/api.py b/toolbench/toolenv/tools/Text_Analysis/textrewrite_com/api.py new file mode 100644 index 0000000000000000000000000000000000000000..6485ae367ef32673a5263c1d7c93cbe596401ede --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/textrewrite_com/api.py @@ -0,0 +1,33 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def rewrite_text_get_for_short_texts(text: str, format: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Just insert your text and have it rewritten instantly." + text: Text to be rewritten. + format: Text format (optional). Can be `text` or `html`. Default is `text`. + + """ + url = f"https://textrewrite-com.p.rapidapi.com/api.php" + querystring = {'text': text, } + if format: + querystring['format'] = format + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "textrewrite-com.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/texttoimage.json b/toolbench/toolenv/tools/Text_Analysis/texttoimage.json new file mode 100644 index 0000000000000000000000000000000000000000..20d6fdd8a8092cdf876ace435c620d59b9129b6d --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/texttoimage.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_db60049b-24c9-4cc1-b042-dec7c9daea1b", + "tool_description": "Converts text to relevant images", + "home_url": "https://rapidapi.com/texttoimage-api-texttoimage-api-default/api/texttoimage/", + "name": "TextToImage", + "title": "TextToImage", + "pricing": "FREEMIUM", + "tool_name": "TextToImage", + "score": { + "avgServiceLevel": 88, + "avgLatency": 2489, + "avgSuccessRate": 83, + "popularityScore": 9.4, + "__typename": "Score" + }, + "host": "texttoimage.p.rapidapi.com", + "api_list": [ + { + "name": "POST /Image", + "url": "https://texttoimage.p.rapidapi.com/image", + "description": "Submit source text and get up to 10 contextually relevant image based on Natural Language Processing (NLP) performed on provided search_text.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://texttoimage.p.rapidapi.com/image\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"texttoimage.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://texttoimage.p.rapidapi.com/image\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"texttoimage.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/the_best_keyword_density_analyzer_100_percent_accuracy_approved.json b/toolbench/toolenv/tools/Text_Analysis/the_best_keyword_density_analyzer_100_percent_accuracy_approved.json new file mode 100644 index 0000000000000000000000000000000000000000..c21fd077b5e47993880e3bd2a2f51613786173dd --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/the_best_keyword_density_analyzer_100_percent_accuracy_approved.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_c86ce12f-7091-474a-98db-2772f6739555", + "tool_description": "A keyword density tool that is built for the fastest and 100% accurate response. Optimizing the keyword density will boost the visibility as well as the ranking on search engine results page. An analyzer like never before. Just tap, proceed and voila!", + "home_url": "https://rapidapi.com/Papersdrop/api/the-best-keyword-density-analyzer-100-percent-accuracy-approved/", + "name": "The Best Keyword Density Analyzer -100 percent accuracy approved", + "title": "The Best Keyword Density Analyzer -100 percent accuracy approved", + "pricing": "FREEMIUM", + "tool_name": "The Best Keyword Density Analyzer -100 percent accuracy approved", + "score": null, + "host": "the-best-keyword-density-analyzer-100-percent-accuracy-approved.p.rapidapi.com", + "api_list": [ + { + "name": "Keyword Density Analyzer", + "url": "https://the-best-keyword-density-analyzer-100-percent-accuracy-approved.p.rapidapi.com/blogs/kda", + "description": "Analyze keyword Density in the given Passage", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://the-best-keyword-density-analyzer-100-percent-accuracy-approved.p.rapidapi.com/blogs/kda\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"the-best-keyword-density-analyzer-100-percent-accuracy-approved.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://the-best-keyword-density-analyzer-100-percent-accuracy-approved.p.rapidapi.com/blogs/kda\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"the-best-keyword-density-analyzer-100-percent-accuracy-approved.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/thesaurus_multi_language_synonyms.json b/toolbench/toolenv/tools/Text_Analysis/thesaurus_multi_language_synonyms.json new file mode 100644 index 0000000000000000000000000000000000000000..758bd9fa0c9dd552fcb5e86cb2fcc5ddc2fc0163 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/thesaurus_multi_language_synonyms.json @@ -0,0 +1,105 @@ +{ + "tool_name": "Thesaurus - Multi Language Synonyms", + "tool_description": "Get similar words in multiple languages. Largest web database @ 35 million synonyms in 26 languages.", + "title": "Thesaurus - Multi Language Synonyms", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 100, + "avgLatency": 397, + "avgSuccessRate": 100, + "popularityScore": 8.8, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/grantmk-3i5afngdA_Q/api/thesaurus-multi-language-synonyms/", + "host": "thesaurus-multi-language-synonyms.p.rapidapi.com", + "api_list": [ + { + "name": "Retrieve Synonym", + "url": "https://thesaurus-multi-language-synonyms.p.rapidapi.com/synonym", + "description": "Send a language, locale and word to get a full list of synonyms for that word.\n\n**POST request:**\n/synonym\n\n**Example body data in JSON:**\n{\n \"word\": \"table\",\n \"language\": \"EN\",\n \"locale\": \"US\"\n}\n\n**Languages and Locales:**\nAR/EG: Arabic(Egypt)\nBG/BG: Bulgarian\nCA/ES: Catalan\nCS/CZ: Czech\nDA/DK: Danish\nDE/CH: German(Swiss)\nDE/DE: German(Germany)\nEL/GR: Greek\nEN/US: English(US)\nES/ES: Spanish\nFR/FR: French\nGA/IE: Gaelic(Ireland)\nHU/HU: Hungarian\nIT/IT: Italian\nLB/LU: Luxembourgish\nNB/NO: Norwegian\nNE/NP: Nepali\nNL/NL: Dutch\nPL/PL: Polish\nPT/PT: Portuguese\nRO/RO: Romanian\nRU/RU: Russian\nSK/SK: Slovak\nSL/SL: Slovenian\nSV/SE: Swedish\nUK/UA: Ukranian", + "method": "POST", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "us" + }, + { + "name": "word", + "type": "STRING", + "description": "", + "default": "table" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "en" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://thesaurus-multi-language-synonyms.p.rapidapi.com/synonym\"\nquerystring = {\"locale\": locale, \"word\": word, \"language\": language}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"thesaurus-multi-language-synonyms.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Available Languages", + "url": "https://thesaurus-multi-language-synonyms.p.rapidapi.com/availablelanguages", + "description": "Return available languages for thesaurus", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://thesaurus-multi-language-synonyms.p.rapidapi.com/availablelanguages\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"thesaurus-multi-language-synonyms.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Heartbeat", + "url": "https://thesaurus-multi-language-synonyms.p.rapidapi.com/heartbeat", + "description": "Return available languages for thesaurus", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://thesaurus-multi-language-synonyms.p.rapidapi.com/heartbeat\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"thesaurus-multi-language-synonyms.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Retrieve Synonym", + "url": "https://thesaurus-multi-language-synonyms.p.rapidapi.com/synonym", + "description": "Send a language, locale and word to get a full list of synonyms for that word.\n\n**POST request:**\n/synonym\n\n**Example body data in JSON:**\n{\n \"word\": \"table\",\n \"language\": \"EN\",\n \"locale\": \"US\"\n}\n\n**Languages and Locales:**\nAR/EG: Arabic(Egypt)\nBG/BG: Bulgarian\nCA/ES: Catalan\nCS/CZ: Czech\nDA/DK: Danish\nDE/CH: German(Swiss)\nDE/DE: German(Germany)\nEL/GR: Greek\nEN/US: English(US)\nES/ES: Spanish\nFR/FR: French\nGA/IE: Gaelic(Ireland)\nHU/HU: Hungarian\nIT/IT: Italian\nLB/LU: Luxembourgish\nNB/NO: Norwegian\nNE/NP: Nepali\nNL/NL: Dutch\nPL/PL: Polish\nPT/PT: Portuguese\nRO/RO: Romanian\nRU/RU: Russian\nSK/SK: Slovak\nSL/SL: Slovenian\nSV/SE: Swedish\nUK/UA: Ukranian", + "method": "POST", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "us" + }, + { + "name": "word", + "type": "STRING", + "description": "", + "default": "table" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "en" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://thesaurus-multi-language-synonyms.p.rapidapi.com/synonym\"\nquerystring = {\"locale\": \"us\", \"word\": \"table\", \"language\": \"en\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"thesaurus-multi-language-synonyms.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://thesaurus-multi-language-synonyms.p.rapidapi.com/synonym\"\nquerystring = {\"locale\": \"us\", \"word\": \"table\", \"language\": \"en\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"thesaurus-multi-language-synonyms.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/thesaurus_multi_language_synonyms/api.py b/toolbench/toolenv/tools/Text_Analysis/thesaurus_multi_language_synonyms/api.py new file mode 100644 index 0000000000000000000000000000000000000000..6c29f72c473471e206acd13d314a8d9940663de9 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/thesaurus_multi_language_synonyms/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def available_languages(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Return available languages for thesaurus" + + """ + url = f"https://thesaurus-multi-language-synonyms.p.rapidapi.com/availablelanguages" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "thesaurus-multi-language-synonyms.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def heartbeat(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Return available languages for thesaurus" + + """ + url = f"https://thesaurus-multi-language-synonyms.p.rapidapi.com/heartbeat" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "thesaurus-multi-language-synonyms.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/ticket_classification.json b/toolbench/toolenv/tools/Text_Analysis/ticket_classification.json new file mode 100644 index 0000000000000000000000000000000000000000..1d909ec55bc34debe5dfcfe5f201bc65cfcdd822 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/ticket_classification.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_b26660c7-f196-44aa-9555-d084ca792cda", + "tool_description": "This API predicts the category of a given ticket, for customer support domain.", + "home_url": "https://rapidapi.com/metatext-metatext-default/api/ticket-classification/", + "name": "Ticket Classification", + "title": "Ticket Classification", + "pricing": "PAID", + "tool_name": "Ticket Classification", + "score": null, + "host": "ticket-classification.p.rapidapi.com", + "api_list": [ + { + "name": "Ticket Classification", + "url": "https://ticket-classification.p.rapidapi.com/ticket-classification", + "description": "Support Ticket Classification.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://ticket-classification.p.rapidapi.com/ticket-classification\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ticket-classification.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://ticket-classification.p.rapidapi.com/ticket-classification\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ticket-classification.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/tigon_cv_parser.json b/toolbench/toolenv/tools/Text_Analysis/tigon_cv_parser.json new file mode 100644 index 0000000000000000000000000000000000000000..1bd7b224a2bc8311719f4e7fde58aca5fdd240f6 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/tigon_cv_parser.json @@ -0,0 +1,37 @@ +{ + "product_id": "api_e471642f-ec0e-4aa3-a41a-47f8706e7131", + "tool_description": "Parsing Resume files accurately at scale", + "home_url": "https://rapidapi.com/danielgorlo/api/tigon-cv-parser/", + "name": "Tigon CV Parser", + "title": "Tigon CV Parser", + "pricing": "PAID", + "tool_name": "Tigon CV Parser", + "score": null, + "host": "tigon-cv-parser.p.rapidapi.com", + "api_list": [ + { + "name": "Parse CV", + "url": "https://tigon-cv-parser.p.rapidapi.com/api/cv/parse", + "description": "Parses a CV and returns all relevant fields on candidate", + "method": "POST", + "required_parameters": [ + { + "name": "apiKey", + "type": "STRING", + "description": "", + "default": "TEST_API_KEY" + }, + { + "name": "cv", + "type": "BINARY", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://tigon-cv-parser.p.rapidapi.com/api/cv/parse\"\nquerystring = {\"apiKey\": \"TEST_API_KEY\", \"cv\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tigon-cv-parser.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://tigon-cv-parser.p.rapidapi.com/api/cv/parse\"\nquerystring = {\"apiKey\": \"TEST_API_KEY\", \"cv\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tigon-cv-parser.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/time_interpreter.json b/toolbench/toolenv/tools/Text_Analysis/time_interpreter.json new file mode 100644 index 0000000000000000000000000000000000000000..9a3bfd32de4541cc4657317c28b0d9c5fcc819bf --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/time_interpreter.json @@ -0,0 +1,54 @@ +{ + "product_id": "api_d8b7feef-88c6-4fa5-9d3c-feac04763fdd", + "tool_description": "This API is a powerful tool for converting human text into timestamps. With this Time Interpreter API, users can quickly and accurately convert natural language descriptions of time, such as \"yesterday at 3pm\" or \"next Friday at 7am,\" into precise timestamp values that can be used in a wide range of applications. Whether you're building a scheduling app or analyzing data, our API can help streamline your workflow and save you valuable time.\n\nIf you have issues with responses or questions plea...", + "home_url": "https://rapidapi.com/sid-technologies-llc-sid-technologies-llc-default/api/time-interpreter/", + "name": "Time Interpreter", + "title": "Time Interpreter", + "pricing": "FREEMIUM", + "tool_name": "Time Interpreter", + "score": { + "avgServiceLevel": 100, + "avgLatency": 727, + "avgSuccessRate": 100, + "popularityScore": 8.6, + "__typename": "Score" + }, + "host": "time-interpreter.p.rapidapi.com", + "api_list": [ + { + "name": "time interpreter endpoint", + "url": "https://time-interpreter.p.rapidapi.com/time", + "description": "main endpoint in which you POST a simple body `{ \"message\": \"tomorrow at 3pm\" }` and get a timestamp as a return object. The `time_zone` field is optional.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://time-interpreter.p.rapidapi.com/time\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"time-interpreter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://time-interpreter.p.rapidapi.com/time\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"time-interpreter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "time_zone": { + "type": "string" + }, + "date_time": { + "type": "string" + }, + "start_time": { + "type": "string" + }, + "end_time": { + "type": "string" + }, + "message_grains": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/title_generation.json b/toolbench/toolenv/tools/Text_Analysis/title_generation.json new file mode 100644 index 0000000000000000000000000000000000000000..358e07f5fa03a15a5f847400f1a39192228b7336 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/title_generation.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_64cb0fb3-dc99-491f-ad3b-608bb8f66b60", + "tool_description": "Generate a unique title/topic for your article/news", + "home_url": "https://rapidapi.com/omer.arshad/api/title-generation/", + "name": "title generation", + "title": "title generation", + "pricing": "FREEMIUM", + "tool_name": "title generation", + "score": null, + "host": "title-generation.p.rapidapi.com", + "api_list": [ + { + "name": "title", + "url": "https://title-generation.p.rapidapi.com/title", + "description": "payload format for the api\n\n{\n \"article\": \"Simple English Wikipedia is an online encyclopedia aimed at English learners. Its articles are expected to contain fewer words and simpler grammar structures than those in their Main English Wikipedia counterpart. Much of the popularity of using Wikipedia for research in Simplification comes from publicly available sentence alignments between \u201cequivalent\u201d articles in Main and Simple English Wikipedia.\",\n \"is_diverse\":false,\n \"diversity\":1.4\n}", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://title-generation.p.rapidapi.com/title\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"title-generation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://title-generation.p.rapidapi.com/title\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"title-generation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/tldr.json b/toolbench/toolenv/tools/Text_Analysis/tldr.json new file mode 100644 index 0000000000000000000000000000000000000000..33456126b9a3298c103f430078691b4c771da087 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/tldr.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_ac35bef6-7d73-4fb0-b038-0d41fd07eeb2", + "tool_description": "Summarize any text using state of the art artificial intelligence technology in a human-like manner.", + "home_url": "https://rapidapi.com/epicfortnitegamer0123456789/api/tldr2/", + "name": "TLDR", + "title": "TLDR", + "pricing": "FREEMIUM", + "tool_name": "TLDR", + "score": null, + "host": "tldr2.p.rapidapi.com", + "api_list": [ + { + "name": "summary", + "url": "https://tldr2.p.rapidapi.com/summary", + "description": "The API endpoint is /summary and it only accepts POST requests.\n\nProperties:\ntext (required): The text to be summarized. The length of the text should not exceed 2500 characters.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "This is some example text to summarize." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://tldr2.p.rapidapi.com/summary\"\nquerystring = {\"text\": \"This is some example text to summarize.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tldr2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://tldr2.p.rapidapi.com/summary\"\nquerystring = {\"text\": \"This is some example text to summarize.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tldr2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/tldr_summary.json b/toolbench/toolenv/tools/Text_Analysis/tldr_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..52c3ecc6aac5ba43ca31652ba7b4b4685077de3d --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/tldr_summary.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_c43fc9cc-f6d5-42e2-bc79-221a44dff387", + "tool_description": "Get extractive summaries for you textual data ", + "home_url": "https://rapidapi.com/santiagobassani96/api/tldr-summary/", + "name": "TLDR Summary", + "title": "TLDR Summary", + "pricing": "FREEMIUM", + "tool_name": "TLDR Summary", + "score": null, + "host": "tldr-summary.p.rapidapi.com", + "api_list": [ + { + "name": "Extractive Summary", + "url": "https://tldr-summary.p.rapidapi.com/api/v2/summary/", + "description": "Get a list of phrases extracted from the original text which best describe the keypoints.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://tldr-summary.p.rapidapi.com/api/v2/summary/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tldr-summary.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://tldr-summary.p.rapidapi.com/api/v2/summary/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tldr-summary.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/tldr_text_analysis.json b/toolbench/toolenv/tools/Text_Analysis/tldr_text_analysis.json new file mode 100644 index 0000000000000000000000000000000000000000..04359f46977560c1065d8fee3ccce893f0d344f0 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/tldr_text_analysis.json @@ -0,0 +1,98 @@ +{ + "tool_name":"TLDR Text Analysis", + "tool_description":"TLDR (Too Long Didn't Read) is a Text Analysis API that allows you to extract summaries and ranked keywords from articles on web. ", + "title":"TLDR Text Analysis", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":98, + "avgLatency":781, + "avgSuccessRate":98, + "popularityScore":9.4, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/AmolMavuduru/api/tldr-text-analysis/", + "host":"tldr-text-analysis.p.rapidapi.com", + "api_list":[ + { + "name":"Summarize", + "url":"https://tldr-text-analysis.p.rapidapi.com/summarize/", + "description":"Summarizes an article by fetching text from a specified URL or reading the input text and generating a summary for a web article.", + "method":"GET", + "required_parameters":[ + { + "name":"text", + "type":"STRING", + "description":"This field contains the text input for the text summarization request. It can be either a URL or the raw text of an article.", + "default":"" + }, + { + "name":"max_sentences", + "type":"NUMBER", + "description":"", + "default":"5" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://tldr-text-analysis.p.rapidapi.com/summarize/\"\nquerystring = {\"text\": text, \"max_sentences\": max_sentences}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tldr-text-analysis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{} + }, + { + "name":"Sentiment Analysis", + "url":"https://tldr-text-analysis.p.rapidapi.com/sentiment_analysis/", + "description":"Performs sentiment analysis on a web article or text input.", + "method":"GET", + "required_parameters":[ + { + "name":"text", + "type":"STRING", + "description":"This field contains the text input for the sentiment analysis request. It can be either a URL or the raw text of an article.", + "default":"" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://tldr-text-analysis.p.rapidapi.com/sentiment_analysis/\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tldr-text-analysis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{} + }, + { + "name":"Extract Keywords", + "url":"https://tldr-text-analysis.p.rapidapi.com/keywords/", + "description":"Extracts keywords from an article given the URL for the article and the number of keywords to search for.", + "method":"GET", + "required_parameters":[ + { + "name":"n_keywords", + "type":"NUMBER", + "description":"", + "default":"5" + }, + { + "name":"text", + "type":"STRING", + "description":"This field contains the text input for the keyword extraction request. It can be either a URL or the raw text of an article.", + "default":"" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://tldr-text-analysis.p.rapidapi.com/keywords/\"\nquerystring = {\"n_keywords\": n_keywords, \"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"tldr-text-analysis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/tldr_text_analysis/api.py b/toolbench/toolenv/tools/Text_Analysis/tldr_text_analysis/api.py new file mode 100644 index 0000000000000000000000000000000000000000..1ec61f321bf588594e60e1f35df5afd806a80b9e --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/tldr_text_analysis/api.py @@ -0,0 +1,74 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def summarize(text: str, max_sentences: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Summarizes an article by fetching text from a specified URL or reading the input text and generating a summary for a web article." + text: This field contains the text input for the text summarization request. It can be either a URL or the raw text of an article. + + """ + url = f"https://tldr-text-analysis.p.rapidapi.com/summarize/" + querystring = {'text': text, 'max_sentences': max_sentences, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "tldr-text-analysis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def sentiment_analysis(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Performs sentiment analysis on a web article or text input." + text: This field contains the text input for the sentiment analysis request. It can be either a URL or the raw text of an article. + + """ + url = f"https://tldr-text-analysis.p.rapidapi.com/sentiment_analysis/" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "tldr-text-analysis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def extract_keywords(n_keywords: int, text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Extracts keywords from an article given the URL for the article and the number of keywords to search for." + text: This field contains the text input for the keyword extraction request. It can be either a URL or the raw text of an article. + + """ + url = f"https://tldr-text-analysis.p.rapidapi.com/keywords/" + querystring = {'n_keywords': n_keywords, 'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "tldr-text-analysis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/topic_tagging.json b/toolbench/toolenv/tools/Text_Analysis/topic_tagging.json new file mode 100644 index 0000000000000000000000000000000000000000..2b7d680315402fb1b45aad7270d12f574ecc95f3 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/topic_tagging.json @@ -0,0 +1,263 @@ +{ + "tool_name": "Topic Tagging", + "tool_description": "Automatically generate topics and keywords for articles and blogs.", + "title": "Topic Tagging", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 100, + "avgLatency": 804, + "avgSuccessRate": 100, + "popularityScore": 9.7, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/twinword/api/topic-tagging/", + "host": "twinword-topic-tagging.p.rapidapi.com", + "api_list": [ + { + "name": "Generate (get)", + "url": "https://twinword-topic-tagging.p.rapidapi.com/generate/", + "description": "Detect and generate human like topics to the given text.", + "method": "GET", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Enter some text to generate topics", + "default": "Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded as bits in a computer memory or transcribed in genes and protein structures in a biological cell. An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-topic-tagging.p.rapidapi.com/generate/\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-topic-tagging.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "keyword": { + "computer": 4, + "compute": 2, + "structure": 2, + "information": 2, + "study": 2, + "science": 2, + "cell": 1, + "alternate": 1, + "biological": 1, + "gene": 1 + }, + "topic": { + "computer science": 0.5010800744879, + "study": 0.30018621973929, + "human": 0.23091247672253, + "machine": 0.23091247672253, + "system": 0.23091247672253, + "art": 0.20782122905028, + "technology": 0.18472998137803, + "development": 0.18472998137803, + "number": 0.18472998137803 + }, + "version": "5.0.0", + "author": "twinword inc.", + "email": "feedback@twinword.com", + "result_code": "200", + "result_msg": "Success" + }, + "headers": { + "alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "599ea0fc6aff06b9-NRT", + "cf-request-id": "02f702f1c1000006b9b2a67200000001", + "content-type": "application/json", + "date": "Wed, 27 May 2020 09:15:00 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server": "RapidAPI-1.1.7", + "set-cookie": [ + "__cfduid=d89318bb156c83115b899f4a1e45acdfe1590570899; expires=Fri, 26-Jun-20 09:14:59 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.1.7", + "x-ratelimit-requests-limit": "30000", + "x-ratelimit-requests-remaining": "29997", + "content-length": "506", + "connection": "Close" + }, + "schema": { + "properties": { + "author": { + "type": "string" + }, + "email": { + "format": "email", + "type": "string" + }, + "keyword": { + "properties": { + "alternate": { + "type": "integer" + }, + "biological": { + "type": "integer" + }, + "cell": { + "type": "integer" + }, + "compute": { + "type": "integer" + }, + "computer": { + "type": "integer" + }, + "gene": { + "type": "integer" + }, + "information": { + "type": "integer" + }, + "science": { + "type": "integer" + }, + "structure": { + "type": "integer" + }, + "study": { + "type": "integer" + } + }, + "type": "object" + }, + "result_code": { + "format": "color", + "type": "string" + }, + "result_msg": { + "type": "string" + }, + "topic": { + "properties": { + "art": { + "type": "number" + }, + "computer science": { + "type": "number" + }, + "development": { + "type": "number" + }, + "human": { + "type": "number" + }, + "machine": { + "type": "number" + }, + "number": { + "type": "number" + }, + "study": { + "type": "number" + }, + "system": { + "type": "number" + }, + "technology": { + "type": "number" + } + }, + "type": "object" + }, + "version": { + "type": "string" + } + }, + "type": "object" + } + }, + { + "name": "Generate (post)", + "url": "https://twinword-topic-tagging.p.rapidapi.com/generate/", + "description": "Detect and generate human like topics to the given text.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Enter some text to generate topics", + "default": "Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded as bits in a computer memory or transcribed in genes and protein structures in a biological cell. An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-topic-tagging.p.rapidapi.com/generate/\"\nquerystring = {\"text\": text}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-topic-tagging.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "author": "twinword inc.", + "email": "help@twinword.com", + "keyword": { + "cell": 1, + "compute": 2, + "computer": 4, + "design": 1, + "information": 2, + "memory": 1, + "science": 2, + "structure": 2, + "study": 2, + "transcribe": 1 + }, + "result_code": "200", + "result_msg": "Success", + "topic": { + "art": 0.20782122905028, + "biology": 0.18472998137803, + "computer science": 0.5010800744879, + "human": 0.23091247672253, + "machine": 0.23091247672253, + "research": 0.18472998137803, + "study": 0.30018621973929, + "system": 0.23091247672253, + "technology": 0.18472998137803 + }, + "version": "5.0.0" + }, + "headers": { + "alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "599ea17fabcbd649-NRT", + "cf-request-id": "02f70343c70000d64911128200000001", + "content-type": "application/json", + "date": "Wed, 27 May 2020 09:15:21 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server": "RapidAPI-1.1.7", + "set-cookie": [ + "__cfduid=dfbef479ec9fd1cd23e2df4d6f1e24a181590570920; expires=Fri, 26-Jun-20 09:15:20 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.1.7", + "x-ratelimit-requests-limit": "30000", + "x-ratelimit-requests-remaining": "29996", + "content-length": "506", + "connection": "Close" + }, + "schema": {} + }, + { + "name": "Generate (post)", + "url": "https://twinword-topic-tagging.p.rapidapi.com/generate/", + "description": "Detect and generate human like topics to the given text.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Enter some text to generate topics", + "default": "Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded as bits in a computer memory or transcribed in genes and protein structures in a biological cell. An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-topic-tagging.p.rapidapi.com/generate/\"\nquerystring = {\"text\": \"Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded as bits in a computer memory or transcribed in genes and protein structures in a biological cell. An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-topic-tagging.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-topic-tagging.p.rapidapi.com/generate/\"\nquerystring = {\"text\": \"Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded as bits in a computer memory or transcribed in genes and protein structures in a biological cell. An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-topic-tagging.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/topic_tagging/api.py b/toolbench/toolenv/tools/Text_Analysis/topic_tagging/api.py new file mode 100644 index 0000000000000000000000000000000000000000..d03d75c811e5a28f7c174f2d8a9cd567e2dd34c4 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/topic_tagging/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def generate_get(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Detect and generate human like topics to the given text." + text: Enter some text to generate topics + + """ + url = f"https://twinword-topic-tagging.p.rapidapi.com/generate/" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-topic-tagging.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/toxicity_profanity_detection_ai_hate_detection_on_comments.json b/toolbench/toolenv/tools/Text_Analysis/toxicity_profanity_detection_ai_hate_detection_on_comments.json new file mode 100644 index 0000000000000000000000000000000000000000..5e00c42023cebaa9cc0f561032d5649871a3e2b2 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/toxicity_profanity_detection_ai_hate_detection_on_comments.json @@ -0,0 +1,100 @@ +{ + "tool_name":"Toxicity & Profanity Detection AI-Hate Detection on Comments", + "tool_description":"Detect Toxicity in your text via AI 🔥Hate Detection Profanity Filter ✨ Accurate, Fast, and Multi-Language Support ❄️ ", + "title":"Toxicity & Profanity Detection AI-Hate Detection on Comments", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":25526, + "avgSuccessRate":100, + "popularityScore":9.2, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/NextAPI/api/toxicity-profanity-detection-ai-hate-detection-on-comments3/", + "host":"toxicity-profanity-detection-ai-hate-detection-on-comments3.p.rapidapi.com", + "api_list":[ + { + "name":"Get Toxicity Score", + "url":"https://toxicity-profanity-detection-ai-hate-detection-on-comments3.p.rapidapi.com/moderation/", + "description":"Get the TOXICITY, SEVERE_TOXICITY, IDENTITY_ATTACK, INSULT, PROFANITY, & THREAT score for the given text. The score ranges from 0 to 1.\n\nYou can provide a language (recommended), or the language will be auto-detected.\n \nYou can provide the following languages, either the language itself or the language code: English (en), Spanish (es), Arabic (ar), Chinese (zh), Russian (ru), French (fr), German (de), Japanese (ja), Portuguese (pt), Italian (it), Korean (ko), Dutch (nl), Swedish (sv), Polish (pl), Indonesian (id), Czech (cs), Hindi (hi), Hinglish (hi-Latn)", + "method":"GET", + "required_parameters":[ + { + "name":"text", + "type":"STRING", + "description":"", + "default":"This is an example text." + } + ], + "optional_parameters":[ + { + "name":"language", + "type":"STRING", + "description":"", + "default":"english" + } + ], + "code":"import requests\n\nurl = \"https://toxicity-profanity-detection-ai-hate-detection-on-comments3.p.rapidapi.com/moderation/\"\nquerystring = {\"text\": text, \"language\": language}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"toxicity-profanity-detection-ai-hate-detection-on-comments3.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "attributes":{ + "IDENTITY_ATTACK":0.01857083, + "THREAT":0.0089712385, + "PROFANITY":0.40185395, + "TOXICITY":0.5885171, + "SEVERE_TOXICITY":0.023076924, + "INSULT":0.5130944 + }, + "languages":[ + "en" + ], + "detectedLanguages":[ + "en", + "es", + "ru" + ] + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "attributes":{ + "type":"object", + "properties":{ + "IDENTITY_ATTACK":{ + "type":"number" + }, + "THREAT":{ + "type":"number" + }, + "PROFANITY":{ + "type":"number" + }, + "TOXICITY":{ + "type":"number" + }, + "SEVERE_TOXICITY":{ + "type":"number" + }, + "INSULT":{ + "type":"number" + } + } + }, + "languages":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "detectedLanguages":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/toxicity_profanity_detection_ai_hate_detection_on_comments/api.py b/toolbench/toolenv/tools/Text_Analysis/toxicity_profanity_detection_ai_hate_detection_on_comments/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2e242b71d05e64b0605dfe2351f0bf4b5e00efbc --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/toxicity_profanity_detection_ai_hate_detection_on_comments/api.py @@ -0,0 +1,35 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_toxicity_score(text: str, language: str='english', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the TOXICITY, SEVERE_TOXICITY, IDENTITY_ATTACK, INSULT, PROFANITY, & THREAT score for the given text. The score ranges from 0 to 1. + + You can provide a language (recommended), or the language will be auto-detected. + + You can provide the following languages, either the language itself or the language code: English (en), Spanish (es), Arabic (ar), Chinese (zh), Russian (ru), French (fr), German (de), Japanese (ja), Portuguese (pt), Italian (it), Korean (ko), Dutch (nl), Swedish (sv), Polish (pl), Indonesian (id), Czech (cs), Hindi (hi), Hinglish (hi-Latn)" + + """ + url = f"https://toxicity-profanity-detection-ai-hate-detection-on-comments3.p.rapidapi.com/moderation/" + querystring = {'text': text, } + if language: + querystring['language'] = language + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "toxicity-profanity-detection-ai-hate-detection-on-comments3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/translator.json b/toolbench/toolenv/tools/Text_Analysis/translator.json new file mode 100644 index 0000000000000000000000000000000000000000..c58d97988aedf42412244c31300e77bb4f07514f --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/translator.json @@ -0,0 +1,70 @@ +{ + "product_id": "api_0d3bb6c6-9dc4-4c7e-b81f-6141d886c18e", + "tool_description": "Translate any text you want with our Translator; we support ~100 languages. Please note that the expected time for processing a request can be 10-30 seconds during the beta testing period.", + "home_url": "https://rapidapi.com/ayfie-ayfie-default/api/translator82/", + "name": "Translator", + "title": "Translator", + "pricing": "FREE", + "tool_name": "Translator", + "score": { + "avgServiceLevel": 99, + "avgLatency": 4958, + "avgSuccessRate": 97, + "popularityScore": 9.5, + "__typename": "Score" + }, + "host": "translator82.p.rapidapi.com", + "api_list": [ + { + "name": "translate_language", + "url": "https://translator82.p.rapidapi.com/api/translate", + "description": "Translate the provided text into the chosen language. The input language is auto-detected.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://translator82.p.rapidapi.com/api/translate\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"translator82.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://translator82.p.rapidapi.com/api/translate\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"translator82.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "title": "Response", + "required": [ + "result", + "model_used", + "time" + ], + "type": "object", + "properties": { + "result": { + "title": "Result", + "anyOf": [ + { + "type": "string" + }, + { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + ] + }, + "model_used": { + "title": "Model Used", + "type": "string" + }, + "time": { + "title": "Time", + "type": "string" + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/treediff.json b/toolbench/toolenv/tools/Text_Analysis/treediff.json new file mode 100644 index 0000000000000000000000000000000000000000..3ba8c17f4ae59bd2180162422a6cee47297956e1 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/treediff.json @@ -0,0 +1,45 @@ +{ + "product_id": "api_9cb68b2a-09c6-4a16-a9d6-0566365d7c6c", + "tool_description": "Human-readable text comparisons, 2 and 3-way diff, merge and more.", + "home_url": "https://rapidapi.com/treediff-treediff-default/api/treediff/", + "name": "Treediff", + "title": "Treediff", + "pricing": "FREEMIUM", + "tool_name": "Treediff", + "score": { + "avgServiceLevel": 100, + "avgLatency": 832, + "avgSuccessRate": 100, + "popularityScore": 9, + "__typename": "Score" + }, + "host": "treediff.p.rapidapi.com", + "api_list": [ + { + "name": "merge", + "url": "https://treediff.p.rapidapi.com/merge", + "description": "Request the 3-way merge between a `head`, a `compare` and a `base` value.\nThe `base` value serves as the \"common ancestor\".", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://treediff.p.rapidapi.com/merge\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"treediff.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://treediff.p.rapidapi.com/merge\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"treediff.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "diff", + "url": "https://treediff.p.rapidapi.com/diff", + "description": "Request diffs between a `head` and a `compare` and optional `base` value.\nAdding a `base` param triggers the 3-way diff with `base` as the \"common ancestor\".", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://treediff.p.rapidapi.com/diff\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"treediff.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://treediff.p.rapidapi.com/diff\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"treediff.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/turbo_nlp.json b/toolbench/toolenv/tools/Text_Analysis/turbo_nlp.json new file mode 100644 index 0000000000000000000000000000000000000000..4e387baad6351aead06cffe7b365bb6200f9e2b5 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/turbo_nlp.json @@ -0,0 +1,125 @@ +{ + "product_id": "api_bffbac58-cddb-47d9-9fb3-fc038d585e1c", + "tool_description": "Your Swiss army knife for NLP! Text summarization, sentiment check, text readability analysis, named entity extraction, segmentation, tokenization, SEO slug creation and much more.", + "home_url": "https://rapidapi.com/sharpcode/api/turbo-nlp/", + "name": "Turbo NLP", + "title": "Turbo NLP", + "pricing": "FREEMIUM", + "tool_name": "Turbo NLP", + "score": null, + "host": "turbo-nlp.p.rapidapi.com", + "api_list": [ + { + "name": "Check Sentiment", + "url": "https://turbo-nlp.p.rapidapi.com/CheckSentiment", + "description": "This endpoint checks sentiment of the provided text", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/CheckSentiment\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/CheckSentiment\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "NER", + "url": "https://turbo-nlp.p.rapidapi.com/NER", + "description": "Accurate named-entity recognition", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/NER\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/NER\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Segment", + "url": "https://turbo-nlp.p.rapidapi.com/Segment", + "description": "Segment a text into senteces. Extremely accurate!", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/Segment\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/Segment\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Tokenize", + "url": "https://turbo-nlp.p.rapidapi.com/Tokenize", + "description": "Tokenizes text including the non-word character spans.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/Tokenize\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/Tokenize\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Detect Language", + "url": "https://turbo-nlp.p.rapidapi.com/DetectLanguage", + "description": "This endpoint tries to detect language of a text", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/DetectLanguage\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/DetectLanguage\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "Create Slug", + "url": "https://turbo-nlp.p.rapidapi.com/CreateSlug", + "description": "Create a SEO-friendly slug from a headline", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/CreateSlug\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/CreateSlug\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Test Readability", + "url": "https://turbo-nlp.p.rapidapi.com/TestReadability", + "description": "This endpoints take a text and returns readbility scores.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/TestReadability\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/TestReadability\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Summarize Text", + "url": "https://turbo-nlp.p.rapidapi.com/SummarizeText", + "description": "This endpoint takes a long text and creates a summary.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/SummarizeText\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://turbo-nlp.p.rapidapi.com/SummarizeText\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"turbo-nlp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/twinword_text_analysis_bundle.json b/toolbench/toolenv/tools/Text_Analysis/twinword_text_analysis_bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..19c63cba1b1e6ace9ff615ad49c7cd80bd89860f --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/twinword_text_analysis_bundle.json @@ -0,0 +1,300 @@ +{ + "product_id": "55389e16e4b082eab6ddd7f3", + "tool_description": "One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences.", + "home_url": "https://rapidapi.com/twinword/api/twinword-text-analysis-bundle/", + "name": "Twinword Text Analysis Bundle", + "title": "Twinword Text Analysis Bundle", + "pricing": "FREEMIUM", + "tool_name": "Twinword Text Analysis Bundle", + "score": { + "avgServiceLevel": 100, + "avgLatency": 240, + "avgSuccessRate": 100, + "popularityScore": 9.8, + "__typename": "Score" + }, + "host": "twinword-twinword-bundle-v1.p.rapidapi.com", + "api_list": [ + { + "name": "Recommend (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/category_recommend/", + "description": "Recommend highly related categories for e-commerce and other uses.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/category_recommend/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/category_recommend/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "author": { + "type": "string" + }, + "categories": { + "items": { + "type": "string" + }, + "type": "array" + }, + "categories_scored": { + "properties": { + "Coffee": { + "type": "integer" + }, + "Coffee Decanter Warmers": { + "type": "integer" + }, + "Coffee Decanters": { + "type": "integer" + }, + "Coffee Filter Baskets": { + "type": "integer" + }, + "Coffee Filters": { + "type": "integer" + }, + "Coffee Maker & Espresso Machine Accessories": { + "type": "integer" + }, + "Coffee Maker Water Filters": { + "type": "integer" + }, + "Coffee Pods": { + "type": "integer" + }, + "Frothing Pitchers": { + "type": "integer" + }, + "Stovetop Espresso Pot Parts": { + "type": "integer" + } + }, + "type": "object" + }, + "email": { + "format": "email", + "type": "string" + }, + "keywords": { + "items": { + "type": "string" + }, + "type": "array" + }, + "keywords_scored": { + "properties": { + "coffee": { + "type": "integer" + }, + "maker": { + "type": "integer" + } + }, + "type": "object" + }, + "result_code": { + "format": "color", + "type": "string" + }, + "result_msg": { + "type": "string" + }, + "taxonomy_set": { + "type": "string" + }, + "version": { + "type": "string" + } + }, + "type": "object" + } + }, + { + "name": "Extract (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/lemma_extract/", + "description": "Return the root of a word or roots of a string of words.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Enter some text to extract roots (maximum 200 words or 3,000 characters)", + "default": "The frogs hopped from rock to rock." + } + ], + "optional_parameters": [ + { + "name": "flag", + "type": "STRING", + "description": "Pass an optional flag to change output. If \"VALID_TOKENS_ONLY\" is passed, an array list is returned with only valid lemmas in the order found in the string passed in the text parameter. If \"VALID_TOKENS_ONLY_ORDER_BY_OCCURRENCE\" is passed, an array list is returned with only valid lemmas in the order of occurrence with the most occurring lemma first. If \"VALID_TOKENS_ONLY_ORDER_BY_OCCURRENCE_SHOW_COUNT\" (default) is passed, an array list is returned with only valid lemmas in the order of occurrence with the most occurring lemma first, but with the lemma in the key and the count in the value. If \"ALL_TOKENS\" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized left as is. If \"ALL_TOKENS_INVALID_LOWERCASED\" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, but lowercased. If \"ALL_TOKENS_INVALID_EMPTY_STRING\" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized as empty-string items in the array. If \"ALL_TOKENS_INVALID_NEGATIVE_ONE\" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized as -1. If \"ALL_TOKENS_ORDER_BY_OCCURRENCE\" is passed, an array list is returned with all the words in the string passed in the text parameter, with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, all in the order of occurrence with the most occurring first. If \"ALL_TOKENS_ORDER_BY_OCCURRENCE_SHOW_COUNT\" is passed, an array list is returned with all the words in the string passed in the text parameter, with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, all in the order of occurrence with the most occurring first, but with the words and lemmas in the key and the count in the value.", + "default": "" + }, + { + "name": "exclude_non_content_words", + "type": "BOOLEAN", + "description": "Optional boolean to exclude non content words (ie. \"the\", \"is\", \"take\")", + "default": false + } + ], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/lemma_extract/\"\nquerystring = {\"text\": \"The frogs hopped from rock to rock.\", \"flag\": \"\", \"exclude_non_content_words\": false}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/lemma_extract/\"\nquerystring = {\"text\": \"The frogs hopped from rock to rock.\", \"flag\": \"\", \"exclude_non_content_words\": false}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Classify (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/text_classify/", + "description": "Classify text into product categories or contact us to customize and use your own category sets. Enter some text to find its related product categories:", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Protect your back with these ergonomic office chairs. These adjustable chairs are cushioned and molded to ensure comfort over long hours. Some options feature breathable backs that let air flow through to keep you cool and add to your comfort level on hot days." + } + ], + "optional_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Enter title of text (optional).", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/text_classify/\"\nquerystring = {\"title\": \"\", \"text\": \"Protect your back with these ergonomic office chairs. These adjustable chairs are cushioned and molded to ensure comfort over long hours. Some options feature breathable backs that let air flow through to keep you cool and add to your comfort level on hot days.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/text_classify/\"\nquerystring = {\"title\": \"\", \"text\": \"Protect your back with these ergonomic office chairs. These adjustable chairs are cushioned and molded to ensure comfort over long hours. Some options feature breathable backs that let air flow through to keep you cool and add to your comfort level on hot days.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Analyze (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/sentiment_analyze/", + "description": "Return sentiment analysis results with score for the given text.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Enter some text to analyze (maximum 100 words or 1,500 characters)", + "default": "great value in its price range!" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/sentiment_analyze/\"\nquerystring = {\"text\": \"great value in its price range!\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/sentiment_analyze/\"\nquerystring = {\"text\": \"great value in its price range!\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Generate (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/topic_generate/", + "description": "Detect and generate human like topics to the given text.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Enter some text to generate topics (maximum 200 words or 3,000 characters)", + "default": "Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures that underlie the acquisition, representation, processing, storage, communication of, and access to information." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/topic_generate/\"\nquerystring = {\"text\": \"Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures that underlie the acquisition, representation, processing, storage, communication of, and access to information.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/topic_generate/\"\nquerystring = {\"text\": \"Computer science is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures that underlie the acquisition, representation, processing, storage, communication of, and access to information.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Text (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/score_text/", + "description": "Evaluate the difficulty level of a word, sentence, or paragraph.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Input a some text to evaluate its difficulty level (maximum 200 words or 3,000 characters)", + "default": "The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/score_text/\"\nquerystring = {\"text\": \"The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/score_text/\"\nquerystring = {\"text\": \"The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Text Similarity (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/text_similarity/", + "description": "Evaluate the similarity of two words, sentences, or paragraphs.", + "method": "POST", + "required_parameters": [ + { + "name": "text2", + "type": "STRING", + "description": "Input a second text to compare its similarity with the first text.", + "default": "An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus." + }, + { + "name": "text1", + "type": "STRING", + "description": "Enter the first text to compare.", + "default": "The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/text_similarity/\"\nquerystring = {\"text2\": \"An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus.\", \"text1\": \"The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/text_similarity/\"\nquerystring = {\"text2\": \"An important part of the brains of humans and other vertebrates is the hippocampus. It's part of the limbic system and moves information from short-term to long-term memory. It also helps us move around. Humans and other mammals have two hippocampi, one on each side. The hippocampus is a part of the cerebral cortex; and in primates it is found in the medial temporal lobe, beneathe the cortical surface. It has two main interlocking parts: Ammon's horn and the dentate gyrus.\", \"text1\": \"The hippocampus is a major component of the brains of humans and other vertebrates. It belongs to the limbic system and plays important roles in the consolidation of information from short-term memory to long-term memory and spatial navigation. Humans and other mammals have two hippocampi, one in each side of the brain. The hippocampus is a part of the cerebral cortex; and in primates it is located in the medial temporal lobe, underneath the cortical surface. It contains two main interlocking parts: Ammon's horn and the dentate gyrus.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Word (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/score_word/", + "description": "Evaluate the difficulty level of a word.", + "method": "POST", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "Input a word to evaluate its difficulty level", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/score_word/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/score_word/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Word Associations (post)", + "url": "https://twinword-twinword-bundle-v1.p.rapidapi.com/word_associations/", + "description": "Get word associations with semantic distance score.", + "method": "POST", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "A word, phrase, or paragraph.", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_associations/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_associations/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-twinword-bundle-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/twinword_text_analysis_bundle/api.py b/toolbench/toolenv/tools/Text_Analysis/twinword_text_analysis_bundle/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2b812686c01e698857858b3df6e07438a8580c90 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/twinword_text_analysis_bundle/api.py @@ -0,0 +1,417 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def analyze_get(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Return sentiment analysis results with score for the given text." + text: Enter some text to analyze (maximum 100 words or 1,500 characters) + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/sentiment_analyze/" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def association(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the associations of a word." + entry: Type a word to get its associations + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_association/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def classify_get(text: str, title: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Classify text into product categories or contact us to customize and use your own category sets. Enter some text to find its related product categories:" + text: Enter some text to find related categories. + title: Enter title of text (optional). + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/text_classify/" + querystring = {'text': text, } + if title: + querystring['title'] = title + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def definition(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the definitions of a word." + entry: Type a word to get its definitions + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_definition/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def definition_kr(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the Korean definitions of a word." + entry: Type a word to get its Korean definitions + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_definition_kr/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def difficulty(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the difficulty level of a word." + entry: Type a word to get its difficulty level + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_difficulty/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def exam_history(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "See which exams a word has been on" + entry: Type a word to see which exams it has been on + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_examhistory/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def example(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "See examples of a word used in a sentence" + entry: Type a word to see examples of it used in a sentence + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_example/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def extract_get(text: str, flag: str=None, exclude_non_content_words: bool=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Return the root of a word or roots of a string of words." + text: Enter some text to extract roots (maximum 200 words or 3,000 characters) + flag: Pass an optional flag to change output. If "VALID_TOKENS_ONLY" is passed, an array list is returned with only valid lemmas in the order found in the string passed in the text parameter. If "VALID_TOKENS_ONLY_ORDER_BY_OCCURRENCE" is passed, an array list is returned with only valid lemmas in the order of occurrence with the most occurring lemma first. If "VALID_TOKENS_ONLY_ORDER_BY_OCCURRENCE_SHOW_COUNT" (default) is passed, an array list is returned with only valid lemmas in the order of occurrence with the most occurring lemma first, but with the lemma in the key and the count in the value. If "ALL_TOKENS" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized left as is. If "ALL_TOKENS_INVALID_LOWERCASED" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, but lowercased. If "ALL_TOKENS_INVALID_EMPTY_STRING" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized as empty-string items in the array. If "ALL_TOKENS_INVALID_NEGATIVE_ONE" is passed, an array list is returned with all the words in the string passed in the text parameter with words that could be lemmatized as lemmas and words that could not be lemmatized as -1. If "ALL_TOKENS_ORDER_BY_OCCURRENCE" is passed, an array list is returned with all the words in the string passed in the text parameter, with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, all in the order of occurrence with the most occurring first. If "ALL_TOKENS_ORDER_BY_OCCURRENCE_SHOW_COUNT" is passed, an array list is returned with all the words in the string passed in the text parameter, with words that could be lemmatized as lemmas and words that could not be lemmatized left as is, all in the order of occurrence with the most occurring first, but with the words and lemmas in the key and the count in the value. + exclude_non_content_words: Optional boolean to exclude non content words (ie. "the", "is", "take") + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/lemma_extract/" + querystring = {'text': text, } + if flag: + querystring['flag'] = flag + if exclude_non_content_words: + querystring['exclude_non_content_words'] = exclude_non_content_words + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def generate_get(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Detect and generate human like topics to the given text." + text: Enter some text to generate topics (maximum 200 words or 3,000 characters) + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/topic_generate/" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def recommend_get(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Recommend highly related categories for e-commerce and other uses." + text: Enter some text to find related categories: + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/category_recommend/" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def reference(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the broad terms, narrow terms, related terms, evocations, synonyms, associations, and derived terms of a word." + entry: Type a word to get its broad terms, narrow terms, related terms, evocations, synonyms, associations, and derived terms + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_reference/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def text_get(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Evaluate the difficulty level of a word, sentence, or paragraph." + text: Input a some text to evaluate its difficulty level (maximum 200 words or 3,000 characters) + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/score_text/" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def text_similarity_get(text1: str, text2: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Evaluate the similarity of two words, sentences, or paragraphs." + text1: Input the first text to compare. + text2: Input a second text to compare its similarity with the first text. + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/text_similarity/" + querystring = {'text1': text1, 'text2': text2, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def theme(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the themes of a word." + entry: Type a word to get its themes + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_theme/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def type_1(level: int, area: str='sat', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Customized word association quiz for game and e-learning software." + level: Select the difficulty level of the test (1 - 10) + area: Select a test to generate quiz questions and answers (es, ms, hs, ksat, toeic, toefl, teps, sat, ielts, gre, gmat, overall) + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/quiz_type1/" + querystring = {'level': level, } + if area: + querystring['area'] = area + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def word_get(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Evaluate the difficulty level of a word." + entry: Input a word to evaluate its difficulty level + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/score_word/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def word_associations_get(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get word associations with semantic distance score." + entry: A word, phrase, or paragraph. + + """ + url = f"https://twinword-twinword-bundle-v1.p.rapidapi.com/word_associations/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-twinword-bundle-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/udyog_aadhaar_ocr.json b/toolbench/toolenv/tools/Text_Analysis/udyog_aadhaar_ocr.json new file mode 100644 index 0000000000000000000000000000000000000000..9b0e9a24ec611ee029f4726fb4079eaaaf6e41b4 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/udyog_aadhaar_ocr.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_fdf4f324-657f-40eb-a4fc-4109290dc717", + "tool_description": "Extraction of details from image of an Udyog Aadhaar Certificate in real-time.", + "home_url": "https://rapidapi.com/idfy-idfy-default/api/udyog-aadhaar-ocr/", + "name": "Udyog Aadhaar OCR", + "title": "Udyog Aadhaar OCR", + "pricing": "FREEMIUM", + "tool_name": "Udyog Aadhaar OCR", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1505, + "avgSuccessRate": 57, + "popularityScore": 8.7, + "__typename": "Score" + }, + "host": "udyog-aadhaar-ocr.p.rapidapi.com", + "api_list": [ + { + "name": "Udyog Aadhaar OCR", + "url": "https://udyog-aadhaar-ocr.p.rapidapi.com/v3/tasks/sync/extract/ind_udyog_aadhaar", + "description": "Extraction of details from image of an Udyog Aadhaar Certificate in real-time.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://udyog-aadhaar-ocr.p.rapidapi.com/v3/tasks/sync/extract/ind_udyog_aadhaar\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"udyog-aadhaar-ocr.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://udyog-aadhaar-ocr.p.rapidapi.com/v3/tasks/sync/extract/ind_udyog_aadhaar\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"udyog-aadhaar-ocr.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/ultimate_word_paraphraser_rephraser_article_fiesta.json b/toolbench/toolenv/tools/Text_Analysis/ultimate_word_paraphraser_rephraser_article_fiesta.json new file mode 100644 index 0000000000000000000000000000000000000000..77b0603285b70c9ea1261c98cc909fbd3b6d0ca6 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/ultimate_word_paraphraser_rephraser_article_fiesta.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_ccee27dd-ccf4-4bda-a9fd-ff5c4bade253", + "tool_description": "Create perfect paraphrases for any text. High quality, and easily defeats AI detection checks when using technologies like GPT", + "home_url": "https://rapidapi.com/expertdifficulty/api/ultimate-word-paraphraser-rephraser-article-fiesta/", + "name": "Ultimate Word Paraphraser / Rephraser - Article Fiesta", + "title": "Ultimate Word Paraphraser / Rephraser - Article Fiesta", + "pricing": "FREEMIUM", + "tool_name": "Ultimate Word Paraphraser / Rephraser - Article Fiesta", + "score": null, + "host": "ultimate-word-paraphraser-rephraser-article-fiesta.p.rapidapi.com", + "api_list": [ + { + "name": "Paraphrase", + "url": "https://ultimate-word-paraphraser-rephraser-article-fiesta.p.rapidapi.com/paraphrase", + "description": "This is the endpoint you use to get your paraphrased data back.\n\nUltimately this can accept inputs or any length, however the longer you have as input the longer it will take to paraphrase. I would suggest breaking it down into sentences, but its up to you.\n\nResults can be tweaked to provide multiple inline paraphrases, or you can opt for just a single one.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://ultimate-word-paraphraser-rephraser-article-fiesta.p.rapidapi.com/paraphrase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ultimate-word-paraphraser-rephraser-article-fiesta.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://ultimate-word-paraphraser-rephraser-article-fiesta.p.rapidapi.com/paraphrase\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ultimate-word-paraphraser-rephraser-article-fiesta.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/ultra_fast_translation.json b/toolbench/toolenv/tools/Text_Analysis/ultra_fast_translation.json new file mode 100644 index 0000000000000000000000000000000000000000..73513a8c52c7803bdf4fbd5f1e7f9c0d89173f0b --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/ultra_fast_translation.json @@ -0,0 +1,32 @@ +{ + "product_id": "api_3076178c-5cfc-4692-8c93-e5e3da3fd452", + "tool_description": "We developed a Ultra Fast Translation API that allow you translate multi texts in one fast query, wish help you improve response time and your service quality. \tThe Ultra Fast Translation API makes advantage of Google's neural machine translation technology to translate html, text, words, phrases, and paragraphs in real time across more than +100 languages. Example: https://codepen.io/oussamasibari/pen/JjLLxxv", + "home_url": "https://rapidapi.com/sibaridev/api/ultra-fast-translation/", + "name": "Ultra Fast Translation", + "title": "Ultra Fast Translation", + "pricing": "FREEMIUM", + "tool_name": "Ultra Fast Translation", + "score": { + "avgServiceLevel": 100, + "avgLatency": 142, + "avgSuccessRate": 100, + "popularityScore": 9.4, + "__typename": "Score" + }, + "host": "ultra-fast-translation.p.rapidapi.com", + "api_list": [ + { + "name": "Multi Line Super Fast", + "url": "https://ultra-fast-translation.p.rapidapi.com/t", + "description": "Multi Line Super Ultra Fast Translation", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://ultra-fast-translation.p.rapidapi.com/t\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ultra-fast-translation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://ultra-fast-translation.p.rapidapi.com/t\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ultra-fast-translation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/upload_image.json b/toolbench/toolenv/tools/Text_Analysis/upload_image.json new file mode 100644 index 0000000000000000000000000000000000000000..2cb5f6578f33b603995151fae3e9105cd19e1534 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/upload_image.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_f100cf95-45ee-4772-9ca2-f76b857d3d84", + "tool_description": "this is help to upload image", + "home_url": "https://rapidapi.com/amitkumar9717291746/api/upload_image/", + "name": "upload_image", + "title": "upload_image", + "pricing": "FREE", + "tool_name": "upload_image", + "score": null, + "host": "upload_image.p.rapidapi.com", + "api_list": [ + { + "name": "upload", + "url": "https://upload_image.p.rapidapi.comhttp://amit", + "description": "uploading Image", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://upload_image.p.rapidapi.comhttp://amit\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"upload_image.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://upload_image.p.rapidapi.comhttp://amit\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"upload_image.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/urgency_ticket.json b/toolbench/toolenv/tools/Text_Analysis/urgency_ticket.json new file mode 100644 index 0000000000000000000000000000000000000000..e8dda938e98b280963f5abfcd79cf8943cd6df2d --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/urgency_ticket.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_46c6f020-32ee-4984-ae58-162a30cce903", + "tool_description": "This API predicts if a given text ticket is urgent or not, for customer support domain.", + "home_url": "https://rapidapi.com/metatext-metatext-default/api/urgency-ticket/", + "name": "Urgency Ticket", + "title": "Urgency Ticket", + "pricing": "PAID", + "tool_name": "Urgency Ticket", + "score": null, + "host": "urgency-ticket.p.rapidapi.com", + "api_list": [ + { + "name": "Detect Ticket Urgency", + "url": "https://urgency-ticket.p.rapidapi.com/urgency", + "description": "Detects if a ticket is something urgent or not.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://urgency-ticket.p.rapidapi.com/urgency\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"urgency-ticket.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://urgency-ticket.p.rapidapi.com/urgency\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"urgency-ticket.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/url_expander.json b/toolbench/toolenv/tools/Text_Analysis/url_expander.json new file mode 100644 index 0000000000000000000000000000000000000000..0429f63192a416ba81bcef76a6bcdc9e5e5a5bc1 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/url_expander.json @@ -0,0 +1,73 @@ +{ + "tool_name":"URL Expander", + "tool_description":"URL details, load-time, and title of target doc\nCheck for dead URLs", + "title":"URL Expander", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":99, + "avgLatency":1173, + "avgSuccessRate":99, + "popularityScore":9.4, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/logicione/api/url-expander1/", + "host":"url-expander1.p.rapidapi.com", + "api_list":[ + { + "name":"URL_Expander", + "url":"https://url-expander1.p.rapidapi.com/url_expander", + "description":"Provide short_url through Query Param.\nIf the target URL is no more active (or removed/moved) it will return \n{ target_url_alive : False }\nURL's response_time is in milliseconds", + "method":"GET", + "required_parameters":[ + { + "name":"short_url", + "type":"STRING", + "description":"Provide Shortened Url", + "default":"ihe.art/OauJBXD" + } + ], + "optional_parameters":[ + { + "name":"get_title", + "type":"STRING", + "description":"If get_title set to True, then the title of the document will be extracted from url.\nNote: Don't set this flag true if the title is not needed, to avoid slow-down", + "default":"True" + } + ], + "code":"import requests\n\nurl = \"https://url-expander1.p.rapidapi.com/url_expander\"\nquerystring = {\"get_title\": get_title, \"short_url\": short_url}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"url-expander1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "target_url":"https://www.amazon.com/b/?node=3063530011&ref_=assoc_tag_ph_1394216334436&_encoding=UTF8&camp=1789&creative=9325&linkCode=pf4&tag=t3sev-20&linkId=21a4e5913f801b532c2b1546bdce17ce", + "target_url_alive":true + }, + "headers":{ + "content-type":"application/json", + "date":"Fri, 20 Nov 2020 08:57:09 GMT", + "server":"RapidAPI-1.2.6", + "via":"1.1 95302b545c6afc8c720d42e23a5b7437.cloudfront.net (CloudFront)", + "x-amz-apigw-id":"WTGz0F2lSK4FcWA=", + "x-amz-cf-id":"hegt24gz3l3bRf3ZwdepWKqimEiWbcvs5Km2_PgWjxSYfjw1W5S1cw==", + "x-amz-cf-pop":"HIO50-C2", + "x-amzn-remapped-content-length":"308", + "x-amzn-requestid":"601002bb-9562-4701-ba07-aa9f5290ae44", + "x-amzn-trace-id":"Root=1-5fb784e5-31f2368f3469456300dbf0ef;Sampled=0", + "x-cache":"Miss from cloudfront", + "x-rapidapi-region":"AWS - us-west-2", + "x-rapidapi-version":"1.2.6", + "content-length":"308", + "connection":"Close" + }, + "schema":{ + "properties":{ + "target_url":{ + "type":"string" + }, + "target_url_alive":{ + "type":"boolean" + } + }, + "type":"object" + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/url_expander/api.py b/toolbench/toolenv/tools/Text_Analysis/url_expander/api.py new file mode 100644 index 0000000000000000000000000000000000000000..6669c986bd94f07476009f101cf17810a7af9d69 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/url_expander/api.py @@ -0,0 +1,37 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def url_expander(short_url: str, get_title: str='True', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Provide short_url through Query Param. + If the target URL is no more active (or removed/moved) it will return + { target_url_alive : False } + URL's response_time is in milliseconds" + short_url: Provide Shortened Url + get_title: If get_title set to True, then the title of the document will be extracted from url. +Note: Don't set this flag true if the title is not needed, to avoid slow-down + + """ + url = f"https://url-expander1.p.rapidapi.com/url_expander" + querystring = {'short_url': short_url, } + if get_title: + querystring['get_title'] = get_title + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "url-expander1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/url_metadata_opengraph.json b/toolbench/toolenv/tools/Text_Analysis/url_metadata_opengraph.json new file mode 100644 index 0000000000000000000000000000000000000000..ced12d877851db232d9f7d5bed6f1b6f1a49b1b2 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/url_metadata_opengraph.json @@ -0,0 +1,49 @@ +{ + "product_id": "api_445620cb-2495-4e35-947f-0bfca9a006ae", + "tool_description": "Retrieve comprehensive site metadata effortlessly with our powerful Site Metadata API. Access a wealth of information about any web page, including OpenGraph tags, page title, description, author, image, and more. Whether you're building a content aggregator, social media tool, or SEO analytics platform, our API provides a streamlined solution to gather rich site metadata. Enrich your applications with valuable insights and enhance user experiences using our Site Metadata API.", + "home_url": "https://rapidapi.com/apicloudone/api/url-metadata-opengraph/", + "name": "Url Metadata: OpenGraph", + "title": "Url Metadata: OpenGraph", + "pricing": "FREEMIUM", + "tool_name": "Url Metadata: OpenGraph", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1414, + "avgSuccessRate": 100, + "popularityScore": 8.1, + "__typename": "Score" + }, + "host": "url-metadata-opengraph.p.rapidapi.com", + "api_list": [ + { + "name": "parse", + "url": "https://url-metadata-opengraph.p.rapidapi.com/parse", + "description": " ", + "method": "GET", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "Url / Endpoint", + "default": "https://example.com" + } + ], + "optional_parameters": [ + { + "name": "includeSource", + "type": "BOOLEAN", + "description": "Include downloaded website html source", + "default": true + } + ], + "code": "import requests\n\nurl = \"https://url-metadata-opengraph.p.rapidapi.com/parse\"\nquerystring = {\"includeSource\": true, \"url\": \"https://example.com\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"url-metadata-opengraph.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://url-metadata-opengraph.p.rapidapi.com/parse\"\nquerystring = {\"includeSource\": true, \"url\": \"https://example.com\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"url-metadata-opengraph.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object" + } + } + ], + "standardized_name": "url_metadata_opengraph" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/url_metadata_opengraph/api.py b/toolbench/toolenv/tools/Text_Analysis/url_metadata_opengraph/api.py new file mode 100644 index 0000000000000000000000000000000000000000..af43ef458f72a79007d104d06ad989529086d4ec --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/url_metadata_opengraph/api.py @@ -0,0 +1,33 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def parse(url: str, includesource: bool=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + url: Url / Endpoint + includesource: Include downloaded website html source + + """ + url = f"https://url-metadata-opengraph.p.rapidapi.com/parse" + querystring = {'url': url, } + if includesource: + querystring['includeSource'] = includesource + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "url-metadata-opengraph.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/url_shortener.json b/toolbench/toolenv/tools/Text_Analysis/url_shortener.json new file mode 100644 index 0000000000000000000000000000000000000000..f972b544c4bf1da28de7ccee0c358f9589f6936a --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/url_shortener.json @@ -0,0 +1,37 @@ +{ + "tool_name":"URL Shortener", + "tool_description":"URL Shortener shortens your URL, you just need to give your existing URL.", + "title":"URL Shortener", + "pricing":"FREE", + "score":{ + "avgServiceLevel":0, + "avgLatency":298, + "avgSuccessRate":0, + "popularityScore":0, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/adityapundir2k/api/url-shortener9/", + "host":"url-shortener9.p.rapidapi.com", + "api_list":[ + { + "name":"/shortener", + "url":"https://url-shortener9.p.rapidapi.com/", + "description":"This is the main endpoint where you will pass your original url in the query field \"prevURL=\" and you will get the shortened URL in text form.", + "method":"GET", + "required_parameters":[ + { + "name":"url", + "type":"STRING", + "description":"", + "default":"google.com" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://url-shortener9.p.rapidapi.com/\"\nquerystring = {\"url\": url}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"url-shortener9.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/url_shortener/api.py b/toolbench/toolenv/tools/Text_Analysis/url_shortener/api.py new file mode 100644 index 0000000000000000000000000000000000000000..7f754ee3f61aceaecdf5829fa59723408099e3a6 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/url_shortener/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def shortener(url: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This is the main endpoint where you will pass your original url in the query field "prevURL=" and you will get the shortened URL in text form." + + """ + url = f"https://url-shortener9.p.rapidapi.com/" + querystring = {'url': url, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "url-shortener9.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/urldetector.json b/toolbench/toolenv/tools/Text_Analysis/urldetector.json new file mode 100644 index 0000000000000000000000000000000000000000..fc06d264b84eb336dde90c0ea768c8159939cd3a --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/urldetector.json @@ -0,0 +1,300 @@ +{ + "tool_name": "UrlDetector", + "tool_description": "Better-than-regex, comprehensive and flexible detection of urls in text / HTML / JSON etc. Capable of parsing many schemes, domain formats and input text formats. Need higher usage, custom integration or additional features? Contact us for custom pricing.", + "title": "UrlDetector", + "pricing": "FREEMIUM", + "score": null, + "home_url": "https://rapidapi.com/integraatio/api/urldetector/", + "host": "urldetector.p.rapidapi.com", + "api_list": [ + { + "name": "List Url Detector Options", + "url": "https://urldetector.p.rapidapi.com/urls/list-options", + "description": "List the bitwise additive options for url detection", + "method": "GET", + "required_parameters": [ + { + "name": "Accept", + "type": "STRING", + "description": "Accept Header", + "default": "string" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://urldetector.p.rapidapi.com/urls/list-options\"\nquerystring = {\"Accept\": accept}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"urldetector.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Detect Urls", + "url": "https://urldetector.p.rapidapi.com/urls/detect", + "description": "Parse a chunk of text and retrieve the urls detected. Default to 'Default' detection option, request can include multiple Detection Options to customize detection logic.", + "method": "POST", + "required_parameters": [ + { + "name": "Accept", + "type": "STRING", + "description": "Accept Header", + "default": "string" + }, + { + "name": "DetectionOptions", + "type": "STRING", + "description": "One or more bitwise enum labels, used to customize the url parsing logic detection rules.", + "default": "Default, HTML, Javascript" + }, + { + "name": "InputText", + "type": "STRING", + "description": "The text from which to detect urls", + "default": "var url = 'www.abc.com'; var url = \"www.def.com\"; and this is a google.com link that should really be http://127.0.0.1:8080?test=bolah linkedXnX.net " + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://urldetector.p.rapidapi.com/urls/detect\"\nquerystring = {\"Accept\": accept, \"DetectionOptions\": detectionoptions, \"InputText\": inputtext}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"urldetector.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "Total": 0, + "Offset": 0, + "Results": [ + { + "Scheme": "string", + "Username": "string", + "Password": "string", + "Host": "string", + "Port": 0, + "Path": "string", + "Query": "string", + "Fragment": "string", + "OriginalUrl": "string" + } + ], + "ResponseStatus": { + "ErrorCode": "string", + "Message": "string", + "StackTrace": "string", + "Errors": [ + { + "ErrorCode": "string", + "FieldName": "string", + "Message": "string", + "Meta": {} + } + ], + "Meta": {} + } + }, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-headers": "Content-Type, Allow, Authorization, Origin, X-Args, X-RapidAPI-Proxy-Secret, X-RapidAPI-User", + "access-control-allow-methods": "GET", + "content-type": "application/json; charset=utf-8", + "date": "Wed, 09 Sep 2020 20:19:49 GMT", + "server": "RapidAPI-1.2.2", + "set-cookie": [ + "ss-pid=fBK0I7ka8zavwaqzM2qh; expires=Sun, 09 Sep 2040 20:19:49 GMT; path=/; secure; samesite=none; httponly", + "ss-id=ex0b9jkfo2rszcGXdryM; path=/; secure; samesite=none; httponly" + ], + "vary": "Accept", + "x-powered-by": "ServiceStack/5.92 NetCore/Windows, ASP.NET", + "x-rapidapi-region": "AWS - eu-central-1", + "x-rapidapi-version": "1.2.2", + "transfer-encoding": "chunked", + "connection": "Close" + }, + "schema": { + "properties": { + "Offset": { + "type": "integer" + }, + "ResponseStatus": { + "properties": { + "ErrorCode": { + "type": "string" + }, + "Errors": { + "items": { + "properties": { + "ErrorCode": { + "type": "string" + }, + "FieldName": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Meta": { + "type": "object" + } + }, + "type": "object" + }, + "type": "array" + }, + "Message": { + "type": "string" + }, + "Meta": { + "type": "object" + }, + "StackTrace": { + "type": "string" + } + }, + "type": "object" + }, + "Results": { + "items": { + "properties": { + "Fragment": { + "type": "string" + }, + "Host": { + "type": "string" + }, + "OriginalUrl": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "Path": { + "type": "string" + }, + "Port": { + "type": "integer" + }, + "Query": { + "type": "string" + }, + "Scheme": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "Total": { + "type": "integer" + } + }, + "type": "object" + } + }, + { + "name": "Detect Urls", + "url": "https://urldetector.p.rapidapi.com/urls/detect", + "description": "Parse a chunk of text and retrieve the urls detected. Default to 'Default' detection option, request can include multiple Detection Options to customize detection logic.", + "method": "POST", + "required_parameters": [ + { + "name": "DetectionOptions", + "type": "STRING", + "description": "One or more bitwise enum labels, used to customize the url parsing logic detection rules.", + "default": "Default, HTML, Javascript" + }, + { + "name": "InputText", + "type": "STRING", + "description": "The text from which to detect urls", + "default": "var url = 'www.abc.com'; var url = \"www.def.com\"; and this is a google.com link that should really be http://127.0.0.1:8080?test=bolah linkedXnX.net " + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://urldetector.p.rapidapi.com/urls/detect\"\nquerystring = {\"DetectionOptions\": \"Default, HTML, Javascript\", \"InputText\": \"var url = 'www.abc.com'; var url = \\\"www.def.com\\\"; and this is a google.com link that should really be http://127.0.0.1:8080?test=bolah linkedXnX.net \"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"urldetector.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://urldetector.p.rapidapi.com/urls/detect\"\nquerystring = {\"DetectionOptions\": \"Default, HTML, Javascript\", \"InputText\": \"var url = 'www.abc.com'; var url = \\\"www.def.com\\\"; and this is a google.com link that should really be http://127.0.0.1:8080?test=bolah linkedXnX.net \"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"urldetector.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "Offset": { + "type": "integer" + }, + "ResponseStatus": { + "properties": { + "ErrorCode": { + "type": "string" + }, + "Errors": { + "items": { + "properties": { + "ErrorCode": { + "type": "string" + }, + "FieldName": { + "type": "string" + }, + "Message": { + "type": "string" + }, + "Meta": { + "type": "object" + } + }, + "type": "object" + }, + "type": "array" + }, + "Message": { + "type": "string" + }, + "Meta": { + "type": "object" + }, + "StackTrace": { + "type": "string" + } + }, + "type": "object" + }, + "Results": { + "items": { + "properties": { + "Fragment": { + "type": "string" + }, + "Host": { + "type": "string" + }, + "OriginalUrl": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "Path": { + "type": "string" + }, + "Port": { + "type": "integer" + }, + "Query": { + "type": "string" + }, + "Scheme": { + "type": "string" + }, + "Username": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "Total": { + "type": "integer" + } + }, + "type": "object" + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/urldetector/api.py b/toolbench/toolenv/tools/Text_Analysis/urldetector/api.py new file mode 100644 index 0000000000000000000000000000000000000000..670f2b4075462a84ceb8d407594ec6b559156fbb --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/urldetector/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def list_url_detector_options(accept: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "List the bitwise additive options for url detection" + accept: Accept Header + + """ + url = f"https://urldetector.p.rapidapi.com/urls/list-options" + querystring = {'Accept': accept, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "urldetector.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/user_agent_parser.json b/toolbench/toolenv/tools/Text_Analysis/user_agent_parser.json new file mode 100644 index 0000000000000000000000000000000000000000..1e00e5efdd7d32165eb2669dce370c3a2eb7a179 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/user_agent_parser.json @@ -0,0 +1,97 @@ +{ + "product_id": "api_76af7cf0-3bb6-4a46-bcd3-8c8d3a63ba1f", + "tool_description": "User Agent Parser API provides the accurate browser, device, and operating system details from a User Agent String.", + "home_url": "https://rapidapi.com/apicloudone/api/user-agent-parser8/", + "name": "User Agent Parser", + "title": "User Agent Parser", + "pricing": "FREEMIUM", + "tool_name": "User Agent Parser", + "score": { + "avgServiceLevel": 100, + "avgLatency": 187, + "avgSuccessRate": 100, + "popularityScore": 8.5, + "__typename": "Score" + }, + "host": "user-agent-parser8.p.rapidapi.com", + "api_list": [ + { + "name": "parse", + "url": "https://user-agent-parser8.p.rapidapi.com/", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://user-agent-parser8.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"user-agent-parser8.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://user-agent-parser8.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"user-agent-parser8.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "ua": { + "type": "string" + }, + "browser": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "version": { + "type": "string" + }, + "major": { + "type": "string" + } + } + }, + "device": { + "type": "object", + "properties": { + "model": { + "type": "string" + }, + "vendor": { + "type": "string" + }, + "type": { + "type": "string" + } + } + }, + "engine": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "version": { + "type": "string" + } + } + }, + "cpu": { + "type": "object", + "properties": { + "architecture": { + "type": "string" + } + } + }, + "os": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "version": { + "type": "string" + } + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/user_intent_recognition.json b/toolbench/toolenv/tools/Text_Analysis/user_intent_recognition.json new file mode 100644 index 0000000000000000000000000000000000000000..26bd2f1d58819441667ecc1a5bf4a3e833a4596b --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/user_intent_recognition.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_099ce6f8-c54b-47d7-a4dd-121165f8760d", + "tool_description": "This API predicts user intents, for customer support domain.", + "home_url": "https://rapidapi.com/metatext-metatext-default/api/user-intent-recognition/", + "name": "User Intent Recognition", + "title": "User Intent Recognition", + "pricing": "PAID", + "tool_name": "User Intent Recognition", + "score": null, + "host": "user-intent-recognition.p.rapidapi.com", + "api_list": [ + { + "name": "Intent Recognition", + "url": "https://user-intent-recognition.p.rapidapi.com/intent-recognition", + "description": "User intent recognition for customer support.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://user-intent-recognition.p.rapidapi.com/intent-recognition\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"user-intent-recognition.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://user-intent-recognition.p.rapidapi.com/intent-recognition\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"user-intent-recognition.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/username_guardian.json b/toolbench/toolenv/tools/Text_Analysis/username_guardian.json new file mode 100644 index 0000000000000000000000000000000000000000..7ed003ee331df5c6ab45ccaee52f903dd618cdff --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/username_guardian.json @@ -0,0 +1,73 @@ +{ + "product_id": "api_308803f8-4878-4092-8bdc-c8839939c0ed", + "tool_description": "Integrate Samurai\u2019s automation for username moderation with your product seamlessly. Our well-documented and customizable API simplifies scalability. Understand precisely why Samurai is making a decision through its nuanced categories and detailed output.", + "home_url": "https://rapidapi.com/samurai-labs-samurai-labs-default/api/username-guardian1/", + "name": "Username Guardian", + "title": "Username Guardian", + "pricing": "FREEMIUM", + "tool_name": "Username Guardian", + "score": { + "avgServiceLevel": 100, + "avgLatency": 167, + "avgSuccessRate": 100, + "popularityScore": 9.5, + "__typename": "Score" + }, + "host": "username-guardian1.p.rapidapi.com", + "api_list": [ + { + "name": "username", + "url": "https://username-guardian1.p.rapidapi.com/username", + "description": "An API endpoint which returns a linguistic analysis of a given username with regard to toxicity.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://username-guardian1.p.rapidapi.com/username\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"username-guardian1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://username-guardian1.p.rapidapi.com/username\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"username-guardian1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "username": { + "type": "string", + "description": "Verified username" + }, + "result": { + "type": "object", + "description": "Classification result", + "properties": { + "toxic": { + "type": "integer", + "description": "Username toxicity" + }, + "details": { + "type": "object", + "description": "Detection details", + "properties": { + "en": { + "type": "object", + "description": "Detected language", + "properties": { + "exact": { + "type": "integer", + "description": "0 - offensive phrase is embedded into another phrase; 1 - offensive phrase is clearly distinguished in the username" + }, + "categories": { + "type": "array", + "description": "Detected categories", + "items": { + "type": "string" + } + } + } + } + } + } + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/utf8_fix_encoding.json b/toolbench/toolenv/tools/Text_Analysis/utf8_fix_encoding.json new file mode 100644 index 0000000000000000000000000000000000000000..2d96ece3da5c601bba69338e28c4b9284e997345 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/utf8_fix_encoding.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_3909d3f3-22c9-4efb-9291-062eadb90c86", + "tool_description": "Corrects UFT8 encoding problems. If you have some wrong characters ...\"\u00c3\u00a9\" instead of \"\u00e9\" for example (this concerns special and accentuated characters) and that you cannot correct, this may come from a problem of encoding between the file and part of its content, often following problems when creating the file. Send your texts with errors to the API and a corrected text will be returned to you.", + "home_url": "https://rapidapi.com/amelys-ltd-amelys-ltd-default/api/utf8-fix-encoding/", + "name": "UTF8 fix encoding", + "title": "UTF8 fix encoding", + "pricing": "FREEMIUM", + "tool_name": "UTF8 fix encoding", + "score": null, + "host": "utf8-fix-encoding.p.rapidapi.com", + "api_list": [ + { + "name": "UTF8FixEncoding", + "url": "https://utf8-fix-encoding.p.rapidapi.com/UTF8FixEncoding", + "description": "Returns the corrected text. Fixes problems encoding Ansi text containing Unicode characters.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://utf8-fix-encoding.p.rapidapi.com/UTF8FixEncoding\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"utf8-fix-encoding.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://utf8-fix-encoding.p.rapidapi.com/UTF8FixEncoding\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"utf8-fix-encoding.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/v2t_voicetotext.json b/toolbench/toolenv/tools/Text_Analysis/v2t_voicetotext.json new file mode 100644 index 0000000000000000000000000000000000000000..af28135b88425f86ae177ba7fd63ee9ad4a96b6d --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/v2t_voicetotext.json @@ -0,0 +1,45 @@ +{ + "product_id": "api_426a58fe-0907-4e36-8a35-255cbd8f2610", + "tool_description": "Easily convert an audio file to text", + "home_url": "https://rapidapi.com/nflorez94/api/v2t-voicetotext/", + "name": "V2T-VoiceToText", + "title": "V2T-VoiceToText", + "pricing": "FREE", + "tool_name": "V2T-VoiceToText", + "score": { + "avgServiceLevel": 0, + "avgLatency": 23, + "avgSuccessRate": 0, + "popularityScore": 0, + "__typename": "Score" + }, + "host": "v2t-voicetotext.p.rapidapi.com", + "api_list": [ + { + "name": "TranscriptAudio", + "url": "https://v2t-voicetotext.p.rapidapi.com/SpeechText/TranscriptAudio", + "description": "Upload an audio file and select from one of the languages of the list, send the audio by body and the language code in the url\n**Languages list: **\nAfrikaans (South Africa): af-ZA,\nAmharic (Ethiopia): am-ET,\nArabic (Algeria): ar-DZ,\nArabic (Bahrain), modern standard: ar-BH,\nArabic (Egypt): ar-EG,\nArabic (Iraq): ar-IQ,\nArabic (Israel): ar-IL,\nArabic (Jordan): ar-JO,\nArabic (Kuwait): ar-KW,\nArabic (Lebanon): ar-LB,\nArabic (Libya): ar-LY,\nArabic (Morocco): ar-MA,\nArabic (Oman): ar-OM,\nArabic (Palestinian Authority): ar-PS,\nArabic (Qatar): ar-QA,\nArabic (Saudi Arabia): ar-SA,\nArabic (Syria): ar-SY,\nArabic (Tunisia): ar-TN,\nArabic (United Arab Emirates): ar-AE,\nArabic (Yemen): ar-YE,\nBengali (India): bn-IN,\nBulgarian (Bulgaria): bg-BG,\nBurmese (Myanmar): my-MM,\nCatalan (Spain): ca-ES,\nChinese (Cantonese, Traditional): zh-HK,\nChinese (Mandarin, Simplified): zh-CN,\nChinese (Taiwanese Mandarin): zh-TW,\nCroatian (Croatia): hr-HR,\nCzech (Czech): cs-CZ,\nDanish (Denmark): da-DK,\nDutch (Belgium): nl-BE,\nDutch (Netherlands): nl-NL,\nEnglish (Australia): en-AU,\nEnglish (Canada): en-CA,\nEnglish (Ghana): en-GH,\nEnglish (Hong Kong): en-HK,\nEnglish (India): en-IN,\nEnglish (Ireland): en-IE,\nEnglish (Kenya): en-KE,\nEnglish (New Zealand): en-NZ,\nEnglish (Nigeria): en-NG,\nEnglish (Philippines): en-PH,\nEnglish (Singapore): en-SG,\nEnglish (South Africa): en-ZA,\nEnglish (Tanzania): en-TZ,\nEnglish (United Kingdom): en-GB,\nEnglish (United States): en-US,\nEstonian (Estonia): et-EE,\nFilipino (Philippines): fil-PH,\nFinnish (Finland): fi-FI,\nFrench (Belgium): fr-BE,\nFrench (Canada): fr-CA,\nFrench (France): fr-FR,\nFrench (Switzerland): fr-CH,\nGerman (Austria): de-AT,\nGerman (Germany): de-DE,\nGerman (Switzerland): de-CH,\nGreek (Greece): el-GR,\nGujarati (Indian): gu-IN,\nHebrew (Israel): he-IL,\nHindi (India): hi-IN,\nHungarian (Hungary): hu-HU,\nIcelandic (Iceland): is-IS,\nIndonesian (Indonesia): id-ID,\nIrish (Ireland): ga-IE,\nItalian (Italy): it-IT,\nJapanese (Japan): ja-JP,\nJavanese (Indonesia): jv-ID,\nKannada (India): kn-IN,\nKhmer (Cambodia): km-KH,\nKorean (Korea): ko-KR,\nLao (Laos): lo-LA,\nLatvian (Latvia): lv-LV,\nLithuanian (Lithuania): lt-LT,\nMacedonian (North Macedonia): mk-MK,\nMalay (Malaysia): ms-MY,\nMaltese (Malta): mt-MT,\nMarathi (India): mr-IN,\nNorwegian (Bokm\ufffdl, Norway): nb-NO,\nPersian (Iran): fa-IR,\nPolish (Poland): pl-PL,\nPortuguese (Brazil): pt-BR,\nPortuguese (Portugal): pt-PT,\nRomanian (Romania): ro-RO,\nRussian (Russia): ru-RU,\nSerbian (Serbia): sr-RS,\nSinhala (Sri Lanka): si-LK,\nSlovak (Slovakia): sk-SK,\nSlovenian (Slovenia): sl-SI,\nSpanish (Argentina): es-AR,\nSpanish (Bolivia): es-BO,\nSpanish (Chile): es-CL,\nSpanish (Colombia): es-CO,\nSpanish (Costa Rica): es-CR,\nSpanish (Cuba): es-CU,\nSpanish (Dominican Republic): es-DO,\nSpanish (Ecuador): es-EC,\nSpanish (El Salvador): es-SV,\nSpanish (Equatorial Guinea): es-GQ,\nSpanish (Guatemala): es-GT,\nSpanish (Honduras): es-HN,\nSpanish (Mexico): es-MX,\nSpanish (Nicaragua): es-NI,\nSpanish (Panama): es-PA,\nSpanish (Paraguay): es-PY,\nSpanish (Peru): es-PE,\nSpanish (Puerto Rico): es-PR,\nSpanish (Spain): es-ES,\nSpanish (Uruguay): es-UY,\nSpanish (USA): es-US,\nSpanish (Venezuela): es-VE,\nSwahili (Kenya): sw-KE,\nSwahili (Tanzania): sw-TZ,\nSwedish (Sweden): sv-SE,\nTamil (India): ta-IN,\nTelugu (India): te-IN,\nThai (Thailand): th-TH,\nTurkish (Turkey): tr-TR,\nUkrainian (Ukraine): uk-UA,\nUzbek (Uzbekistan): uz-UZ,\nVietnamese (Vietnam): vi-VN,\nZulu (South Africa): zu-ZA", + "method": "POST", + "required_parameters": [ + { + "name": "audio", + "type": "BINARY", + "description": "", + "default": "" + }, + { + "name": "audioLanguaje", + "type": "STRING", + "description": "", + "default": "en-US" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://v2t-voicetotext.p.rapidapi.com/SpeechText/TranscriptAudio\"\nquerystring = {\"audio\": \"\", \"audioLanguaje\": \"en-US\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"v2t-voicetotext.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://v2t-voicetotext.p.rapidapi.com/SpeechText/TranscriptAudio\"\nquerystring = {\"audio\": \"\", \"audioLanguaje\": \"en-US\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"v2t-voicetotext.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/veille_techno.json b/toolbench/toolenv/tools/Text_Analysis/veille_techno.json new file mode 100644 index 0000000000000000000000000000000000000000..93af1bb852a1c6e50fefe307273902219a60121c --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/veille_techno.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_fd808b2f-80f4-45a6-bf8c-297891d2ae8c", + "tool_description": "Veiille techno", + "home_url": "https://rapidapi.com/epsi.altb3a.erebor/api/veille-techno/", + "name": "Veille Techno", + "title": "Veille Techno", + "pricing": "FREE", + "tool_name": "Veille Techno", + "score": null, + "host": "veille-techno.p.rapidapi.com", + "api_list": [ + { + "name": "Summarize", + "url": "https://veille-techno.p.rapidapi.com/", + "description": "summarize a long text", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://veille-techno.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"veille-techno.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://veille-techno.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"veille-techno.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/visual_context_graph.json b/toolbench/toolenv/tools/Text_Analysis/visual_context_graph.json new file mode 100644 index 0000000000000000000000000000000000000000..11211ff535c297267d897034c01501b60175066f --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/visual_context_graph.json @@ -0,0 +1,4166 @@ +{ + "tool_name": "Visual Context Graph", + "tool_description": "Build a graph with words connected to other words. Diagram information for visualizing concepts or mind maps.", + "title": "Visual Context Graph", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1987, + "avgSuccessRate": 100, + "popularityScore": 8.7, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/twinword/api/visual-context-graph/", + "host": "twinword-visual-context-graph.p.rapidapi.com", + "api_list": [ + { + "name": "Visualize (post)", + "url": "https://twinword-visual-context-graph.p.rapidapi.com/visualize/", + "description": "Diagram information for visualizing concepts or mind maps.", + "method": "POST", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-visual-context-graph.p.rapidapi.com/visualize/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-visual-context-graph.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "author": "twinword inc.", + "context": [ + "audio", + "echo", + "music", + "recording", + "voice" + ], + "email": "help@twinword.com", + "entry": "sound", + "relation": [ + { + "acoustic": "guitar" + }, + { + "acoustic": "hearing" + }, + { + "acoustic": "music" + }, + { + "acoustic": "musical" + }, + { + "acoustic": "performance" + }, + { + "acoustic": "sound" + }, + { + "acoustics": "acoustic" + }, + { + "acoustics": "musical" + }, + { + "acoustics": "noise" + }, + { + "acoustics": "radio" + }, + { + "acoustics": "sound" + }, + { + "alarm": "dismay" + }, + { + "alarm": "bell" + }, + { + "alarm": "fright" + }, + { + "alarm": "horror" + }, + { + "alarm": "sound" + }, + { + "alarm": "terror" + }, + { + "alert": "attentive" + }, + { + "alert": "clear" + }, + { + "alert": "noise" + }, + { + "alert": "sound" + }, + { + "alert": "vigilant" + }, + { + "alert": "watchful" + }, + { + "amplifier": "loud" + }, + { + "amplifier": "machine" + }, + { + "amplifier": "noise" + }, + { + "amplifier": "sound" + }, + { + "amplifier": "transistor" + }, + { + "amplitude": "ample" + }, + { + "amplitude": "frequency" + }, + { + "amplitude": "peak" + }, + { + "amplitude": "sound" + }, + { + "amplitude": "wave" + }, + { + "attune": "accustom" + }, + { + "attune": "adjust" + }, + { + "attune": "sound" + }, + { + "audio": "cassette" + }, + { + "audio": "digital" + }, + { + "audio": "recording" + }, + { + "audio": "sound" + }, + { + "audio": "video" + }, + { + "auditory": "audition" + }, + { + "auditory": "ear" + }, + { + "auditory": "hearing" + }, + { + "auditory": "sound" + }, + { + "auditory": "stimulus" + }, + { + "auditory": "voice" + }, + { + "beep": "honk" + }, + { + "beep": "noise" + }, + { + "beep": "sound" + }, + { + "beep": "toot" + }, + { + "beep": "whistle" + }, + { + "bell": "doorbell" + }, + { + "bell": "chime" + }, + { + "bell": "hear" + }, + { + "bell": "jingle" + }, + { + "bell": "sound" + }, + { + "bell": "telephone" + }, + { + "blare": "din" + }, + { + "blare": "honk" + }, + { + "blare": "sound" + }, + { + "blare": "toot" + }, + { + "blare": "warning" + }, + { + "blowing": "blast" + }, + { + "blowing": "conch" + }, + { + "blowing": "gale" + }, + { + "blowing": "noise" + }, + { + "blowing": "sound" + }, + { + "blowing": "whistle" + }, + { + "brassy": "brass" + }, + { + "brassy": "annoying" + }, + { + "brassy": "din" + }, + { + "brassy": "loud" + }, + { + "brassy": "racket" + }, + { + "brassy": "sound" + }, + { + "brassy": "voice" + }, + { + "bray": "cry" + }, + { + "bray": "laughter" + }, + { + "bray": "sound" + }, + { + "bray": "sing" + }, + { + "breaking": "cipher" + }, + { + "breaking": "code" + }, + { + "breaking": "destroy" + }, + { + "breaking": "news" + }, + { + "breaking": "sound" + }, + { + "breaking": "tone" + }, + { + "cacophonous": "inharmonious" + }, + { + "cacophonous": "cacophony" + }, + { + "cacophonous": "raucous" + }, + { + "cacophonous": "rough" + }, + { + "cacophonous": "sound" + }, + { + "cacophonous": "strident" + }, + { + "cacophonous": "tool" + }, + { + "chirp": "buzz" + }, + { + "chirp": "sound" + }, + { + "chirp": "squeak" + }, + { + "chirp": "twitter" + }, + { + "chirp": "warble" + }, + { + "chord": "guitar" + }, + { + "chord": "harmonize" + }, + { + "chord": "melody" + }, + { + "chord": "music" + }, + { + "chord": "playing" + }, + { + "chord": "sound" + }, + { + "click": "button" + }, + { + "click": "camera" + }, + { + "click": "penetrate" + }, + { + "click": "snap" + }, + { + "click": "sound" + }, + { + "click": "understand" + }, + { + "cassette": "tape" + }, + { + "cassette": "audio" + }, + { + "cassette": "recorder" + }, + { + "cassette": "vcr" + }, + { + "commentary": "audio" + }, + { + "commentary": "broadcast" + }, + { + "commentary": "television" + }, + { + "commentary": "text" + }, + { + "converter": "audio" + }, + { + "converter": "change" + }, + { + "converter": "currency" + }, + { + "converter": "digital" + }, + { + "converter": "plug" + }, + { + "dubbing": "audio" + }, + { + "dubbing": "language" + }, + { + "dubbing": "subtitle" + }, + { + "dubbing": "voice" + }, + { + "playback": "audio" + }, + { + "playback": "recording" + }, + { + "playback": "video" + }, + { + "recorder": "audio" + }, + { + "recorder": "sound" + }, + { + "recorder": "tape" + }, + { + "recorder": "video" + }, + { + "recorder": "voice" + }, + { + "recording": "audio" + }, + { + "recording": "sound" + }, + { + "recording": "studio" + }, + { + "recording": "transcription" + }, + { + "sonic": "audio" + }, + { + "sonic": "hear" + }, + { + "sonic": "noise" + }, + { + "sonic": "physics" + }, + { + "sonic": "sound" + }, + { + "studio": "art" + }, + { + "studio": "audio" + }, + { + "studio": "musician" + }, + { + "studio": "recording" + }, + { + "studio": "school" + }, + { + "studio": "video" + }, + { + "subtitle": "audio" + }, + { + "subtitle": "dubbing" + }, + { + "subtitle": "english" + }, + { + "subtitle": "language" + }, + { + "subtitle": "learning" + }, + { + "tape": "audio" + }, + { + "tape": "recorder" + }, + { + "tape": "video" + }, + { + "tape": "voice" + }, + { + "transcription": "audio" + }, + { + "transcription": "document" + }, + { + "transcription": "record" + }, + { + "transcription": "recording" + }, + { + "transcription": "studio" + }, + { + "transcription": "text" + }, + { + "video": "audio" + }, + { + "video": "camera" + }, + { + "video": "clip" + }, + { + "video": "film" + }, + { + "video": "tv" + }, + { + "video": "watch" + }, + { + "voice": "audio" + }, + { + "voice": "hear" + }, + { + "voice": "music" + }, + { + "voice": "radio" + }, + { + "voice": "recorder" + }, + { + "voice": "sound" + }, + { + "ditto": "ape" + }, + { + "ditto": "echo" + }, + { + "ditto": "equal" + }, + { + "ditto": "same" + }, + { + "ditto": "say" + }, + { + "ditto": "similar" + }, + { + "earshot": "acoustic" + }, + { + "earshot": "echo" + }, + { + "earshot": "hearing" + }, + { + "echo": "imitate" + }, + { + "echo": "reverberation" + }, + { + "echo": "noise" + }, + { + "echo": "reflect" + }, + { + "echo": "resonate" + }, + { + "echo": "resound" + }, + { + "echo": "sound" + }, + { + "echo": "voice" + }, + { + "hearing": "audience" + }, + { + "hearing": "deaf" + }, + { + "hearing": "echo" + }, + { + "hearing": "listening" + }, + { + "hearing": "speaking" + }, + { + "iterate": "reiterate" + }, + { + "iterate": "echo" + }, + { + "iterate": "repeat" + }, + { + "iterate": "restate" + }, + { + "iterate": "say" + }, + { + "mimic": "imitate" + }, + { + "mimic": "mime" + }, + { + "mimic": "copy" + }, + { + "mimic": "echo" + }, + { + "mimic": "imitation" + }, + { + "repeat": "repeatedly" + }, + { + "repeat": "duplicate" + }, + { + "repeat": "again" + }, + { + "repeat": "echo" + }, + { + "repeat": "reiterate" + }, + { + "repeat": "repetition" + }, + { + "repeat": "restate" + }, + { + "repeat": "say" + }, + { + "repeatedly": "repeat" + }, + { + "repeatedly": "again" + }, + { + "repeatedly": "deny" + }, + { + "repeatedly": "echo" + }, + { + "repeatedly": "restate" + }, + { + "repeatedly": "speak" + }, + { + "repeatedly": "warn" + }, + { + "resonance": "resonate" + }, + { + "resonance": "echo" + }, + { + "resonance": "ringing" + }, + { + "resonance": "sonority" + }, + { + "resonance": "sound" + }, + { + "resonate": "digress" + }, + { + "resonate": "echo" + }, + { + "resonate": "reflect" + }, + { + "resonate": "resounding" + }, + { + "resonate": "sound" + }, + { + "resound": "echo" + }, + { + "resound": "noise" + }, + { + "resound": "reverberate" + }, + { + "resound": "spread" + }, + { + "reverberate": "reverberation" + }, + { + "reverberate": "echo" + }, + { + "reverberate": "noise" + }, + { + "reverberate": "resound" + }, + { + "reverberate": "ring" + }, + { + "reverberation": "acoustic" + }, + { + "reverberation": "echo" + }, + { + "reverberation": "hearing" + }, + { + "reverberation": "ring" + }, + { + "sonar": "data" + }, + { + "sonar": "echo" + }, + { + "sonar": "equipment" + }, + { + "accompaniment": "complement" + }, + { + "accompaniment": "escort" + }, + { + "accompaniment": "music" + }, + { + "accompaniment": "piano" + }, + { + "accompaniment": "playing" + }, + { + "accompaniment": "support" + }, + { + "album": "copyright" + }, + { + "album": "debut" + }, + { + "album": "download" + }, + { + "album": "music" + }, + { + "album": "photo" + }, + { + "aria": "cantata" + }, + { + "aria": "choral" + }, + { + "aria": "chorus" + }, + { + "aria": "music" + }, + { + "artist": "artistic" + }, + { + "artist": "draw" + }, + { + "artist": "gallery" + }, + { + "artist": "music" + }, + { + "artist": "musician" + }, + { + "artist": "photography" + }, + { + "artist": "writer" + }, + { + "artistic": "aesthetic" + }, + { + "artistic": "esthetic" + }, + { + "artistic": "music" + }, + { + "artistic": "painting" + }, + { + "artistic": "photography" + }, + { + "artistic": "tasteful" + }, + { + "atonal": "composition" + }, + { + "atonal": "music" + }, + { + "atonal": "tonality" + }, + { + "atonal": "undistinguished" + }, + { + "ballroom": "ballet" + }, + { + "ballroom": "choreographer" + }, + { + "ballroom": "dance" + }, + { + "ballroom": "dancing" + }, + { + "ballroom": "music" + }, + { + "ballroom": "party" + }, + { + "blandness": "appropriate" + }, + { + "blandness": "general" + }, + { + "blandness": "music" + }, + { + "blues": "guitar" + }, + { + "blues": "music" + }, + { + "blues": "singer" + }, + { + "cantata": "aria" + }, + { + "cantata": "choir" + }, + { + "cantata": "music" + }, + { + "cantata": "oratorio" + }, + { + "cantata": "singing" + }, + { + "cantata": "sonata" + }, + { + "cello": "violoncello" + }, + { + "cello": "harp" + }, + { + "cello": "music" + }, + { + "cello": "violin" + }, + { + "choreograph": "choreographer" + }, + { + "choreograph": "art" + }, + { + "choreograph": "ballet" + }, + { + "choreograph": "dance" + }, + { + "choreograph": "music" + }, + { + "choreography": "artistic" + }, + { + "choreography": "ballet" + }, + { + "choreography": "dance" + }, + { + "choreography": "dancer" + }, + { + "choreography": "music" + }, + { + "chorus": "choir" + }, + { + "chorus": "music" + }, + { + "chorus": "sing" + }, + { + "chorus": "vocal" + }, + { + "chromatic": "diatonic" + }, + { + "chromatic": "harmony" + }, + { + "chromatic": "octave" + }, + { + "chromatic": "music" + }, + { + "chromatic": "tune" + }, + { + "classical": "ancient" + }, + { + "classical": "antiquity" + }, + { + "classical": "architecture" + }, + { + "classical": "indian" + }, + { + "classical": "literature" + }, + { + "classical": "music" + }, + { + "compose": "composer" + }, + { + "compose": "compound" + }, + { + "compose": "compile" + }, + { + "compose": "indite" + }, + { + "compose": "makeup" + }, + { + "compose": "music" + }, + { + "compose": "write" + }, + { + "composer": "lyricist" + }, + { + "composer": "music" + }, + { + "composer": "musician" + }, + { + "composer": "piano" + }, + { + "composer": "singer" + }, + { + "barograph": "pressure" + }, + { + "barograph": "record" + }, + { + "barograph": "recording" + }, + { + "barometer": "air" + }, + { + "barometer": "pressure" + }, + { + "barometer": "record" + }, + { + "barometer": "recording" + }, + { + "barometer": "weather" + }, + { + "gramophone": "phonograph" + }, + { + "gramophone": "hear" + }, + { + "gramophone": "recording" + }, + { + "gramophone": "sound" + }, + { + "phonograph": "gramophone" + }, + { + "phonograph": "machine" + }, + { + "phonograph": "record" + }, + { + "phonograph": "recording" + }, + { + "phonograph": "show" + }, + { + "subliminal": "advertising" + }, + { + "subliminal": "message" + }, + { + "subliminal": "recording" + }, + { + "accent": "dialect" + }, + { + "accent": "highlight" + }, + { + "accent": "pronunciation" + }, + { + "accent": "stress" + }, + { + "accent": "voice" + }, + { + "aloud": "read" + }, + { + "aloud": "recite" + }, + { + "aloud": "spoken" + }, + { + "aloud": "speak" + }, + { + "aloud": "voice" + }, + { + "alto": "baritone" + }, + { + "alto": "choir" + }, + { + "alto": "low" + }, + { + "alto": "tenor" + }, + { + "alto": "voice" + }, + { + "audible": "audio" + }, + { + "audible": "hear" + }, + { + "audible": "hearing" + }, + { + "audible": "listen" + }, + { + "audible": "sonic" + }, + { + "audible": "voice" + }, + { + "baritone": "alto" + }, + { + "baritone": "low" + }, + { + "baritone": "tenor" + }, + { + "baritone": "voice" + }, + { + "cackle": "laugh" + }, + { + "cackle": "loud" + }, + { + "cackle": "scream" + }, + { + "cackle": "voice" + }, + { + "dupe": "bogus" + }, + { + "dupe": "charlatan" + }, + { + "dupe": "fool" + }, + { + "dupe": "hack" + }, + { + "dupe": "voice" + }, + { + "dysphonia": "disease" + }, + { + "dysphonia": "muscle" + }, + { + "dysphonia": "syndrome" + }, + { + "dysphonia": "vocal" + }, + { + "dysphonia": "voice" + }, + { + "effeminate": "camp" + }, + { + "effeminate": "effeminacy" + }, + { + "effeminate": "female" + }, + { + "effeminate": "feminine" + }, + { + "effeminate": "gesture" + }, + { + "effeminate": "girl" + }, + { + "effeminate": "voice" + }, + { + "effeminate": "woman" + }, + { + "emotionless": "cold" + }, + { + "emotionless": "impassive" + }, + { + "emotionless": "indifferent" + }, + { + "emotionless": "phlegmatic" + }, + { + "emotionless": "tone" + }, + { + "emotionless": "voice" + }, + { + "gruff": "cacophonous" + }, + { + "gruff": "hoarse" + }, + { + "gruff": "husky" + }, + { + "gruff": "voice" + }, + { + "hoarse": "gruff" + }, + { + "hoarse": "husky" + }, + { + "hoarse": "sound" + }, + { + "hoarse": "voice" + }, + { + "homophonic": "harmony" + }, + { + "homophonic": "polyphony" + }, + { + "homophonic": "same" + }, + { + "homophonic": "sound" + }, + { + "homophonic": "voice" + }, + { + "husky": "cacophonous" + }, + { + "husky": "gruff" + }, + { + "husky": "hoarse" + }, + { + "husky": "robust" + }, + { + "husky": "tough" + }, + { + "husky": "voice" + }, + { + "impersonate": "embody" + }, + { + "impersonate": "accent" + }, + { + "impersonate": "assume" + }, + { + "impersonate": "dupe" + }, + { + "impersonate": "simulate" + }, + { + "impersonate": "voice" + }, + { + "intrusive": "intrusion" + }, + { + "intrusive": "interfering" + }, + { + "intrusive": "invade" + }, + { + "intrusive": "invasive" + }, + { + "intrusive": "meddling" + }, + { + "intrusive": "voice" + } + ], + "request": "sound", + "response": "sound", + "result_code": "200", + "result_msg": "Success", + "version": "4.0.0" + }, + "headers": { + "alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "599ea4d5399bf8b7-NRT", + "cf-request-id": "02f70559460000f8b79b847200000001", + "content-type": "application/json", + "date": "Wed, 27 May 2020 09:17:38 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server": "RapidAPI-1.1.7", + "set-cookie": [ + "__cfduid=dd9e7dabd0faaa84eb92c7932d8e9de7d1590571057; expires=Fri, 26-Jun-20 09:17:37 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.1.7", + "x-ratelimit-requests-limit": "30000", + "x-ratelimit-requests-remaining": "29983", + "content-length": "9828", + "connection": "Close" + }, + "schema": {} + }, + { + "name": "Visualize (get)", + "url": "https://twinword-visual-context-graph.p.rapidapi.com/visualize/", + "description": "Diagram information for visualizing concepts or mind maps.", + "method": "GET", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "Type a word to see the words connected to it", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-visual-context-graph.p.rapidapi.com/visualize/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-visual-context-graph.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "entry": "sound", + "context": [ + "audio", + "echo", + "music", + "recording", + "voice" + ], + "relation": [ + { + "acoustic": "guitar" + }, + { + "acoustic": "hearing" + }, + { + "acoustic": "music" + }, + { + "acoustic": "musical" + }, + { + "acoustic": "performance" + }, + { + "acoustic": "sound" + }, + { + "acoustics": "acoustic" + }, + { + "acoustics": "musical" + }, + { + "acoustics": "noise" + }, + { + "acoustics": "radio" + }, + { + "acoustics": "sound" + }, + { + "alarm": "dismay" + }, + { + "alarm": "fright" + }, + { + "alarm": "horror" + }, + { + "alarm": "terror" + }, + { + "alarm": "bell" + }, + { + "alarm": "sound" + }, + { + "alert": "attentive" + }, + { + "alert": "vigilant" + }, + { + "alert": "watchful" + }, + { + "alert": "clear" + }, + { + "alert": "noise" + }, + { + "alert": "sound" + }, + { + "amplifier": "machine" + }, + { + "amplifier": "sound" + }, + { + "amplifier": "transistor" + }, + { + "amplifier": "loud" + }, + { + "amplifier": "noise" + }, + { + "amplitude": "ample" + }, + { + "amplitude": "peak" + }, + { + "amplitude": "sound" + }, + { + "amplitude": "wave" + }, + { + "amplitude": "frequency" + }, + { + "attune": "accustom" + }, + { + "attune": "adjust" + }, + { + "attune": "sound" + }, + { + "audio": "cassette" + }, + { + "audio": "digital" + }, + { + "audio": "recording" + }, + { + "audio": "sound" + }, + { + "audio": "video" + }, + { + "auditory": "audition" + }, + { + "auditory": "ear" + }, + { + "auditory": "hearing" + }, + { + "auditory": "sound" + }, + { + "auditory": "stimulus" + }, + { + "auditory": "voice" + }, + { + "beep": "honk" + }, + { + "beep": "noise" + }, + { + "beep": "sound" + }, + { + "beep": "toot" + }, + { + "beep": "whistle" + }, + { + "bell": "doorbell" + }, + { + "bell": "chime" + }, + { + "bell": "hear" + }, + { + "bell": "jingle" + }, + { + "bell": "sound" + }, + { + "bell": "telephone" + }, + { + "blare": "din" + }, + { + "blare": "honk" + }, + { + "blare": "sound" + }, + { + "blare": "toot" + }, + { + "blare": "warning" + }, + { + "blowing": "blast" + }, + { + "blowing": "conch" + }, + { + "blowing": "gale" + }, + { + "blowing": "noise" + }, + { + "blowing": "sound" + }, + { + "blowing": "whistle" + }, + { + "brassy": "brass" + }, + { + "brassy": "loud" + }, + { + "brassy": "sound" + }, + { + "brassy": "voice" + }, + { + "brassy": "annoying" + }, + { + "brassy": "din" + }, + { + "brassy": "racket" + }, + { + "bray": "cry" + }, + { + "bray": "laughter" + }, + { + "bray": "sing" + }, + { + "bray": "sound" + }, + { + "breaking": "cipher" + }, + { + "breaking": "code" + }, + { + "breaking": "destroy" + }, + { + "breaking": "news" + }, + { + "breaking": "sound" + }, + { + "breaking": "tone" + }, + { + "cacophonous": "inharmonious" + }, + { + "cacophonous": "cacophony" + }, + { + "cacophonous": "raucous" + }, + { + "cacophonous": "rough" + }, + { + "cacophonous": "sound" + }, + { + "cacophonous": "strident" + }, + { + "cacophonous": "tool" + }, + { + "chirp": "buzz" + }, + { + "chirp": "sound" + }, + { + "chirp": "squeak" + }, + { + "chirp": "twitter" + }, + { + "chirp": "warble" + }, + { + "chord": "guitar" + }, + { + "chord": "harmonize" + }, + { + "chord": "melody" + }, + { + "chord": "music" + }, + { + "chord": "playing" + }, + { + "chord": "sound" + }, + { + "click": "penetrate" + }, + { + "click": "snap" + }, + { + "click": "understand" + }, + { + "click": "button" + }, + { + "click": "camera" + }, + { + "click": "sound" + }, + { + "cassette": "tape" + }, + { + "cassette": "audio" + }, + { + "cassette": "recorder" + }, + { + "cassette": "vcr" + }, + { + "commentary": "audio" + }, + { + "commentary": "television" + }, + { + "commentary": "text" + }, + { + "commentary": "broadcast" + }, + { + "converter": "audio" + }, + { + "converter": "change" + }, + { + "converter": "currency" + }, + { + "converter": "digital" + }, + { + "converter": "plug" + }, + { + "dubbing": "audio" + }, + { + "dubbing": "language" + }, + { + "dubbing": "subtitle" + }, + { + "dubbing": "voice" + }, + { + "playback": "audio" + }, + { + "playback": "recording" + }, + { + "playback": "video" + }, + { + "recorder": "tape" + }, + { + "recorder": "video" + }, + { + "recorder": "voice" + }, + { + "recorder": "audio" + }, + { + "recorder": "sound" + }, + { + "recording": "audio" + }, + { + "recording": "sound" + }, + { + "recording": "studio" + }, + { + "recording": "transcription" + }, + { + "sonic": "audio" + }, + { + "sonic": "hear" + }, + { + "sonic": "physics" + }, + { + "sonic": "noise" + }, + { + "sonic": "sound" + }, + { + "studio": "art" + }, + { + "studio": "audio" + }, + { + "studio": "musician" + }, + { + "studio": "recording" + }, + { + "studio": "school" + }, + { + "studio": "video" + }, + { + "subtitle": "dubbing" + }, + { + "subtitle": "english" + }, + { + "subtitle": "language" + }, + { + "subtitle": "audio" + }, + { + "subtitle": "learning" + }, + { + "tape": "audio" + }, + { + "tape": "recorder" + }, + { + "tape": "video" + }, + { + "tape": "voice" + }, + { + "transcription": "audio" + }, + { + "transcription": "document" + }, + { + "transcription": "record" + }, + { + "transcription": "recording" + }, + { + "transcription": "studio" + }, + { + "transcription": "text" + }, + { + "video": "clip" + }, + { + "video": "tv" + }, + { + "video": "watch" + }, + { + "video": "audio" + }, + { + "video": "camera" + }, + { + "video": "film" + }, + { + "voice": "audio" + }, + { + "voice": "hear" + }, + { + "voice": "music" + }, + { + "voice": "radio" + }, + { + "voice": "recorder" + }, + { + "voice": "sound" + }, + { + "ditto": "ape" + }, + { + "ditto": "echo" + }, + { + "ditto": "equal" + }, + { + "ditto": "same" + }, + { + "ditto": "say" + }, + { + "ditto": "similar" + }, + { + "earshot": "acoustic" + }, + { + "earshot": "echo" + }, + { + "earshot": "hearing" + }, + { + "echo": "imitate" + }, + { + "echo": "reverberation" + }, + { + "echo": "noise" + }, + { + "echo": "reflect" + }, + { + "echo": "resonate" + }, + { + "echo": "resound" + }, + { + "echo": "sound" + }, + { + "echo": "voice" + }, + { + "hearing": "audience" + }, + { + "hearing": "deaf" + }, + { + "hearing": "listening" + }, + { + "hearing": "echo" + }, + { + "hearing": "speaking" + }, + { + "iterate": "reiterate" + }, + { + "iterate": "echo" + }, + { + "iterate": "repeat" + }, + { + "iterate": "restate" + }, + { + "iterate": "say" + }, + { + "mimic": "imitate" + }, + { + "mimic": "mime" + }, + { + "mimic": "copy" + }, + { + "mimic": "echo" + }, + { + "mimic": "imitation" + }, + { + "repeat": "repeatedly" + }, + { + "repeat": "duplicate" + }, + { + "repeat": "again" + }, + { + "repeat": "echo" + }, + { + "repeat": "reiterate" + }, + { + "repeat": "repetition" + }, + { + "repeat": "restate" + }, + { + "repeat": "say" + }, + { + "repeatedly": "repeat" + }, + { + "repeatedly": "again" + }, + { + "repeatedly": "deny" + }, + { + "repeatedly": "echo" + }, + { + "repeatedly": "restate" + }, + { + "repeatedly": "speak" + }, + { + "repeatedly": "warn" + }, + { + "resonance": "resonate" + }, + { + "resonance": "echo" + }, + { + "resonance": "ringing" + }, + { + "resonance": "sonority" + }, + { + "resonance": "sound" + }, + { + "resonate": "digress" + }, + { + "resonate": "echo" + }, + { + "resonate": "reflect" + }, + { + "resonate": "resounding" + }, + { + "resonate": "sound" + }, + { + "resound": "echo" + }, + { + "resound": "noise" + }, + { + "resound": "reverberate" + }, + { + "resound": "spread" + }, + { + "reverberate": "reverberation" + }, + { + "reverberate": "echo" + }, + { + "reverberate": "resound" + }, + { + "reverberate": "ring" + }, + { + "reverberate": "noise" + }, + { + "reverberation": "acoustic" + }, + { + "reverberation": "echo" + }, + { + "reverberation": "hearing" + }, + { + "reverberation": "ring" + }, + { + "sonar": "data" + }, + { + "sonar": "echo" + }, + { + "sonar": "equipment" + }, + { + "accompaniment": "complement" + }, + { + "accompaniment": "escort" + }, + { + "accompaniment": "support" + }, + { + "accompaniment": "music" + }, + { + "accompaniment": "piano" + }, + { + "accompaniment": "playing" + }, + { + "album": "debut" + }, + { + "album": "download" + }, + { + "album": "photo" + }, + { + "album": "copyright" + }, + { + "album": "music" + }, + { + "aria": "cantata" + }, + { + "aria": "chorus" + }, + { + "aria": "music" + }, + { + "aria": "choral" + }, + { + "artist": "artistic" + }, + { + "artist": "draw" + }, + { + "artist": "gallery" + }, + { + "artist": "music" + }, + { + "artist": "musician" + }, + { + "artist": "photography" + }, + { + "artist": "writer" + }, + { + "artistic": "aesthetic" + }, + { + "artistic": "esthetic" + }, + { + "artistic": "music" + }, + { + "artistic": "painting" + }, + { + "artistic": "photography" + }, + { + "artistic": "tasteful" + }, + { + "atonal": "composition" + }, + { + "atonal": "music" + }, + { + "atonal": "tonality" + }, + { + "atonal": "undistinguished" + }, + { + "ballroom": "ballet" + }, + { + "ballroom": "choreographer" + }, + { + "ballroom": "dance" + }, + { + "ballroom": "dancing" + }, + { + "ballroom": "music" + }, + { + "ballroom": "party" + }, + { + "blandness": "appropriate" + }, + { + "blandness": "general" + }, + { + "blandness": "music" + }, + { + "blues": "guitar" + }, + { + "blues": "music" + }, + { + "blues": "singer" + }, + { + "cantata": "aria" + }, + { + "cantata": "oratorio" + }, + { + "cantata": "sonata" + }, + { + "cantata": "choir" + }, + { + "cantata": "music" + }, + { + "cantata": "singing" + }, + { + "cello": "violoncello" + }, + { + "cello": "harp" + }, + { + "cello": "music" + }, + { + "cello": "violin" + }, + { + "choreograph": "choreographer" + }, + { + "choreograph": "art" + }, + { + "choreograph": "ballet" + }, + { + "choreograph": "dance" + }, + { + "choreograph": "music" + }, + { + "choreography": "ballet" + }, + { + "choreography": "dancer" + }, + { + "choreography": "music" + }, + { + "choreography": "artistic" + }, + { + "choreography": "dance" + }, + { + "chorus": "choir" + }, + { + "chorus": "music" + }, + { + "chorus": "sing" + }, + { + "chorus": "vocal" + }, + { + "chromatic": "diatonic" + }, + { + "chromatic": "harmony" + }, + { + "chromatic": "octave" + }, + { + "chromatic": "music" + }, + { + "chromatic": "tune" + }, + { + "classical": "antiquity" + }, + { + "classical": "indian" + }, + { + "classical": "literature" + }, + { + "classical": "ancient" + }, + { + "classical": "architecture" + }, + { + "classical": "music" + }, + { + "compose": "composer" + }, + { + "compose": "compound" + }, + { + "compose": "indite" + }, + { + "compose": "makeup" + }, + { + "compose": "write" + }, + { + "compose": "compile" + }, + { + "compose": "music" + }, + { + "composer": "lyricist" + }, + { + "composer": "musician" + }, + { + "composer": "piano" + }, + { + "composer": "music" + }, + { + "composer": "singer" + }, + { + "barograph": "pressure" + }, + { + "barograph": "record" + }, + { + "barograph": "recording" + }, + { + "barometer": "air" + }, + { + "barometer": "pressure" + }, + { + "barometer": "record" + }, + { + "barometer": "recording" + }, + { + "barometer": "weather" + }, + { + "gramophone": "phonograph" + }, + { + "gramophone": "recording" + }, + { + "gramophone": "sound" + }, + { + "gramophone": "hear" + }, + { + "phonograph": "gramophone" + }, + { + "phonograph": "record" + }, + { + "phonograph": "recording" + }, + { + "phonograph": "machine" + }, + { + "phonograph": "show" + }, + { + "subliminal": "advertising" + }, + { + "subliminal": "message" + }, + { + "subliminal": "recording" + }, + { + "accent": "dialect" + }, + { + "accent": "highlight" + }, + { + "accent": "pronunciation" + }, + { + "accent": "stress" + }, + { + "accent": "voice" + }, + { + "aloud": "read" + }, + { + "aloud": "recite" + }, + { + "aloud": "spoken" + }, + { + "aloud": "speak" + }, + { + "aloud": "voice" + }, + { + "alto": "baritone" + }, + { + "alto": "choir" + }, + { + "alto": "tenor" + }, + { + "alto": "low" + }, + { + "alto": "voice" + }, + { + "audible": "audio" + }, + { + "audible": "hear" + }, + { + "audible": "hearing" + }, + { + "audible": "listen" + }, + { + "audible": "sonic" + }, + { + "audible": "voice" + }, + { + "baritone": "alto" + }, + { + "baritone": "low" + }, + { + "baritone": "tenor" + }, + { + "baritone": "voice" + }, + { + "cackle": "laugh" + }, + { + "cackle": "loud" + }, + { + "cackle": "scream" + }, + { + "cackle": "voice" + }, + { + "dupe": "bogus" + }, + { + "dupe": "charlatan" + }, + { + "dupe": "fool" + }, + { + "dupe": "hack" + }, + { + "dupe": "voice" + }, + { + "dysphonia": "disease" + }, + { + "dysphonia": "muscle" + }, + { + "dysphonia": "syndrome" + }, + { + "dysphonia": "vocal" + }, + { + "dysphonia": "voice" + }, + { + "effeminate": "camp" + }, + { + "effeminate": "effeminacy" + }, + { + "effeminate": "feminine" + }, + { + "effeminate": "gesture" + }, + { + "effeminate": "voice" + }, + { + "effeminate": "female" + }, + { + "effeminate": "girl" + }, + { + "effeminate": "woman" + }, + { + "emotionless": "cold" + }, + { + "emotionless": "tone" + }, + { + "emotionless": "voice" + }, + { + "emotionless": "impassive" + }, + { + "emotionless": "indifferent" + }, + { + "emotionless": "phlegmatic" + }, + { + "gruff": "cacophonous" + }, + { + "gruff": "hoarse" + }, + { + "gruff": "husky" + }, + { + "gruff": "voice" + }, + { + "hoarse": "gruff" + }, + { + "hoarse": "husky" + }, + { + "hoarse": "voice" + }, + { + "hoarse": "sound" + }, + { + "homophonic": "harmony" + }, + { + "homophonic": "polyphony" + }, + { + "homophonic": "voice" + }, + { + "homophonic": "same" + }, + { + "homophonic": "sound" + }, + { + "husky": "cacophonous" + }, + { + "husky": "gruff" + }, + { + "husky": "hoarse" + }, + { + "husky": "robust" + }, + { + "husky": "tough" + }, + { + "husky": "voice" + }, + { + "impersonate": "embody" + }, + { + "impersonate": "accent" + }, + { + "impersonate": "assume" + }, + { + "impersonate": "dupe" + }, + { + "impersonate": "simulate" + }, + { + "impersonate": "voice" + }, + { + "intrusive": "intrusion" + }, + { + "intrusive": "interfering" + }, + { + "intrusive": "invade" + }, + { + "intrusive": "invasive" + }, + { + "intrusive": "meddling" + }, + { + "intrusive": "voice" + } + ], + "result_code": "200", + "result_msg": "Success" + }, + "headers": { + "alt-svc": "h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "599ea44a1a55d645-NRT", + "cf-request-id": "02f70502510000d64545a1f200000001", + "content-type": "application/json", + "date": "Wed, 27 May 2020 09:17:16 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server": "RapidAPI-1.1.7", + "set-cookie": [ + "__cfduid=d11e7412603a03a770941d7388c82caee1590571035; expires=Fri, 26-Jun-20 09:17:15 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.1.7", + "x-ratelimit-requests-limit": "30000", + "x-ratelimit-requests-remaining": "29984", + "content-length": "9828", + "connection": "Close" + }, + "schema": { + "context": [ + "audio", + "echo", + "music", + "recording", + "voice" + ], + "entry": "sound", + "relation": [ + { + "acoustic": "guitar" + }, + { + "acoustic": "hearing" + }, + { + "acoustic": "music" + }, + { + "acoustic": "musical" + }, + { + "acoustic": "performance" + }, + { + "acoustic": "sound" + }, + { + "acoustics": "acoustic" + }, + { + "acoustics": "musical" + }, + { + "acoustics": "noise" + }, + { + "acoustics": "radio" + }, + { + "acoustics": "sound" + }, + { + "alarm": "dismay" + }, + { + "alarm": "fright" + }, + { + "alarm": "horror" + }, + { + "alarm": "terror" + }, + { + "alarm": "bell" + }, + { + "alarm": "sound" + }, + { + "alert": "attentive" + }, + { + "alert": "vigilant" + }, + { + "alert": "watchful" + }, + { + "alert": "clear" + }, + { + "alert": "noise" + }, + { + "alert": "sound" + }, + { + "amplifier": "machine" + }, + { + "amplifier": "sound" + }, + { + "amplifier": "transistor" + }, + { + "amplifier": "loud" + }, + { + "amplifier": "noise" + }, + { + "amplitude": "ample" + }, + { + "amplitude": "peak" + }, + { + "amplitude": "sound" + }, + { + "amplitude": "wave" + }, + { + "amplitude": "frequency" + }, + { + "attune": "accustom" + }, + { + "attune": "adjust" + }, + { + "attune": "sound" + }, + { + "audio": "cassette" + }, + { + "audio": "digital" + }, + { + "audio": "recording" + }, + { + "audio": "sound" + }, + { + "audio": "video" + }, + { + "auditory": "audition" + }, + { + "auditory": "ear" + }, + { + "auditory": "hearing" + }, + { + "auditory": "sound" + }, + { + "auditory": "stimulus" + }, + { + "auditory": "voice" + }, + { + "beep": "honk" + }, + { + "beep": "noise" + }, + { + "beep": "sound" + }, + { + "beep": "toot" + }, + { + "beep": "whistle" + }, + { + "bell": "doorbell" + }, + { + "bell": "chime" + }, + { + "bell": "hear" + }, + { + "bell": "jingle" + }, + { + "bell": "sound" + }, + { + "bell": "telephone" + }, + { + "blare": "din" + }, + { + "blare": "honk" + }, + { + "blare": "sound" + }, + { + "blare": "toot" + }, + { + "blare": "warning" + }, + { + "blowing": "blast" + }, + { + "blowing": "conch" + }, + { + "blowing": "gale" + }, + { + "blowing": "noise" + }, + { + "blowing": "sound" + }, + { + "blowing": "whistle" + }, + { + "brassy": "brass" + }, + { + "brassy": "loud" + }, + { + "brassy": "sound" + }, + { + "brassy": "voice" + }, + { + "brassy": "annoying" + }, + { + "brassy": "din" + }, + { + "brassy": "racket" + }, + { + "bray": "cry" + }, + { + "bray": "laughter" + }, + { + "bray": "sing" + }, + { + "bray": "sound" + }, + { + "breaking": "cipher" + }, + { + "breaking": "code" + }, + { + "breaking": "destroy" + }, + { + "breaking": "news" + }, + { + "breaking": "sound" + }, + { + "breaking": "tone" + }, + { + "cacophonous": "inharmonious" + }, + { + "cacophonous": "cacophony" + }, + { + "cacophonous": "raucous" + }, + { + "cacophonous": "rough" + }, + { + "cacophonous": "sound" + }, + { + "cacophonous": "strident" + }, + { + "cacophonous": "tool" + }, + { + "chirp": "buzz" + }, + { + "chirp": "sound" + }, + { + "chirp": "squeak" + }, + { + "chirp": "twitter" + }, + { + "chirp": "warble" + }, + { + "chord": "guitar" + }, + { + "chord": "harmonize" + }, + { + "chord": "melody" + }, + { + "chord": "music" + }, + { + "chord": "playing" + }, + { + "chord": "sound" + }, + { + "click": "penetrate" + }, + { + "click": "snap" + }, + { + "click": "understand" + }, + { + "click": "button" + }, + { + "click": "camera" + }, + { + "click": "sound" + }, + { + "cassette": "tape" + }, + { + "cassette": "audio" + }, + { + "cassette": "recorder" + }, + { + "cassette": "vcr" + }, + { + "commentary": "audio" + }, + { + "commentary": "television" + }, + { + "commentary": "text" + }, + { + "commentary": "broadcast" + }, + { + "converter": "audio" + }, + { + "converter": "change" + }, + { + "converter": "currency" + }, + { + "converter": "digital" + }, + { + "converter": "plug" + }, + { + "dubbing": "audio" + }, + { + "dubbing": "language" + }, + { + "dubbing": "subtitle" + }, + { + "dubbing": "voice" + }, + { + "playback": "audio" + }, + { + "playback": "recording" + }, + { + "playback": "video" + }, + { + "recorder": "tape" + }, + { + "recorder": "video" + }, + { + "recorder": "voice" + }, + { + "recorder": "audio" + }, + { + "recorder": "sound" + }, + { + "recording": "audio" + }, + { + "recording": "sound" + }, + { + "recording": "studio" + }, + { + "recording": "transcription" + }, + { + "sonic": "audio" + }, + { + "sonic": "hear" + }, + { + "sonic": "physics" + }, + { + "sonic": "noise" + }, + { + "sonic": "sound" + }, + { + "studio": "art" + }, + { + "studio": "audio" + }, + { + "studio": "musician" + }, + { + "studio": "recording" + }, + { + "studio": "school" + }, + { + "studio": "video" + }, + { + "subtitle": "dubbing" + }, + { + "subtitle": "english" + }, + { + "subtitle": "language" + }, + { + "subtitle": "audio" + }, + { + "subtitle": "learning" + }, + { + "tape": "audio" + }, + { + "tape": "recorder" + }, + { + "tape": "video" + }, + { + "tape": "voice" + }, + { + "transcription": "audio" + }, + { + "transcription": "document" + }, + { + "transcription": "record" + }, + { + "transcription": "recording" + }, + { + "transcription": "studio" + }, + { + "transcription": "text" + }, + { + "video": "clip" + }, + { + "video": "tv" + }, + { + "video": "watch" + }, + { + "video": "audio" + }, + { + "video": "camera" + }, + { + "video": "film" + }, + { + "voice": "audio" + }, + { + "voice": "hear" + }, + { + "voice": "music" + }, + { + "voice": "radio" + }, + { + "voice": "recorder" + }, + { + "voice": "sound" + }, + { + "ditto": "ape" + }, + { + "ditto": "echo" + }, + { + "ditto": "equal" + }, + { + "ditto": "same" + }, + { + "ditto": "say" + }, + { + "ditto": "similar" + }, + { + "earshot": "acoustic" + }, + { + "earshot": "echo" + }, + { + "earshot": "hearing" + }, + { + "echo": "imitate" + }, + { + "echo": "reverberation" + }, + { + "echo": "noise" + }, + { + "echo": "reflect" + }, + { + "echo": "resonate" + }, + { + "echo": "resound" + }, + { + "echo": "sound" + }, + { + "echo": "voice" + }, + { + "hearing": "audience" + }, + { + "hearing": "deaf" + }, + { + "hearing": "listening" + }, + { + "hearing": "echo" + }, + { + "hearing": "speaking" + }, + { + "iterate": "reiterate" + }, + { + "iterate": "echo" + }, + { + "iterate": "repeat" + }, + { + "iterate": "restate" + }, + { + "iterate": "say" + }, + { + "mimic": "imitate" + }, + { + "mimic": "mime" + }, + { + "mimic": "copy" + }, + { + "mimic": "echo" + }, + { + "mimic": "imitation" + }, + { + "repeat": "repeatedly" + }, + { + "repeat": "duplicate" + }, + { + "repeat": "again" + }, + { + "repeat": "echo" + }, + { + "repeat": "reiterate" + }, + { + "repeat": "repetition" + }, + { + "repeat": "restate" + }, + { + "repeat": "say" + }, + { + "repeatedly": "repeat" + }, + { + "repeatedly": "again" + }, + { + "repeatedly": "deny" + }, + { + "repeatedly": "echo" + }, + { + "repeatedly": "restate" + }, + { + "repeatedly": "speak" + }, + { + "repeatedly": "warn" + }, + { + "resonance": "resonate" + }, + { + "resonance": "echo" + }, + { + "resonance": "ringing" + }, + { + "resonance": "sonority" + }, + { + "resonance": "sound" + }, + { + "resonate": "digress" + }, + { + "resonate": "echo" + }, + { + "resonate": "reflect" + }, + { + "resonate": "resounding" + }, + { + "resonate": "sound" + }, + { + "resound": "echo" + }, + { + "resound": "noise" + }, + { + "resound": "reverberate" + }, + { + "resound": "spread" + }, + { + "reverberate": "reverberation" + }, + { + "reverberate": "echo" + }, + { + "reverberate": "resound" + }, + { + "reverberate": "ring" + }, + { + "reverberate": "noise" + }, + { + "reverberation": "acoustic" + }, + { + "reverberation": "echo" + }, + { + "reverberation": "hearing" + }, + { + "reverberation": "ring" + }, + { + "sonar": "data" + }, + { + "sonar": "echo" + }, + { + "sonar": "equipment" + }, + { + "accompaniment": "complement" + }, + { + "accompaniment": "escort" + }, + { + "accompaniment": "support" + }, + { + "accompaniment": "music" + }, + { + "accompaniment": "piano" + }, + { + "accompaniment": "playing" + }, + { + "album": "debut" + }, + { + "album": "download" + }, + { + "album": "photo" + }, + { + "album": "copyright" + }, + { + "album": "music" + }, + { + "aria": "cantata" + }, + { + "aria": "chorus" + }, + { + "aria": "music" + }, + { + "aria": "choral" + }, + { + "artist": "artistic" + }, + { + "artist": "draw" + }, + { + "artist": "gallery" + }, + { + "artist": "music" + }, + { + "artist": "musician" + }, + { + "artist": "photography" + }, + { + "artist": "writer" + }, + { + "artistic": "aesthetic" + }, + { + "artistic": "esthetic" + }, + { + "artistic": "music" + }, + { + "artistic": "painting" + }, + { + "artistic": "photography" + }, + { + "artistic": "tasteful" + }, + { + "atonal": "composition" + }, + { + "atonal": "music" + }, + { + "atonal": "tonality" + }, + { + "atonal": "undistinguished" + }, + { + "ballroom": "ballet" + }, + { + "ballroom": "choreographer" + }, + { + "ballroom": "dance" + }, + { + "ballroom": "dancing" + }, + { + "ballroom": "music" + }, + { + "ballroom": "party" + }, + { + "blandness": "appropriate" + }, + { + "blandness": "general" + }, + { + "blandness": "music" + }, + { + "blues": "guitar" + }, + { + "blues": "music" + }, + { + "blues": "singer" + }, + { + "cantata": "aria" + }, + { + "cantata": "oratorio" + }, + { + "cantata": "sonata" + }, + { + "cantata": "choir" + }, + { + "cantata": "music" + }, + { + "cantata": "singing" + }, + { + "cello": "violoncello" + }, + { + "cello": "harp" + }, + { + "cello": "music" + }, + { + "cello": "violin" + }, + { + "choreograph": "choreographer" + }, + { + "choreograph": "art" + }, + { + "choreograph": "ballet" + }, + { + "choreograph": "dance" + }, + { + "choreograph": "music" + }, + { + "choreography": "ballet" + }, + { + "choreography": "dancer" + }, + { + "choreography": "music" + }, + { + "choreography": "artistic" + }, + { + "choreography": "dance" + }, + { + "chorus": "choir" + }, + { + "chorus": "music" + }, + { + "chorus": "sing" + }, + { + "chorus": "vocal" + }, + { + "chromatic": "diatonic" + }, + { + "chromatic": "harmony" + }, + { + "chromatic": "octave" + }, + { + "chromatic": "music" + }, + { + "chromatic": "tune" + }, + { + "classical": "antiquity" + }, + { + "classical": "indian" + }, + { + "classical": "literature" + }, + { + "classical": "ancient" + }, + { + "classical": "architecture" + }, + { + "classical": "music" + }, + { + "compose": "composer" + }, + { + "compose": "compound" + }, + { + "compose": "indite" + }, + { + "compose": "makeup" + }, + { + "compose": "write" + }, + { + "compose": "compile" + }, + { + "compose": "music" + }, + { + "composer": "lyricist" + }, + { + "composer": "musician" + }, + { + "composer": "piano" + }, + { + "composer": "music" + }, + { + "composer": "singer" + }, + { + "barograph": "pressure" + }, + { + "barograph": "record" + }, + { + "barograph": "recording" + }, + { + "barometer": "air" + }, + { + "barometer": "pressure" + }, + { + "barometer": "record" + }, + { + "barometer": "recording" + }, + { + "barometer": "weather" + }, + { + "gramophone": "phonograph" + }, + { + "gramophone": "recording" + }, + { + "gramophone": "sound" + }, + { + "gramophone": "hear" + }, + { + "phonograph": "gramophone" + }, + { + "phonograph": "record" + }, + { + "phonograph": "recording" + }, + { + "phonograph": "machine" + }, + { + "phonograph": "show" + }, + { + "subliminal": "advertising" + }, + { + "subliminal": "message" + }, + { + "subliminal": "recording" + }, + { + "accent": "dialect" + }, + { + "accent": "highlight" + }, + { + "accent": "pronunciation" + }, + { + "accent": "stress" + }, + { + "accent": "voice" + }, + { + "aloud": "read" + }, + { + "aloud": "recite" + }, + { + "aloud": "spoken" + }, + { + "aloud": "speak" + }, + { + "aloud": "voice" + }, + { + "alto": "baritone" + }, + { + "alto": "choir" + }, + { + "alto": "tenor" + }, + { + "alto": "low" + }, + { + "alto": "voice" + }, + { + "audible": "audio" + }, + { + "audible": "hear" + }, + { + "audible": "hearing" + }, + { + "audible": "listen" + }, + { + "audible": "sonic" + }, + { + "audible": "voice" + }, + { + "baritone": "alto" + }, + { + "baritone": "low" + }, + { + "baritone": "tenor" + }, + { + "baritone": "voice" + }, + { + "cackle": "laugh" + }, + { + "cackle": "loud" + }, + { + "cackle": "scream" + }, + { + "cackle": "voice" + }, + { + "dupe": "bogus" + }, + { + "dupe": "charlatan" + }, + { + "dupe": "fool" + }, + { + "dupe": "hack" + }, + { + "dupe": "voice" + }, + { + "dysphonia": "disease" + }, + { + "dysphonia": "muscle" + }, + { + "dysphonia": "syndrome" + }, + { + "dysphonia": "vocal" + }, + { + "dysphonia": "voice" + }, + { + "effeminate": "camp" + }, + { + "effeminate": "effeminacy" + }, + { + "effeminate": "feminine" + }, + { + "effeminate": "gesture" + }, + { + "effeminate": "voice" + }, + { + "effeminate": "female" + }, + { + "effeminate": "girl" + }, + { + "effeminate": "woman" + }, + { + "emotionless": "cold" + }, + { + "emotionless": "tone" + }, + { + "emotionless": "voice" + }, + { + "emotionless": "impassive" + }, + { + "emotionless": "indifferent" + }, + { + "emotionless": "phlegmatic" + }, + { + "gruff": "cacophonous" + }, + { + "gruff": "hoarse" + }, + { + "gruff": "husky" + }, + { + "gruff": "voice" + }, + { + "hoarse": "gruff" + }, + { + "hoarse": "husky" + }, + { + "hoarse": "voice" + }, + { + "hoarse": "sound" + }, + { + "homophonic": "harmony" + }, + { + "homophonic": "polyphony" + }, + { + "homophonic": "voice" + }, + { + "homophonic": "same" + }, + { + "homophonic": "sound" + }, + { + "husky": "cacophonous" + }, + { + "husky": "gruff" + }, + { + "husky": "hoarse" + }, + { + "husky": "robust" + }, + { + "husky": "tough" + }, + { + "husky": "voice" + }, + { + "impersonate": "embody" + }, + { + "impersonate": "accent" + }, + { + "impersonate": "assume" + }, + { + "impersonate": "dupe" + }, + { + "impersonate": "simulate" + }, + { + "impersonate": "voice" + }, + { + "intrusive": "intrusion" + }, + { + "intrusive": "interfering" + }, + { + "intrusive": "invade" + }, + { + "intrusive": "invasive" + }, + { + "intrusive": "meddling" + }, + { + "intrusive": "voice" + } + ], + "result_code": "200", + "result_msg": "Success" + } + }, + { + "name": "Visualize (post)", + "url": "https://twinword-visual-context-graph.p.rapidapi.com/visualize/", + "description": "Diagram information for visualizing concepts or mind maps.", + "method": "POST", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-visual-context-graph.p.rapidapi.com/visualize/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-visual-context-graph.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-visual-context-graph.p.rapidapi.com/visualize/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-visual-context-graph.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/visual_context_graph/api.py b/toolbench/toolenv/tools/Text_Analysis/visual_context_graph/api.py new file mode 100644 index 0000000000000000000000000000000000000000..e3b6505b235433edd92bfab84e4e4662fc1ebcc4 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/visual_context_graph/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def visualize_get(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Diagram information for visualizing concepts or mind maps." + entry: Type a word to see the words connected to it + + """ + url = f"https://twinword-visual-context-graph.p.rapidapi.com/visualize/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-visual-context-graph.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/voter_card_ocr.json b/toolbench/toolenv/tools/Text_Analysis/voter_card_ocr.json new file mode 100644 index 0000000000000000000000000000000000000000..e6fe0aa6152dc3ffbabda9a22d42322a764171b5 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/voter_card_ocr.json @@ -0,0 +1,61 @@ +{ + "tool_name": "Voter Card OCR", + "tool_description": "Extract data from Voter ID Card instantly and accurately!\n\n \n\nWhen paired with IDfy\u2019s Voter Card Verification API, extracts data from an image of a Voter ID Card. It accurately auto-fills this data in the right fields for a quicker & errorless form-filling experience.\n\nGet your API access", + "title": "Voter Card OCR", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 94, + "avgLatency": 101, + "avgSuccessRate": 94, + "popularityScore": 8.8, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/idfy-idfy-default/api/voter-card-ocr/", + "host": "voter-card-ocr.p.rapidapi.com", + "api_list": [ + { + "name": "Voter Card OCR", + "url": "https://voter-card-ocr.p.rapidapi.com/v3/tasks/async/extract/ind_voter_id", + "description": "Extract data from Voter ID Card instantly and accurately!\n\nWhen paired with IDfy\u2019s Voter Card Verification API, extracts data from an image of a Voter ID Card. It accurately auto-fills this data in the right fields for a quicker & errorless form-filling experience. \n\nUse get call on the left and pass the request id to fetch api call results.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://voter-card-ocr.p.rapidapi.com/v3/tasks/async/extract/ind_voter_id\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"voter-card-ocr.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "GET API", + "url": "https://voter-card-ocr.p.rapidapi.com/v3/tasks", + "description": "Used to fetch api result using the request id received in responses.", + "method": "GET", + "required_parameters": [ + { + "name": "request_id", + "type": "STRING", + "description": "", + "default": "68bbb910-da9b-4d8a-9a1d-4bd878b19846" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://voter-card-ocr.p.rapidapi.com/v3/tasks\"\nquerystring = {\"request_id\": request_id}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"voter-card-ocr.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Voter Card OCR", + "url": "https://voter-card-ocr.p.rapidapi.com/v3/tasks/async/extract/ind_voter_id", + "description": "Extract data from Voter ID Card instantly and accurately!\n\nWhen paired with IDfy\u2019s Voter Card Verification API, extracts data from an image of a Voter ID Card. It accurately auto-fills this data in the right fields for a quicker & errorless form-filling experience. \n\nUse get call on the left and pass the request id to fetch api call results.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://voter-card-ocr.p.rapidapi.com/v3/tasks/async/extract/ind_voter_id\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"voter-card-ocr.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://voter-card-ocr.p.rapidapi.com/v3/tasks/async/extract/ind_voter_id\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"voter-card-ocr.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/voter_card_ocr/api.py b/toolbench/toolenv/tools/Text_Analysis/voter_card_ocr/api.py new file mode 100644 index 0000000000000000000000000000000000000000..eae7828c750c116be0f465c86e03d47c81348464 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/voter_card_ocr/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_api(request_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Used to fetch api result using the request id received in responses." + + """ + url = f"https://voter-card-ocr.p.rapidapi.com/v3/tasks" + querystring = {'request_id': request_id, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "voter-card-ocr.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/vps_tester.json b/toolbench/toolenv/tools/Text_Analysis/vps_tester.json new file mode 100644 index 0000000000000000000000000000000000000000..9a00bc089587808bcd63fbbbb0f6900b31be1b6d --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/vps_tester.json @@ -0,0 +1,24 @@ +{ + "tool_name":"VPS Tester", + "tool_description":"VPS tester", + "title":"VPS Tester", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/earngurus/api/vps-tester/", + "host":"vps-tester.p.rapidapi.com", + "api_list":[ + { + "name":"Test", + "url":"https://vps-tester.p.rapidapi.comTest", + "description":"Test", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://vps-tester.p.rapidapi.comTest\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"vps-tester.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/vps_tester/api.py b/toolbench/toolenv/tools/Text_Analysis/vps_tester/api.py new file mode 100644 index 0000000000000000000000000000000000000000..e2268f7c789afff5137f709d333aace3ff320f6a --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/vps_tester/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def test(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Test" + + """ + url = f"https://vps-tester.p.rapidapi.comtest" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "vps-tester.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/walnut_entity.json b/toolbench/toolenv/tools/Text_Analysis/walnut_entity.json new file mode 100644 index 0000000000000000000000000000000000000000..f379d0adee5a23e2209016ef2dabfe747f4353ca --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/walnut_entity.json @@ -0,0 +1,59 @@ +{ + "tool_name":"Walnut Entity", + "tool_description":"Extract structure from text data (who, what, where..) automatically using AI.", + "title":"Walnut Entity", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/WRT/api/walnut-entity/", + "host":"walnut-entity.p.rapidapi.com", + "api_list":[ + { + "name":"wrt_transformer", + "url":"https://walnut-entity.p.rapidapi.com/wrt_transformer", + "description":"Get the text input and returns the entities identified.", + "method":"GET", + "required_parameters":[ + { + "name":"payload", + "type":"STRING", + "description":"", + "default":"I am Richard from New York and I work at Microsoft." + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://walnut-entity.p.rapidapi.com/wrt_transformer\"\nquerystring = {\"payload\": payload}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"walnut-entity.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "result":[ + { + "entity":"who", + "word":"Richard" + }, + { + "entity":"where", + "word":"New York" + }, + { + "entity":"org", + "word":"Microsoft" + } + ] + }, + "headers":{ + "access-control-allow-credentials":"true", + "access-control-allow-origin":"*", + "connection":"keep-alive", + "content-length":"131", + "content-type":"application/json", + "date":"Thu, 12 May 2022 22:43:38 GMT", + "server":"RapidAPI-1.2.8", + "x-amz-apigw-id":"SCMP_E11iYcFlLA=", + "x-amzn-requestid":"2414d4e2-b058-4b9b-9fac-e634edbd8738", + "x-amzn-trace-id":"Root=1-627d8d99-29cd1cde4f839ac949bcf623;Sampled=0", + "x-rapidapi-region":"AWS - eu-west-1", + "x-rapidapi-version":"1.2.8" + }, + "schema":{} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/walnut_entity/api.py b/toolbench/toolenv/tools/Text_Analysis/walnut_entity/api.py new file mode 100644 index 0000000000000000000000000000000000000000..5b810572b1d1707c7a76807212b1155b4bd04fc8 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/walnut_entity/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def wrt_transformer(payload: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the text input and returns the entities identified." + + """ + url = f"https://walnut-entity.p.rapidapi.com/wrt_transformer" + querystring = {'payload': payload, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "walnut-entity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/walnut_topic.json b/toolbench/toolenv/tools/Text_Analysis/walnut_topic.json new file mode 100644 index 0000000000000000000000000000000000000000..870f3c553e1c9ba8ea1ba604ee7ae1eb30f3ea93 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/walnut_topic.json @@ -0,0 +1,60 @@ +{ + "tool_name":"Walnut Topic", + "tool_description":"AI powered topic extraction from texts.", + "title":"Walnut Topic", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/WRT/api/walnut-topic/", + "host":"walnut-topic.p.rapidapi.com", + "api_list":[ + { + "name":"wrt_transformer", + "url":"https://walnut-topic.p.rapidapi.com/wrt_transformer", + "description":"Gets the text and set of possible topics separated by a comma.\n\nReturns the ranking of topics from most relevant to least relevant.", + "method":"GET", + "required_parameters":[ + { + "name":"text", + "type":"STRING", + "description":"", + "default":"My tablet is not working and I want a refund as soon as possible!" + }, + { + "name":"topics", + "type":"STRING", + "description":"", + "default":"furniture,eletronics,books,billing,promotion,urgent,design" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://walnut-topic.p.rapidapi.com/wrt_transformer\"\nquerystring = {\"text\": text, \"topics\": topics}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"walnut-topic.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "result":{ + "topic_relevance_1":"urgent", + "topic_relevance_2":"billing", + "topic_relevance_3":"eletronics", + "topic_relevance_4":"design", + "topic_relevance_5":"promotion", + "topic_relevance_6":"books", + "topic_relevance_7":"furniture" + } + }, + "headers":{ + "access-control-allow-credentials":"true", + "access-control-allow-origin":"*", + "connection":"keep-alive", + "content-length":"239", + "content-type":"application/json", + "date":"Thu, 12 May 2022 23:12:18 GMT", + "server":"RapidAPI-1.2.8", + "x-amz-apigw-id":"SCQciFCeiYcF-Iw=", + "x-amzn-requestid":"874ace66-12e3-47f3-bb91-70de7ddd594c", + "x-amzn-trace-id":"Root=1-627d9450-1fdef9267c12282f28c1d6e4;Sampled=0", + "x-rapidapi-region":"AWS - eu-west-1", + "x-rapidapi-version":"1.2.8" + }, + "schema":{} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/walnut_topic/api.py b/toolbench/toolenv/tools/Text_Analysis/walnut_topic/api.py new file mode 100644 index 0000000000000000000000000000000000000000..436596c78802053556584e7fa2696f88aba67bcb --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/walnut_topic/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def wrt_transformer(text: str, topics: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Gets the text and set of possible topics separated by a comma. + + Returns the ranking of topics from most relevant to least relevant." + + """ + url = f"https://walnut-topic.p.rapidapi.com/wrt_transformer" + querystring = {'text': text, 'topics': topics, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "walnut-topic.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/walnut_word_completion.json b/toolbench/toolenv/tools/Text_Analysis/walnut_word_completion.json new file mode 100644 index 0000000000000000000000000000000000000000..c938a6cff13a2c3821202f6ee22712c48a481890 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/walnut_word_completion.json @@ -0,0 +1,46 @@ +{ + "tool_name":"Walnut Word Completion", + "tool_description":"Complete any masked word in a sentence using AI.", + "title":"Walnut Word Completion", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/WRT/api/walnut-word-completion/", + "host":"walnut-word-completion.p.rapidapi.com", + "api_list":[ + { + "name":"wrt_transformer", + "url":"https://walnut-word-completion.p.rapidapi.com/wrt_transformer", + "description":"Returns the hidden word in the sentence.", + "method":"GET", + "required_parameters":[ + { + "name":"payload", + "type":"STRING", + "description":"", + "default":"All [MASK] like to chase rats." + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://walnut-word-completion.p.rapidapi.com/wrt_transformer\"\nquerystring = {\"payload\": payload}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"walnut-word-completion.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "result":"cats" + }, + "headers":{ + "access-control-allow-credentials":"true", + "access-control-allow-origin":"*", + "connection":"keep-alive", + "content-length":"18", + "content-type":"application/json", + "date":"Mon, 09 May 2022 23:55:33 GMT", + "server":"RapidAPI-1.2.8", + "x-amz-apigw-id":"R4d-TFiACYcF4Cg=", + "x-amzn-requestid":"86a9c685-8178-4f5e-84f2-bf56c897aa41", + "x-amzn-trace-id":"Root=1-6279a9f4-2b47ea525ba20cf07964d6cf;Sampled=0", + "x-rapidapi-region":"AWS - eu-west-1", + "x-rapidapi-version":"1.2.8" + }, + "schema":{} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/walnut_word_completion/api.py b/toolbench/toolenv/tools/Text_Analysis/walnut_word_completion/api.py new file mode 100644 index 0000000000000000000000000000000000000000..de79b62a7b29904e73eabd3a3bcfc0f0d9d25784 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/walnut_word_completion/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def wrt_transformer(payload: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns the hidden word in the sentence." + + """ + url = f"https://walnut-word-completion.p.rapidapi.com/wrt_transformer" + querystring = {'payload': payload, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "walnut-word-completion.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/web2meaning.json b/toolbench/toolenv/tools/Text_Analysis/web2meaning.json new file mode 100644 index 0000000000000000000000000000000000000000..43d0c45c580d3b01666a70b21537812a5eb94666 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/web2meaning.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_88d463df-3357-49fa-abfb-b9052316387e", + "tool_description": " Web2Meaning is a comprehensive web scrapping API that extracts text from the selected web pages and processes it by 7 different classifiers to construct a personal high-quality knowledge base;", + "home_url": "https://rapidapi.com/knowledgator-knowledgator-default/api/web2meaning/", + "name": "Web2Meaning", + "title": "Web2Meaning", + "pricing": "FREEMIUM", + "tool_name": "Web2Meaning", + "score": { + "avgServiceLevel": 100, + "avgLatency": 2367, + "avgSuccessRate": 99, + "popularityScore": 9.7, + "__typename": "Score" + }, + "host": "web2meaning.p.rapidapi.com", + "api_list": [ + { + "name": "parse", + "url": "https://web2meaning.p.rapidapi.com/parse", + "description": "Extract information from web resources", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://web2meaning.p.rapidapi.com/parse\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"web2meaning.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://web2meaning.p.rapidapi.com/parse\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"web2meaning.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/webit_text_analytics.json b/toolbench/toolenv/tools/Text_Analysis/webit_text_analytics.json new file mode 100644 index 0000000000000000000000000000000000000000..0f84f0cc124e1a41a544cb1f35a23a7c4ac29a46 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/webit_text_analytics.json @@ -0,0 +1,143 @@ +{ + "product_id": "api_67dd69f0-5727-41f8-8ab0-6c11f8ce121a", + "tool_description": "FREE. Sentiment, Entities, Language, Similarity, Key Phrases, Text Comparisons.", + "home_url": "https://rapidapi.com/webit/api/webit-text-analytics/", + "name": "Webit Text Analytics", + "title": "Webit Text Analytics", + "pricing": "FREEMIUM", + "tool_name": "Webit Text Analytics", + "score": { + "avgServiceLevel": 74, + "avgLatency": 33627, + "avgSuccessRate": 74, + "popularityScore": 9.1, + "__typename": "Score" + }, + "host": "webit-text-analytics.p.rapidapi.com", + "api_list": [ + { + "name": "Similarity", + "url": "https://webit-text-analytics.p.rapidapi.com/similarity", + "description": "Compares two strings by using a sophisticated set of AI algorithms and returns the similarity score between the two strings.", + "method": "POST", + "required_parameters": [ + { + "name": "string2", + "type": "STRING", + "description": "", + "default": "Catania is not a very nice city." + }, + { + "name": "string1", + "type": "STRING", + "description": "", + "default": "Catania is a very beautiful city." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/similarity\"\nquerystring = {\"string2\": \"Catania is not a very nice city.\", \"string1\": \"Catania is a very beautiful city.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/similarity\"\nquerystring = {\"string2\": \"Catania is not a very nice city.\", \"string1\": \"Catania is a very beautiful city.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Key Phrases", + "url": "https://webit-text-analytics.p.rapidapi.com/key-phrases", + "description": "Key phrases extraction allows for quickly identifying the main concepts in a text.", + "method": "POST", + "required_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "The accepted ISO 639-1 language codes are: af, ar, bg, bn, br, ca, cs, da, de, el, en, eo, es, et, eu, fa, fi, fr, ga, gl, ha, he, hi, hr, hu, hy, id, it, ja, ko, la, lv, mr, nl, no, pl, pt, ro, ru, sk, sl, so, st, sv, sw, th, tr, yo, zh, zu.", + "default": "en" + }, + { + "name": "text", + "type": "STRING", + "description": "The input string text.", + "default": "Catania is a city of the eastern coast of Sicily at the foot of Mount Etna, the biggest volcano in Europe. It is the seventh largest city in Italy with the metropolitan area reaching one million inhabitants, a major transport hub, economic centre and a university city where you will enjoy a busy downtown and an active nightlife. Catania is also well known for its particular baroque architecture and urban design." + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/key-phrases\"\nquerystring = {\"language\": \"en\", \"text\": \"Catania is a city of the eastern coast of Sicily at the foot of Mount Etna, the biggest volcano in Europe. It is the seventh largest city in Italy with the metropolitan area reaching one million inhabitants, a major transport hub, economic centre and a university city where you will enjoy a busy downtown and an active nightlife. Catania is also well known for its particular baroque architecture and urban design.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/key-phrases\"\nquerystring = {\"language\": \"en\", \"text\": \"Catania is a city of the eastern coast of Sicily at the foot of Mount Etna, the biggest volcano in Europe. It is the seventh largest city in Italy with the metropolitan area reaching one million inhabitants, a major transport hub, economic centre and a university city where you will enjoy a busy downtown and an active nightlife. Catania is also well known for its particular baroque architecture and urban design.\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Match", + "url": "https://webit-text-analytics.p.rapidapi.com/match", + "description": "Compares a string with an array of strings and does an AI affinity comparison to find the closest matches.", + "method": "POST", + "required_parameters": [ + { + "name": "haystack_strings", + "type": "ARRAY", + "description": "", + "default": "[\"pizza\", \"pasta\", \"pasties\", \"hasta\"]" + }, + { + "name": "needle_string", + "type": "STRING", + "description": "", + "default": "pasta" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/match\"\nquerystring = {\"haystack_strings\": \"[\\\"pizza\\\", \\\"pasta\\\", \\\"pasties\\\", \\\"hasta\\\"]\", \"needle_string\": \"pasta\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/match\"\nquerystring = {\"haystack_strings\": \"[\\\"pizza\\\", \\\"pasta\\\", \\\"pasties\\\", \\\"hasta\\\"]\", \"needle_string\": \"pasta\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Sentiment", + "url": "https://webit-text-analytics.p.rapidapi.com/sentiment", + "description": "Analyzes the sentiment of an input text and detects positivity, negativity and neutrality of such a string.", + "method": "POST", + "required_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Language of the input text.", + "default": "en" + }, + { + "name": "text", + "type": "STRING", + "description": "Text to get sentiment prediction on.", + "default": "I am very happy with my purchase. It's absolutely fantastic!" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/sentiment\"\nquerystring = {\"language\": \"en\", \"text\": \"I am very happy with my purchase. It's absolutely fantastic!\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/sentiment\"\nquerystring = {\"language\": \"en\", \"text\": \"I am very happy with my purchase. It's absolutely fantastic!\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Detect Languages", + "url": "https://webit-text-analytics.p.rapidapi.com/languages", + "description": "Detects the language of an input text. Supports 100+ languages.", + "method": "POST", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Input text to perform Neural language detection on.", + "default": "\u4f60\u597d! \u4f60\u597d\u5417? \u0643\u064a\u0641 \u062d\u0627\u0644\u0643\u061f Neural recognition can detect multiple languages at the same time!" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/languages\"\nquerystring = {\"text\": \"\u4f60\u597d! \u4f60\u597d\u5417? \u0643\u064a\u0641 \u062d\u0627\u0644\u0643\u061f Neural recognition can detect multiple languages at the same time!\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://webit-text-analytics.p.rapidapi.com/languages\"\nquerystring = {\"text\": \"\u4f60\u597d! \u4f60\u597d\u5417? \u0643\u064a\u0641 \u062d\u0627\u0644\u0643\u061f Neural recognition can detect multiple languages at the same time!\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"webit-text-analytics.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/website_descriptor.json b/toolbench/toolenv/tools/Text_Analysis/website_descriptor.json new file mode 100644 index 0000000000000000000000000000000000000000..185eb0ee79079ce1fca355573d4324430ae7ca60 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/website_descriptor.json @@ -0,0 +1,74 @@ +{ + "tool_name":"Website Descriptor", + "tool_description":"Get a website description by URL. Title, description, image. ", + "title":"Website Descriptor", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/neivi-innovacion-tecnologica-sl-neivi-innovacion-tecnologica-sl-default/api/website-descriptor1/", + "host":"website-descriptor1.p.rapidapi.com", + "api_list":[ + { + "name":"Describe URL", + "url":"https://website-descriptor1.p.rapidapi.com/", + "description":"Get the URL description: title, location, description, image", + "method":"GET", + "required_parameters":[ + { + "name":"url", + "type":"STRING", + "description":"The URL to be described", + "default":"https://www.instagram.com/" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://website-descriptor1.p.rapidapi.com/\"\nquerystring = {\"url\": url}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"website-descriptor1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "location":"https://www.instagram.com/", + "title":"\nInstagram\n", + "description":"Create an account or log in to Instagram - A simple, fun & creative way to capture, edit & share photos, videos & messages with friends & family.", + "image":"/static/images/ico/favicon-200.png/ab6eff595bb1.png" + }, + "headers":{ + "access-control-allow-origin":"*", + "content-type":"application/json", + "date":"Thu, 27 Feb 2020 11:52:25 GMT", + "server":"RapidAPI-1.0.39", + "via":"1.1 a75b67932d84d80b40e12159613deb17.cloudfront.net (CloudFront)", + "x-amz-apigw-id":"IjgK-G24iGYFcDA=", + "x-amz-cf-id":"H4WYelYS_Nbo2I1EoK9MaEXC4_VClnDM-UoEMs2tKi3LwgyCQ9GRpQ==", + "x-amz-cf-pop":"FRA53-C1", + "x-amzn-requestid":"66adb23f-473e-4873-b4a0-6c7266b75938", + "x-amzn-trace-id":"Root=1-5e57ad79-53c9d5b6864513587191919d;Sampled=0", + "x-cache":"Miss from cloudfront", + "x-rapidapi-region":"AWS - eu-central-1", + "x-rapidapi-version":"1.0.39", + "content-length":"289", + "connection":"Close" + }, + "schema":{ + "type":"object", + "properties":{ + "get":{ + "type":"string" + }, + "parameters":{ + "type":"array" + }, + "errors":{ + "type":"array" + }, + "results":{ + "type":"integer" + }, + "response":{ + "type":"array", + "items":{ + "type":"object" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/website_descriptor/api.py b/toolbench/toolenv/tools/Text_Analysis/website_descriptor/api.py new file mode 100644 index 0000000000000000000000000000000000000000..fbdebe1621831d713ad439c61e4f7ac49419300c --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/website_descriptor/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def describe_url(url: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the URL description: title, location, description, image" + url: The URL to be described + + """ + url = f"https://website-descriptor1.p.rapidapi.com/" + querystring = {'url': url, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "website-descriptor1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/what_s_language.json b/toolbench/toolenv/tools/Text_Analysis/what_s_language.json new file mode 100644 index 0000000000000000000000000000000000000000..a90c298b3222de3d8430c403a10e155baf591ab1 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/what_s_language.json @@ -0,0 +1,44 @@ +{ + "product_id": "api_056708d6-e4e5-4c5f-9daf-72580dda8040", + "tool_description": "Detect the language of a given text", + "home_url": "https://rapidapi.com/phinguyen/api/whats-language/", + "name": "What's Language", + "title": "What's Language", + "pricing": "FREEMIUM", + "tool_name": "What's Language", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1723, + "avgSuccessRate": 100, + "popularityScore": 5.5, + "__typename": "Score" + }, + "host": "whats-language.p.rapidapi.com", + "api_list": [ + { + "name": "LanguageDetection", + "url": "https://whats-language.p.rapidapi.com/languagedetection/detecting", + "description": "Detect the language of a given text and return the detected language code", + "method": "GET", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "How to Identify the Language of any Text" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://whats-language.p.rapidapi.com/languagedetection/detecting\"\nquerystring = {\"text\": \"How to Identify the Language of any Text\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"whats-language.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://whats-language.p.rapidapi.com/languagedetection/detecting\"\nquerystring = {\"text\": \"How to Identify the Language of any Text\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"whats-language.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "languages": [ + "en" + ] + }, + "statuscode": 1, + "schema": "" + } + ], + "standardized_name": "what_s_language" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/what_s_language/api.py b/toolbench/toolenv/tools/Text_Analysis/what_s_language/api.py new file mode 100644 index 0000000000000000000000000000000000000000..766f09b8f73bc68f4f3b5ad5a856e4e832770f73 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/what_s_language/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def languagedetection(text: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Detect the language of a given text and return the detected language code" + + """ + url = f"https://whats-language.p.rapidapi.com/languagedetection/detecting" + querystring = {'text': text, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "whats-language.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/wise_extraction.json b/toolbench/toolenv/tools/Text_Analysis/wise_extraction.json new file mode 100644 index 0000000000000000000000000000000000000000..c30261adc385cc35a6ce0714751b768017f7d4bb --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/wise_extraction.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_845255cd-4f6d-4d24-877c-be3e46902a75", + "tool_description": "This api takes in a url of an article and returns the text.\n\nIt can be useful for: \n- Text to speech from articles\n- Running analysis on article text\n- Displaying articles in your own format on a website\n- Running analytics on articles in the same format ", + "home_url": "https://rapidapi.com/wisebubbler-UKPh8W-v4vO/api/wise_extraction/", + "name": "Wise_extraction", + "title": "Wise_extraction", + "pricing": "FREEMIUM", + "tool_name": "Wise_extraction", + "score": null, + "host": "wise_extraction.p.rapidapi.com", + "api_list": [ + { + "name": "extract", + "url": "https://wise_extraction.p.rapidapi.com/extract", + "description": "Feed in an article url and get text :) try: https://www.yahoo.com/news/is-arizonas-kari-lake-the-most-dangerous-politician-in-america-090045758.html", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://wise_extraction.p.rapidapi.com/extract\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"wise_extraction.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://wise_extraction.p.rapidapi.com/extract\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"wise_extraction.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/word_associations.json b/toolbench/toolenv/tools/Text_Analysis/word_associations.json new file mode 100644 index 0000000000000000000000000000000000000000..50a422242a21ad0b51a3a0d0eec096faad3a219f --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_associations.json @@ -0,0 +1,271 @@ +{ + "tool_name": "Word Associations", + "tool_description": "What's another word for this word, phrase, or paragraph? More than just synonyms, related words too!", + "title": "Word Associations", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 100, + "avgLatency": 533, + "avgSuccessRate": 100, + "popularityScore": 9.8, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/twinword/api/word-associations/", + "host": "twinword-word-associations-v1.p.rapidapi.com", + "api_list": [ + { + "name": "Word Associations (get)", + "url": "https://twinword-word-associations-v1.p.rapidapi.com/associations/", + "description": "Get word associations with semantic distance score.", + "method": "GET", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "A word, phrase, or paragraph.", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-word-associations-v1.p.rapidapi.com/associations/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-associations-v1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "entry": "sound", + "request": "sound", + "response": { + "sound": 1 + }, + "associations": "ringing, octave, acoustic, noisy, din, growl, noise, bell, cacophonous, voice, sonority, tune, loud, moan, clamorous, ring, echo, phonetic, strident, reverberate, sing, vibrancy, beep, carillon, resonance, toot, rustle, telephony, reverberation, squeaking", + "associations_array": [ + "ringing", + "octave", + "acoustic", + "noisy", + "din", + "growl", + "noise", + "bell", + "cacophonous", + "voice", + "sonority", + "tune", + "loud", + "moan", + "clamorous", + "ring", + "echo", + "phonetic", + "strident", + "reverberate", + "sing", + "vibrancy", + "beep", + "carillon", + "resonance", + "toot", + "rustle", + "telephony", + "reverberation", + "squeaking" + ], + "associations_scored": { + "ringing": 0.5108171351638529, + "octave": 0.43496935371402323, + "acoustic": 0.5864768141996825, + "noisy": 0.5108445458821127, + "din": 0.721546768376455, + "growl": 0.5068170212186411, + "noise": 0.975, + "bell": 0.6111036562625275, + "cacophonous": 0.5881910162370951, + "voice": 0.975, + "sonority": 0.22172744637739153, + "tune": 0.3167916848578363, + "loud": 0.975, + "moan": 0.43650255341760874, + "clamorous": 0.2106486967143036, + "ring": 0.5285084400299358, + "echo": 0.5974785743903915, + "phonetic": 0.461620452595546, + "strident": 0.2834808210457541, + "reverberate": 0.2540580379053848, + "sing": 0.5070442986258021, + "vibrancy": 0.263300401196087, + "beep": 0.4007533265125078, + "carillon": 0.14474591297304062, + "resonance": 0.4341670013252298, + "toot": 0.33666981235197424, + "rustle": 0.37443501152691344, + "telephony": 0.27833605702144054, + "reverberation": 0.32024239004957356, + "squeaking": 0.32865517289205304 + }, + "version": "7.0.9", + "author": "twinword inc.", + "email": "help@twinword.com", + "result_code": "200", + "result_msg": "Success" + }, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-origin": "*", + "alt-svc": "h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "6acb0554584c0e7a-NRT", + "connection": "keep-alive", + "content-length": "1603", + "content-type": "application/json", + "date": "Thu, 11 Nov 2021 22:40:12 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", + "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=AWvsM%2F3HtsTJaMmwLKf91%2BPodO0LwwwaLH8SKqsHI1pESuoY8R3IKevrvh%2B5qM412hDw1UGUtvKYP4jxNIKQzwB6LShyTwVA81Ff%2FA3vteoFHovn4jsGjOmaMK%2BSA4WsGCsT\"}],\"group\":\"cf-nel\",\"max_age\":604800}", + "server": "RapidAPI-1.2.8", + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.2.8", + "x-ratelimit-requests-limit": "10000", + "x-ratelimit-requests-remaining": "9995", + "x-ratelimit-requests-reset": "2512523" + }, + "schema": {} + }, + { + "name": "Word Associations (post)", + "url": "https://twinword-word-associations-v1.p.rapidapi.com/associations/", + "description": "Get word associations with semantic distance score.", + "method": "POST", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "A word, phrase, or paragraph.", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-word-associations-v1.p.rapidapi.com/associations/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-associations-v1.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 200, + "body": { + "entry": "sound", + "request": "sound", + "response": { + "sound": 1 + }, + "associations": "ringing, octave, acoustic, noisy, din, growl, noise, bell, cacophonous, voice, sonority, tune, loud, moan, clamorous, ring, echo, phonetic, strident, reverberate, sing, vibrancy, beep, carillon, resonance, toot, rustle, telephony, reverberation, squeaking", + "associations_array": [ + "ringing", + "octave", + "acoustic", + "noisy", + "din", + "growl", + "noise", + "bell", + "cacophonous", + "voice", + "sonority", + "tune", + "loud", + "moan", + "clamorous", + "ring", + "echo", + "phonetic", + "strident", + "reverberate", + "sing", + "vibrancy", + "beep", + "carillon", + "resonance", + "toot", + "rustle", + "telephony", + "reverberation", + "squeaking" + ], + "associations_scored": { + "ringing": 0.5108171351638529, + "octave": 0.43496935371402323, + "acoustic": 0.5864768141996825, + "noisy": 0.5108445458821127, + "din": 0.721546768376455, + "growl": 0.5068170212186411, + "noise": 0.975, + "bell": 0.6111036562625275, + "cacophonous": 0.5881910162370951, + "voice": 0.975, + "sonority": 0.22172744637739153, + "tune": 0.3167916848578363, + "loud": 0.975, + "moan": 0.43650255341760874, + "clamorous": 0.2106486967143036, + "ring": 0.5285084400299358, + "echo": 0.5974785743903915, + "phonetic": 0.461620452595546, + "strident": 0.2834808210457541, + "reverberate": 0.2540580379053848, + "sing": 0.5070442986258021, + "vibrancy": 0.263300401196087, + "beep": 0.4007533265125078, + "carillon": 0.14474591297304062, + "resonance": 0.4341670013252298, + "toot": 0.33666981235197424, + "rustle": 0.37443501152691344, + "telephony": 0.27833605702144054, + "reverberation": 0.32024239004957356, + "squeaking": 0.32865517289205304 + }, + "version": "7.0.9", + "author": "twinword inc.", + "email": "help@twinword.com", + "result_code": "200", + "result_msg": "Success" + }, + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-origin": "*", + "alt-svc": "h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-27=\":443\"; ma=86400", + "cf-cache-status": "DYNAMIC", + "cf-ray": "6acb0660fac61fbd-NRT", + "connection": "keep-alive", + "content-length": "1603", + "content-type": "application/json", + "date": "Thu, 11 Nov 2021 22:40:54 GMT", + "expect-ct": "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", + "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=D6nSKt8nREI4brwnCntClTkZhBzWkCaZhqqE3RZnhE1ja4VlizZmCbaCZbtx4V7CYnFsfjmD2BigWEsdF5N%2B4cAIAD8nok7DZsp2cAOgUXubp1fag%2BinoNz0Fb82Bu7UgGyr\"}],\"group\":\"cf-nel\",\"max_age\":604800}", + "server": "RapidAPI-1.2.8", + "strict-transport-security": "max-age=15552000; includeSubDomains; preload", + "x-content-type-options": "nosniff", + "x-rapidapi-region": "AWS - ap-northeast-1", + "x-rapidapi-version": "1.2.8", + "x-ratelimit-requests-limit": "10000", + "x-ratelimit-requests-remaining": "9993", + "x-ratelimit-requests-reset": "2512481" + }, + "schema": {} + }, + { + "name": "Word Associations (post)", + "url": "https://twinword-word-associations-v1.p.rapidapi.com/associations/", + "description": "Get word associations with semantic distance score.", + "method": "POST", + "required_parameters": [ + { + "name": "entry", + "type": "STRING", + "description": "A word, phrase, or paragraph.", + "default": "sound" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://twinword-word-associations-v1.p.rapidapi.com/associations/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-associations-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://twinword-word-associations-v1.p.rapidapi.com/associations/\"\nquerystring = {\"entry\": \"sound\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-associations-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/word_associations/api.py b/toolbench/toolenv/tools/Text_Analysis/word_associations/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2d5ae5d17a505db0442e89beee5167a2cc014817 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_associations/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def word_associations_get(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get word associations with semantic distance score." + entry: A word, phrase, or paragraph. + + """ + url = f"https://twinword-word-associations-v1.p.rapidapi.com/associations/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-associations-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/word_clustering_service.json b/toolbench/toolenv/tools/Text_Analysis/word_clustering_service.json new file mode 100644 index 0000000000000000000000000000000000000000..8087d0a20a1d880613cc6189bee0a13fa93d2254 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_clustering_service.json @@ -0,0 +1,52 @@ +{ + "product_id": "api_ae3e92ce-11d1-4dbb-8f54-e30778c7fce2", + "tool_description": "The Levenshtein-based keyword clustering API uses a graph-based approach to cluster words with similar spellings.", + "home_url": "https://rapidapi.com/renetatua/api/word-clustering-service/", + "name": "Word Clustering Service", + "title": "Word Clustering Service", + "pricing": "FREEMIUM", + "tool_name": "Word Clustering Service", + "score": null, + "host": "word-clustering-service.p.rapidapi.com", + "api_list": [ + { + "name": "clusterKeywords", + "url": "https://word-clustering-service.p.rapidapi.com/clusteringjob/execute-cluster-job", + "description": "By using the clusterKeywords endpoint, users can detect clusters within a list that they submit to the API. The API will return the original list along with a corresponding cluster name assigned to each element of the list.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://word-clustering-service.p.rapidapi.com/clusteringjob/execute-cluster-job\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"word-clustering-service.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://word-clustering-service.p.rapidapi.com/clusteringjob/execute-cluster-job\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"word-clustering-service.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "highlightDuplicates", + "url": "https://word-clustering-service.p.rapidapi.com/clusteringjob/execute-highlight-job", + "description": "The highlightDuplicates endpoint allows users to identify duplicate keywords within a submitted list. The API returns a list of the identified duplicates to the user, highlighting any redundant or repeated information in the original data set.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://word-clustering-service.p.rapidapi.com/clusteringjob/execute-highlight-job\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"word-clustering-service.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://word-clustering-service.p.rapidapi.com/clusteringjob/execute-highlight-job\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"word-clustering-service.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "array", + "items": { + "type": "object", + "properties": { + "mainKeyword": { + "type": "string" + }, + "duplicatedKeyword": { + "type": "string" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/word_dictionary.json b/toolbench/toolenv/tools/Text_Analysis/word_dictionary.json new file mode 100644 index 0000000000000000000000000000000000000000..7a2b37bb70e72903a6e8ceb03a8506535e18f92f --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_dictionary.json @@ -0,0 +1,462 @@ +{ + "tool_name":"Word Dictionary", + "tool_description":"A dictionary and so much more! Rich information for a word with definitions, associations, examples, and much more.", + "title":"Word Dictionary", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":284, + "avgSuccessRate":100, + "popularityScore":9.8, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/twinword/api/word-dictionary/", + "host":"twinword-word-graph-dictionary.p.rapidapi.com", + "api_list":[ + { + "name":"Theme", + "url":"https://twinword-word-graph-dictionary.p.rapidapi.com/theme/", + "description":"Get the themes of a word.", + "method":"GET", + "required_parameters":[ + { + "name":"entry", + "type":"STRING", + "description":"Type a word to get its themes", + "default":"mask" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://twinword-word-graph-dictionary.p.rapidapi.com/theme/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-graph-dictionary.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "author":"twinword inc.", + "email":"help@twinword.com", + "entry":"mask", + "request":"mask", + "response":"mask", + "result_code":"200", + "result_msg":"Success", + "theme":[ + "cover", + "search", + "secret", + "wear", + "skirt", + "boot", + "skin", + "image", + "human" + ], + "version":"4.0.0" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599ea9c3e9ae9539-NRT", + "cf-request-id":"02f7086e740000953998a49200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:21:00 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=d78866fb82fe670a8987c6867871499da1590571259; expires=Fri, 26-Jun-20 09:20:59 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"1000", + "x-ratelimit-requests-remaining":"931", + "content-length":"246", + "connection":"Close" + }, + "schema":{} + }, + { + "name":"Difficulty", + "url":"https://twinword-word-graph-dictionary.p.rapidapi.com/difficulty/", + "description":"Get the difficulty level of a word.", + "method":"GET", + "required_parameters":[ + { + "name":"entry", + "type":"STRING", + "description":"Type a word to get its difficulty level", + "default":"mask" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://twinword-word-graph-dictionary.p.rapidapi.com/difficulty/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-graph-dictionary.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "author":"twinword inc.", + "email":"help@twinword.com", + "entry":"mask", + "request":"mask", + "response":"mask", + "result_code":"200", + "result_msg":"Success", + "ten_degree":3, + "version":"4.0.0" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599ea82eb88ef903-NRT", + "cf-request-id":"02f70771350000f90363a65200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:19:55 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=d7c8f5ea8230484f8e56590b8fa1ccdee1590571194; expires=Fri, 26-Jun-20 09:19:54 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"1000", + "x-ratelimit-requests-remaining":"935", + "content-length":"180", + "connection":"Close" + }, + "schema":{} + }, + { + "name":"Example", + "url":"https://twinword-word-graph-dictionary.p.rapidapi.com/example/", + "description":"See examples of a word used in a sentence", + "method":"GET", + "required_parameters":[ + { + "name":"entry", + "type":"STRING", + "description":"Type a word to see examples of it used in a sentence", + "default":"mask" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://twinword-word-graph-dictionary.p.rapidapi.com/example/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-graph-dictionary.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "author":"twinword inc.", + "email":"help@twinword.com", + "entry":"mask", + "example":[ + "The red figure wears the same hat and mask in the background.", + "The conformable mask is then stripped and a new conformable mask laid down.", + "She was wearing a Kachina dancer's mask.", + "The grandiosity is just a momentary mask.", + "The mask is for protection and intimidation.", + "The grating in the mask is adjusted.", + "The mask of the male mummy is gilded.", + "The mask covers the aperture of the telescope.", + "Mask and wig celebrates the centennial of the clubhouse.", + "The latter disguised his scarred visage with a steel mask." + ], + "request":"mask", + "response":"mask", + "result_code":"200", + "result_msg":"Success", + "version":"4.0.0" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599ea905bd520ab0-NRT", + "cf-request-id":"02f707f79100000ab0fd332200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:20:29 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=de7022293455d292ceddb53e594ecce091590571229; expires=Fri, 26-Jun-20 09:20:29 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"1000", + "x-ratelimit-requests-remaining":"931", + "content-length":"701", + "connection":"Close" + }, + "schema":{} + }, + { + "name":"Reference", + "url":"https://twinword-word-graph-dictionary.p.rapidapi.com/reference/", + "description":"Get the broad terms, narrow terms, related terms, evocations, synonyms, associations, and derived terms of a word.", + "method":"GET", + "required_parameters":[ + { + "name":"entry", + "type":"STRING", + "description":"Type a word to get its broad terms, narrow terms, related terms, evocations, synonyms, associations, and derived terms", + "default":"mask" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://twinword-word-graph-dictionary.p.rapidapi.com/reference/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-graph-dictionary.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "author":"twinword inc.", + "email":"help@twinword.com", + "entry":"mask", + "relation":{ + "associations":"", + "broad_terms":"protective covering, protective cover, protection, party, mask, hiding, hide, disguise, covering, cover, concealment, concealing, conceal", + "derived_terms":"death mask, 'Mask house', , a house for masquerades, sleep mask, unmask", + "evocations":"disguise", + "narrow_terms":"welder's mask, respirator, masquerade ball, masquerade, masked ball, mask, half mask, gasmask, gas helmet, fancy-dress ball, false face, face mask, eye mask, domino, dissimulate, dissemble, cloak, camouflage", + "related_terms":"masquerade party, masquerade, masque, dissemble, disguise, cook, cloak, block out", + "synonyms":"" + }, + "request":"mask", + "response":"mask", + "result_code":"200", + "result_msg":"Success", + "version":"4.0.0" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599ea963bc710aa0-NRT", + "cf-request-id":"02f708324f00000aa0b123e200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:20:44 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=dd0e5db9cf82934d1eae61e1d65907b721590571244; expires=Fri, 26-Jun-20 09:20:44 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"1000", + "x-ratelimit-requests-remaining":"930", + "content-length":"803", + "connection":"Close" + }, + "schema":{} + }, + { + "name":"Association", + "url":"https://twinword-word-graph-dictionary.p.rapidapi.com/association/", + "description":"Get the associations of a word.", + "method":"GET", + "required_parameters":[ + { + "name":"entry", + "type":"STRING", + "description":"Type a word to get its associations", + "default":"mask" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://twinword-word-graph-dictionary.p.rapidapi.com/association/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-graph-dictionary.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "entry":"mask", + "request":"mask", + "response":"mask", + "assoc_word":[ + "hide", + "hat", + "face" + ], + "assoc_word_ex":[ + "hide", + "hat", + "face", + "veil", + "disguise", + "camouflage" + ], + "version":"4.0.0", + "author":"twinword inc.", + "email":"feedback@twinword.com", + "result_code":"200", + "result_msg":"Success" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599ea710f922a5f4-NRT", + "cf-request-id":"02f706be980000a5f41f94e200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:19:09 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=d7fea96a1426bd34a09ccd75eff773fea1590571148; expires=Fri, 26-Jun-20 09:19:08 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"1000", + "x-ratelimit-requests-remaining":"935", + "content-length":"269", + "connection":"Close" + }, + "schema":{ + "properties":{ + "assoc_word":{ + "items":{ + "type":"string" + }, + "type":"array" + }, + "assoc_word_ex":{ + "items":{ + "type":"string" + }, + "type":"array" + }, + "author":{ + "type":"string" + }, + "email":{ + "format":"email", + "type":"string" + }, + "entry":{ + "type":"string" + }, + "request":{ + "type":"string" + }, + "response":{ + "type":"string" + }, + "result_code":{ + "format":"color", + "type":"string" + }, + "result_msg":{ + "type":"string" + }, + "version":{ + "type":"string" + } + }, + "type":"object" + } + }, + { + "name":"Exam History", + "url":"https://twinword-word-graph-dictionary.p.rapidapi.com/examhistory/", + "description":"See which exams a word has been on", + "method":"GET", + "required_parameters":[ + { + "name":"entry", + "type":"STRING", + "description":"Type a word to see which exams it has been on", + "default":"mask" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://twinword-word-graph-dictionary.p.rapidapi.com/examhistory/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-graph-dictionary.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "author":"twinword inc.", + "email":"help@twinword.com", + "entry":"mask", + "exam":[ + "toeic", + "toefl", + "ielts", + "gre", + "gmat" + ], + "request":"mask", + "response":"mask", + "result_code":"200", + "result_msg":"Success", + "version":"4.0.0" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599ea88f0ee40b9f-NRT", + "cf-request-id":"02f707ad6300000b9fd59f0200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:20:10 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=d99291cf165f8738d205375cf5853d9541590571210; expires=Fri, 26-Jun-20 09:20:10 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"1000", + "x-ratelimit-requests-remaining":"931", + "content-length":"211", + "connection":"Close" + }, + "schema":{} + }, + { + "name":"Definition", + "url":"https://twinword-word-graph-dictionary.p.rapidapi.com/definition/", + "description":"Get the definitions of a word.", + "method":"GET", + "required_parameters":[ + { + "name":"entry", + "type":"STRING", + "description":"a word", + "default":"mask" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://twinword-word-graph-dictionary.p.rapidapi.com/definition/\"\nquerystring = {\"entry\": entry}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-graph-dictionary.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "author":"twinword inc.", + "email":"help@twinword.com", + "entry":"mask", + "ipa":"mɑːsk", + "meaning":{ + "adjective":"", + "adverb":"", + "noun":"(nou) a covering to disguise or conceal the face\n(nou) activity that tries to conceal something\n(nou) a party of guests wearing costumes and masks\n(nou) a protective covering worn over the face", + "verb":"(vrb) hide under a false appearance\n(vrb) put a mask on or cover with a mask\n(vrb) make unrecognizable\n(vrb) cover with a sauce\n(vrb) shield from light" + }, + "request":"mask", + "response":"mask", + "result_code":"200", + "result_msg":"Success", + "version":"4.0.0" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599ea76b0c01d641-NRT", + "cf-request-id":"02f706f6e50000d64182973200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:19:24 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=d5ebaed2d3cad414dc2ea26e3a823f1161590571163; expires=Fri, 26-Jun-20 09:19:23 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"1000", + "x-ratelimit-requests-remaining":"934", + "content-length":"599", + "connection":"Close" + }, + "schema":{} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/word_dictionary/api.py b/toolbench/toolenv/tools/Text_Analysis/word_dictionary/api.py new file mode 100644 index 0000000000000000000000000000000000000000..c36508b7bdbdbf51f2733f90fc55029012c614c9 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_dictionary/api.py @@ -0,0 +1,162 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def theme(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the themes of a word." + entry: Type a word to get its themes + + """ + url = f"https://twinword-word-graph-dictionary.p.rapidapi.com/theme/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-graph-dictionary.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def difficulty(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the difficulty level of a word." + entry: Type a word to get its difficulty level + + """ + url = f"https://twinword-word-graph-dictionary.p.rapidapi.com/difficulty/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-graph-dictionary.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def example(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "See examples of a word used in a sentence" + entry: Type a word to see examples of it used in a sentence + + """ + url = f"https://twinword-word-graph-dictionary.p.rapidapi.com/example/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-graph-dictionary.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def reference(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the broad terms, narrow terms, related terms, evocations, synonyms, associations, and derived terms of a word." + entry: Type a word to get its broad terms, narrow terms, related terms, evocations, synonyms, associations, and derived terms + + """ + url = f"https://twinword-word-graph-dictionary.p.rapidapi.com/reference/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-graph-dictionary.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def association(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the associations of a word." + entry: Type a word to get its associations + + """ + url = f"https://twinword-word-graph-dictionary.p.rapidapi.com/association/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-graph-dictionary.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def exam_history(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "See which exams a word has been on" + entry: Type a word to see which exams it has been on + + """ + url = f"https://twinword-word-graph-dictionary.p.rapidapi.com/examhistory/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-graph-dictionary.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def definition(entry: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the definitions of a word." + entry: a word + + """ + url = f"https://twinword-word-graph-dictionary.p.rapidapi.com/definition/" + querystring = {'entry': entry, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-graph-dictionary.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/word_quiz.json b/toolbench/toolenv/tools/Text_Analysis/word_quiz.json new file mode 100644 index 0000000000000000000000000000000000000000..2740e3201c0fb6665c23b0470b1bf0f4397328b1 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_quiz.json @@ -0,0 +1,244 @@ +{ + "tool_name":"Word Quiz", + "tool_description":"Vocabulary test with levels and exam-specific words (SAT, GMAT, etc). Customized word association quiz for game and e-learning software.", + "title":"Word Quiz", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":768, + "avgSuccessRate":100, + "popularityScore":9.8, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/twinword/api/word-quiz/", + "host":"twinword-word-association-quiz.p.rapidapi.com", + "api_list":[ + { + "name":"Type 1", + "url":"https://twinword-word-association-quiz.p.rapidapi.com/type1/", + "description":"Customized word association quiz for game and e-learning software.", + "method":"GET", + "required_parameters":[ + { + "name":"level", + "type":"NUMBER", + "description":"Select the difficulty level of the test (1 - 10)", + "default":"3" + } + ], + "optional_parameters":[ + { + "name":"area", + "type":"STRING", + "description":"Select a test to generate quiz questions and answers (es, ms, hs, ksat, toeic, toefl, teps, sat, ielts, gre, gmat, overall)", + "default":"sat" + } + ], + "code":"import requests\n\nurl = \"https://twinword-word-association-quiz.p.rapidapi.com/type1/\"\nquerystring = {\"level\": level, \"area\": area}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"twinword-word-association-quiz.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "area":"sat", + "level":3, + "quizlist":[ + { + "quiz":[ + "court", + "legal", + "lawyer" + ], + "option":[ + "kiss", + "judicial" + ], + "correct":2 + }, + { + "quiz":[ + "want", + "extreme", + "wish" + ], + "option":[ + "incorporated", + "desperate" + ], + "correct":2 + }, + { + "quiz":[ + "want", + "extreme", + "wish" + ], + "option":[ + "desperate", + "encouraging" + ], + "correct":1 + }, + { + "quiz":[ + "illegal", + "trial", + "civil" + ], + "option":[ + "ministry", + "penalty" + ], + "correct":2 + }, + { + "quiz":[ + "axis", + "direction", + "equivalent" + ], + "option":[ + "parallel", + "reservation" + ], + "correct":1 + }, + { + "quiz":[ + "chief", + "administrator", + "manager" + ], + "option":[ + "expense", + "controller" + ], + "correct":2 + }, + { + "quiz":[ + "language", + "term", + "word" + ], + "option":[ + "defend", + "cant" + ], + "correct":2 + }, + { + "quiz":[ + "bag", + "bunch", + "unit" + ], + "option":[ + "engaged", + "packet" + ], + "correct":2 + }, + { + "quiz":[ + "exceptional", + "fantastic", + "remarkable" + ], + "option":[ + "okay", + "extraordinary" + ], + "correct":2 + }, + { + "quiz":[ + "check", + "proof", + "confirmation" + ], + "option":[ + "secretary", + "verification" + ], + "correct":2 + } + ], + "version":"4.0.0", + "author":"twinword inc.", + "email":"feedback@twinword.com", + "result_code":"200", + "result_msg":"Success" + }, + "headers":{ + "alt-svc":"h3-27=\":443\"; ma=86400, h3-25=\":443\"; ma=86400, h3-24=\":443\"; ma=86400, h3-23=\":443\"; ma=86400", + "cf-cache-status":"DYNAMIC", + "cf-ray":"599eb69bf96ca5c4-NRT", + "cf-request-id":"02f710757d0000a5c413157200000001", + "content-type":"application/json", + "date":"Wed, 27 May 2020 09:29:46 GMT", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "server":"RapidAPI-1.1.7", + "set-cookie":[ + "__cfduid=d5c5501267454ed987145bae4b7a7fb751590571785; expires=Fri, 26-Jun-20 09:29:45 GMT; path=/; domain=.twinword.com; HttpOnly; SameSite=Lax; Secure" + ], + "strict-transport-security":"max-age=15552000; includeSubDomains; preload", + "x-content-type-options":"nosniff", + "x-rapidapi-region":"AWS - ap-northeast-1", + "x-rapidapi-version":"1.1.7", + "x-ratelimit-requests-limit":"30000", + "x-ratelimit-requests-remaining":"29996", + "content-length":"961", + "connection":"Close" + }, + "schema":{ + "properties":{ + "area":{ + "type":"string" + }, + "author":{ + "type":"string" + }, + "email":{ + "format":"email", + "type":"string" + }, + "level":{ + "type":"integer" + }, + "quizlist":{ + "items":{ + "properties":{ + "correct":{ + "type":"integer" + }, + "option":{ + "items":{ + "type":"string" + }, + "type":"array" + }, + "quiz":{ + "items":{ + "type":"string" + }, + "type":"array" + } + }, + "type":"object" + }, + "type":"array" + }, + "result_code":{ + "format":"color", + "type":"string" + }, + "result_msg":{ + "type":"string" + }, + "version":{ + "type":"string" + } + }, + "type":"object" + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/word_quiz/api.py b/toolbench/toolenv/tools/Text_Analysis/word_quiz/api.py new file mode 100644 index 0000000000000000000000000000000000000000..acf0912122fc1ef62891a8cd7be0a03a1590d6ec --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_quiz/api.py @@ -0,0 +1,33 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def type_1(level: int, area: str='sat', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Customized word association quiz for game and e-learning software." + level: Select the difficulty level of the test (1 - 10) + area: Select a test to generate quiz questions and answers (es, ms, hs, ksat, toeic, toefl, teps, sat, ielts, gre, gmat, overall) + + """ + url = f"https://twinword-word-association-quiz.p.rapidapi.com/type1/" + querystring = {'level': level, } + if area: + querystring['area'] = area + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "twinword-word-association-quiz.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/word_scramble.json b/toolbench/toolenv/tools/Text_Analysis/word_scramble.json new file mode 100644 index 0000000000000000000000000000000000000000..dba32fbabe3ee5007c8e87e587179c6925152c3b --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_scramble.json @@ -0,0 +1,37 @@ +{ + "tool_name":"Word Scramble", + "tool_description":"Scramble a given input word\n/scramble/{word}", + "title":"Word Scramble", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":2576, + "avgSuccessRate":100, + "popularityScore":8.8, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/deepbluesky/api/word-scramble/", + "host":"word-scramble.p.rapidapi.com", + "api_list":[ + { + "name":"scramble/{word}", + "url":"https://word-scramble.p.rapidapi.com/scramble/{word}", + "description":"Call scramble with {word} parameter", + "method":"GET", + "required_parameters":[ + { + "name":"word", + "type":"string", + "description":"", + "default":"TEST" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://word-scramble.p.rapidapi.com/scramble/{word}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"word-scramble.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/word_scramble/api.py b/toolbench/toolenv/tools/Text_Analysis/word_scramble/api.py new file mode 100644 index 0000000000000000000000000000000000000000..85198ab45b5f5a57ea9b256817a92fef0b6ee68b --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_scramble/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def scramble_word(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Call scramble with {word} parameter" + + """ + url = f"https://word-scramble.p.rapidapi.com/scramble/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-scramble.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/word_similarity_v2/api.py b/toolbench/toolenv/tools/Text_Analysis/word_similarity_v2/api.py new file mode 100644 index 0000000000000000000000000000000000000000..7106c861c63582e315ddf8b49f36dd7301cf98f9 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/word_similarity_v2/api.py @@ -0,0 +1,197 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def best_m(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The **Top** most similar words in the **Medical** context using an advanced technique. You don't need to enter the required number of similar words." + + """ + url = f"https://word-similarity.p.rapidapi.com/medical/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def top_10_m(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The top 10 most similar words in the **Medical** context" + + """ + url = f"https://word-similarity.p.rapidapi.com/medical/10/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def best_g(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The **Top** most similar words in the **General** context using an advanced technique. You don't need to enter the required number of similar words." + + """ + url = f"https://word-similarity.p.rapidapi.com/general/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def best_n(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The **Top** most similar words in the **News** context using an advanced technique. You don't need to enter the required number of similar words." + + """ + url = f"https://word-similarity.p.rapidapi.com/news/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def top_50_g(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The top 50 most similar words in the **General** context" + + """ + url = f"https://word-similarity.p.rapidapi.com/general/50/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def top_10_g(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The top 10 most similar words in the **General** context" + + """ + url = f"https://word-similarity.p.rapidapi.com/general/10/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def top_50_m(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The top 50 most similar words in the **Medical** context" + + """ + url = f"https://word-similarity.p.rapidapi.com/medical/50/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def top_10_n(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The top 10 most similar words in the **News** context" + + """ + url = f"https://word-similarity.p.rapidapi.com/news/10/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def top_50_n(word: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The top 50 most similar words in the **News** context" + + """ + url = f"https://word-similarity.p.rapidapi.com/news/50/{word}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "word-similarity.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/wordinfo.json b/toolbench/toolenv/tools/Text_Analysis/wordinfo.json new file mode 100644 index 0000000000000000000000000000000000000000..ed2fad087176268e12177367bc6f9c3b535332a0 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/wordinfo.json @@ -0,0 +1,24 @@ +{ + "tool_name":"wordinfo", + "tool_description":"word definition and related word in topic", + "title":"wordinfo", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/karenlouiserichardson4907/api/wordinfo/", + "host":"wordinfo.p.rapidapi.com", + "api_list":[ + { + "name":"default", + "url":"https://wordinfo.p.rapidapi.com/", + "description":"default endpoint", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://wordinfo.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"wordinfo.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/wordinfo/api.py b/toolbench/toolenv/tools/Text_Analysis/wordinfo/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a614fa997faacf4f8876500152c9a5ce0d29e433 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/wordinfo/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def default(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "default endpoint" + + """ + url = f"https://wordinfo.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "wordinfo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/youtube_comments_sentiment_analysis.json b/toolbench/toolenv/tools/Text_Analysis/youtube_comments_sentiment_analysis.json new file mode 100644 index 0000000000000000000000000000000000000000..ff9c7de659571b0e8618401fb7a9cddfaec0812a --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/youtube_comments_sentiment_analysis.json @@ -0,0 +1,37 @@ +{ + "tool_name":"Youtube Comments Sentiment Analysis", + "tool_description":"Analyse youtube comments sentiment. Just need to send the youtube video link and choose in what language is written the comments (supports English and Portuguese)", + "title":"Youtube Comments Sentiment Analysis", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/ravenapi/api/youtube-comments-sentiment-analysis/", + "host":"youtube-comments-sentiment-analysis.p.rapidapi.com", + "api_list":[ + { + "name":"Analyse sentiment from youtube comments", + "url":"https://youtube-comments-sentiment-analysis.p.rapidapi.com/analysis", + "description":"This endpoint will return a JSON with:\n- All comments and it's respective score and type (positive, negative or neutro)\n- Total comments\n- Total of positive comments\n- Total of negative comments\n- Total of neutros comments\n- Greatest positive score\n- Greatest negative score", + "method":"GET", + "required_parameters":[ + { + "name":"lang", + "type":"STRING", + "description":"", + "default":"pt" + }, + { + "name":"video", + "type":"STRING", + "description":"", + "default":"https://www.youtube.com/watch?v=5f_qrpODcrc" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://youtube-comments-sentiment-analysis.p.rapidapi.com/analysis\"\nquerystring = {\"lang\": lang, \"video\": video}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"youtube-comments-sentiment-analysis.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/youtube_comments_sentiment_analysis/api.py b/toolbench/toolenv/tools/Text_Analysis/youtube_comments_sentiment_analysis/api.py new file mode 100644 index 0000000000000000000000000000000000000000..20cd383fd22470db11be685f176d1e3b5b08da84 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/youtube_comments_sentiment_analysis/api.py @@ -0,0 +1,36 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def analyse_sentiment_from_youtube_comments(lang: str, video: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This endpoint will return a JSON with: + - All comments and it's respective score and type (positive, negative or neutro) + - Total comments + - Total of positive comments + - Total of negative comments + - Total of neutros comments + - Greatest positive score + - Greatest negative score" + + """ + url = f"https://youtube-comments-sentiment-analysis.p.rapidapi.com/analysis" + querystring = {'lang': lang, 'video': video, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "youtube-comments-sentiment-analysis.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/youtube_transcriber.json b/toolbench/toolenv/tools/Text_Analysis/youtube_transcriber.json new file mode 100644 index 0000000000000000000000000000000000000000..d00a86ca299879602f547b8097cf1b6d6ddfa22a --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/youtube_transcriber.json @@ -0,0 +1,55 @@ +{ + "tool_name": "Youtube Transcriber", + "tool_description": "Extract all words from any Youtube video into a string.", + "title": "Youtube Transcriber", + "pricing": "PAID", + "score": null, + "home_url": "https://rapidapi.com/healthytechguy/api/youtube-transcriber/", + "host": "youtube-transcriber.p.rapidapi.com", + "api_list": [ + { + "name": "Transcribe", + "url": "https://youtube-transcriber.p.rapidapi.com/transcribe", + "description": "Used to extract all text from the audio in a Youtube video.", + "method": "GET", + "required_parameters": [ + { + "name": "videoid", + "type": "STRING", + "description": "", + "default": "aWwWfuSj3Iw" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://youtube-transcriber.p.rapidapi.com/transcribe\"\nquerystring = {\"videoid\": videoid}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"youtube-transcriber.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Punctuate", + "url": "https://youtube-transcriber.p.rapidapi.com/punctuate", + "description": "Programatically add punctuation to text that has no punctuation.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://youtube-transcriber.p.rapidapi.com/punctuate\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"youtube-transcriber.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Punctuate", + "url": "https://youtube-transcriber.p.rapidapi.com/punctuate", + "description": "Programatically add punctuation to text that has no punctuation.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://youtube-transcriber.p.rapidapi.com/punctuate\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"youtube-transcriber.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://youtube-transcriber.p.rapidapi.com/punctuate\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"youtube-transcriber.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/youtube_transcriber/api.py b/toolbench/toolenv/tools/Text_Analysis/youtube_transcriber/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2abcd528b85a3a5aff38ba18940a40a6c65913c4 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/youtube_transcriber/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def transcribe(videoid: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Used to extract all text from the audio in a Youtube video." + + """ + url = f"https://youtube-transcriber.p.rapidapi.com/transcribe" + querystring = {'videoid': videoid, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "youtube-transcriber.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Text_Analysis/youtube_transcript_multilanguage.json b/toolbench/toolenv/tools/Text_Analysis/youtube_transcript_multilanguage.json new file mode 100644 index 0000000000000000000000000000000000000000..46898b41e67686a1da2cd5cd9603bbca314446b6 --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/youtube_transcript_multilanguage.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_e10a74a8-bf09-4041-a915-7a605f0064c9", + "tool_description": "Get a YouTube video subtitles transcript in its available languages. Use any compatible YouTube URL.", + "home_url": "https://rapidapi.com/technocortexai-technocortexai-default/api/youtube-transcript-multilanguage/", + "name": "YouTube Transcript Multilanguage", + "title": "YouTube Transcript Multilanguage", + "pricing": "FREEMIUM", + "tool_name": "YouTube Transcript Multilanguage", + "score": { + "avgServiceLevel": 100, + "avgLatency": 3751, + "avgSuccessRate": 100, + "popularityScore": 8.7, + "__typename": "Score" + }, + "host": "youtube-transcript-multilanguage.p.rapidapi.com", + "api_list": [ + { + "name": "YouTube Transcript Multilanguage", + "url": "https://youtube-transcript-multilanguage.p.rapidapi.com/", + "description": "YouTube Transcript Multilanguage", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://youtube-transcript-multilanguage.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"youtube-transcript-multilanguage.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://youtube-transcript-multilanguage.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"youtube-transcript-multilanguage.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Text_Analysis/zero_shot_ner.json b/toolbench/toolenv/tools/Text_Analysis/zero_shot_ner.json new file mode 100644 index 0000000000000000000000000000000000000000..d6d71cce76de3eb157d904ef9fdda2cacbadef7e --- /dev/null +++ b/toolbench/toolenv/tools/Text_Analysis/zero_shot_ner.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_a5743a73-ed35-44c9-a26e-9ad72a2178d4", + "tool_description": "Multi-domain NER system to recognize and classify biomedical entities according to your custom classification", + "home_url": "https://rapidapi.com/knowledgator-knowledgator-default/api/zero-shot-ner/", + "name": "zero-shot NER", + "title": "zero-shot NER", + "pricing": "FREEMIUM", + "tool_name": "zero-shot NER", + "score": { + "avgServiceLevel": 92, + "avgLatency": 1569, + "avgSuccessRate": 91, + "popularityScore": 9.2, + "__typename": "Score" + }, + "host": "zero-shot-ner.p.rapidapi.com", + "api_list": [ + { + "name": "predict", + "url": "https://zero-shot-ner.p.rapidapi.com/predict", + "description": "predict", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://zero-shot-ner.p.rapidapi.com/predict\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"zero-shot-ner.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://zero-shot-ner.p.rapidapi.com/predict\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"zero-shot-ner.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Tools/0_1_url_shortner/api.py b/toolbench/toolenv/tools/Tools/0_1_url_shortner/api.py new file mode 100644 index 0000000000000000000000000000000000000000..133be077b8f94ece6478cd85245861416143342f --- /dev/null +++ b/toolbench/toolenv/tools/Tools/0_1_url_shortner/api.py @@ -0,0 +1,33 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def url_shortner(url: str, signature: str='c808b5e03a', action: str='shorturl', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "URL Shortner" + + """ + url = f"https://0-1-url-shortner.p.rapidapi.com/yourls-api.php" + querystring = {'url': url, } + if signature: + querystring['signature'] = signature + if action: + querystring['action'] = action + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "0-1-url-shortner.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Tools/3d_services/api.py b/toolbench/toolenv/tools/Tools/3d_services/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2b917e50b3e7bd8992a32f7164b499b7f0e0bddd --- /dev/null +++ b/toolbench/toolenv/tools/Tools/3d_services/api.py @@ -0,0 +1,74 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def thumbnail(url: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + url: A string containing an url of a '.glb' file + + """ + url = f"https://3d-services.p.rapidapi.com/thumbnail" + querystring = {'url': url, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "3d-services.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def version(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://3d-services.p.rapidapi.com/api/version" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "3d-services.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def blender_project(mode: str, url: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "(Warnig - in zip mode the return of this api is a large file (~20MB)) similar to executing blender --background ./main.blend --python ./script.py. The zip in parameter should be composed of a main.blend file and a script.py. see example here https://files.aptero.co/api/public/dl/CJTvv0V7?inline=true" + mode: output mode of the query (zip or img) + url: A string containing an url of a '.zip' file of the project + + """ + url = f"https://3d-services.p.rapidapi.com/blender/project/{mode}" + querystring = {'url': url, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "3d-services.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Tools/acrosuite_cipher/api.py b/toolbench/toolenv/tools/Tools/acrosuite_cipher/api.py new file mode 100644 index 0000000000000000000000000000000000000000..5879e71884103a74682f8428a5393e479b9951b7 --- /dev/null +++ b/toolbench/toolenv/tools/Tools/acrosuite_cipher/api.py @@ -0,0 +1,36 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def generate_rsa_key(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Generate Public and Private key pair of RSA. + **RSA公開と秘密鍵**を生成するAPIです。 +
Test
Test
Test
\ufffd\ufffd@\r ~>\ufffd\u0019\ufffd<\u001a~@\ufffd\u04f5#t\ufffd?OZ\u0000\ufffdg<\ufffd\u0015\ufffd\u007f\u0005<\u000f\ufffd\ufffdb\ufffd\ufffd\ufffdx\ufffdo\u0014\ufffd}\u00d8a\ufffd\ufffd\u017d}1\ufffdk\ufffd<\u0013\ufffd\u007f\ufffdC\ufffd\u001b{V\u0004\u06ef\ufffdf\ufffd\ufffd\u0007o\ufffd\ufffd~5\ufffd.\ufffd\ufffd\t\u001e7}\ufffd0\ufffd\u0004v\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdA\u001d;\ufffd\u001d\ufffd\ufffd\ufffd\ufffd\"z\ufffd\u001a<\ufffd\ufffdgu\ufffd\ufffd\ufffdc\ufffd\u0017eB\u0013cn\u0003H\ufffd\ufffd\ufffdP\u007fRk\ufffd\u0196#\ufffd\ufffd\u0001\ufffd\u0014\f\ufffd\ufffdQ\u0007\ufffd\ufffd\ufffd\u0005\ufffd\ufffdz\u000f\ufffd\ufffdm\ufffd\u0001#(\ufffdV\u001f\ufffd\ufffd\ufffd\u04b9_\ufffdZ\ufffd\u0399\ufffd-Q4\ufffd[V\u0565]&\ufffd\u0017\ufffd\ufffd\ufffdb>\ufffd[\ufffd\ufffd\ufffd\ufffdg\ufffd\ufffd\ufffd>Tx\ufffd\ufffd5]O\ufffd\ufffdI\ufffd\ufffd\u001b\ufffd\ufffd\ufffd\ufffdLp\ufffd'\ufffd\ufffdc\ufffd\f\ufffd\ufffd\ufffdA\ufffd\ufffdF\u0007\u0000\u0013^\ufffd\ufffd\u000e\ufffd\u001e\u001c\ufffdXm,V\ufffd\nn\ufffdP3\ufffd\ufffd\ufffd\ufffd\ufffdp)<3\ufffdo\u0003\ufffdn\ufffdG\ufffd\u0001\ufffd\u1998\u000ef\ufffd\ufffd\ufffd\ufffd\u04e0\ufffd\u0000U\ufffd\ufffd-\u0704\f-\ufffd\ufffd\ufffd<\ufffd\ufffd\u007f!\ufffd~&\ufffdr\ufffd\ufffdt\ufffd,v;kW\ufffd\u0010.\n**\ufffd\ufffd\ufffd\ufffdzU+\u026d\r\ufffd[\u0018\ufffdHG\ufffd\ufffdF\n?\u0003\ufffd\ufffdX\ufffd)$\ufffd8\ufffd\ufffd\ufffd\ufffdd\u0016\ufffd\ufffd\ufffd\ufffd\ufffd\u0000>\ufffd\ufffd[\ufffdX\ufffd\ufffdY\ufffd\ufffd?\ufffd?\ufffd\ufffd'\ufffd\ufffd\ufffd\u0005\ufffd\ufffd]9*\ufffd\u0016\ufffd\u0017\ufffd\ueba3\ufffd\u007f/j\ufffd\ufffd\ufffd\ufffd|\u001d\"x{\u0156\ufffdR\ufffd\ufffd\ufffd|\ufffd\ufffd$\ufffd\u007f\ufffd\u0013u\u0018\ufffdE{%\ufffd`\ufffd\ufffd?+(\ufffd\ufffd\ufffd\ufffd\u001c\u001f\ufffd\\~Ub\ufffdA\ufffd\ufffd,\ufffd\ufffd\ufffd\ufffd\\D\u00d0x'\u0441\ufffd}\ufffd.R\ufffdm%\ufffd\u000f\ufffd\ufffd\ufffdCK[\u001b\ufffd\ufffd-2l-\ufffd\ufffd\ufffd-\ufffd\u074eR;\ufffd\u0000u\ufffd7C\ufffd\ufffd\ufffd\u001f`VVV@\ufffdF\n\ufffd\ufffd\ufffd\ufffdV/\ufffd\ufffd\ufffd\u03a8~\u05e3\u0786\ufffd\u0004\ufffd\u000e\u000fv\ufffd\ufffd\u000fq\ufffdu\ufffd\u04349e\ufffd=\ufffd\u0306i\ufffd\u0000\ufffd3u\ufffd#\ufffdX\ufffd\u0000\ufffd>\ufffd{\ufffd{\ufffdM's\ufffd\ufffd7\u0017\ufffd\ufffd\ufffdu0u\ufffd:Kv\t\ufffd\ufffdls\f\ufffd\ufffd\u007f\t\ufffd#\ufffd\u0015\ufffd\ufffdh\ufffd\ufffd\ufffd\ufffd}cuo\u001d\ufffd\u0012\ufffdU\ufffde]\b\ufffdH\ufffd\ufffd\u053c\ufffd-\u0014\ufffd\ufffd\u0019\u0007\ufffd=\u000f\ufffd\ufffd\u0015\ufffdK\u000bi\ufffdj\u001b\ufffd\u0018\ufffd\ufffdG?\ufffdNJ\ufffd\ufffdp\ufffd\ufffdl\ufffd\u03bf\ufffd\u001f\u0007\ufffd~\u0015x\ufffd\ufffdD\ufffdx~\ufffd\u0274\ufffd\ufffd1\ufffd\ufffdS\ufffd\ufffd\u0001\ufffd\ufffd\u001e\ufffd\ufffd3<\ufffd\ufffd\u001a\ufffd*\ufffd\ufffd\ufffd\ufffd;\ufffd>\u001e\ufffd4[\ufffd\u0004\ufffdJ\ufffd.\u07fc;\ufffdS\u0641\ufffd\u000f\ufffd\ufffd\ufffd\ufffd/\u001ax>\ufffd\ufffd\ufffd&\ufffd\ufffdo\ufffd\ufffd \ufffd\ufffd`M\u0019\ufffd$\u001e\ufffd~G#\ufffd{\u0018z\ufffd\ufffd6{\ufffd\ufffd\ufffdQ\ufffdR\ufffd\u0658\\\ufffd\u001f\ufffdz\ufffd\u06e7\ufffdi\ufffdr\u000e1HA\u0007\ufffds]g \ufffd\ufffdJ:{t\u0006\ufffd\ufffd\ufffd\u058e\ufffd\u0000Z\u0000q\ufffd3\ufffd7\ufffd\ufffd\ufffd\ufffd\u0014d\ufffd\ufffd@\n1\ufffd\ufffd=\ufffdO\ufffdH\u000f\ufffd\u001d\ufffd\u0000c\ufffd{\u001e\ufffd\f\u0001\ufffd<\u001e\ufffd\u001c\ufffd\u0007\u0003\ufffd)\u0007\ufffd;\ufffdt\ufffd\ufffdh\u0001y\ufffd\ufffd\ufffd\u0000\ufffd\ufffdt\ufffd\ufffdGJN\ufffd\u0014\u0000\ufffd\ufffd\ufffd\ufffdG\ufffd\u0014\ufffd\ufffd\ufffdS\ufffd\ufffd3@\u000b\ufffd\u0001\ufffd\ufffd\ufffd\ufffd\u0005(\ufffd\ufffd\u078fOZ\u0000:c\ufffd4\ufffd\ufffdu\u0014\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd@\b\u000e=\ufffdA>\ufffdE\u0019\ufffd\ufffd\ufffdt\ufffdt\ufffd\u0003\u0010\ufffd>\u01f5'L\u000fz\\`\ufffd\u001f\ufffd4\ufffd'\ufffd\ufffd\f\ufffd\u001c\ufffdi\u01ccu4\ufffd2i\f\ufffd\ufffd\ufffd\ufffdc\ufffd\ufffdJN\u000f\u001d)3\ufffd:{\ufffd\u0012 \ufffd\u0018\ufffd\ufffd\ufffd\ufffdR\ufffdzQ\ufffd\u0580\u0013\u0018\ufffd\udb40\udfe9\u001d\ufffd\u001d>\ufffd\ufffd4t8\ufffd\u0781\ufffd\u0007\u0018\ufffd\ufffd\ufffd#\ufffd}\ufffd\ufffd\ufffd\u048fn\ufffd\u0581\u0007\ufffd\ufffd\ufffd\u001c\ufffd\u0593$b\ufffd\ufffd@\u0000?\ufffd\u0003\ufffd\u007f:C\u06cc\ufffd\u001f\u02fd\u0003\u001d\ufffd\ufffd\ufffdN\ufffd\u0590\u000eG\ufffd\ufffd)}};\ufffd\u0002\ufffd\ufffd\u0000]&?/Z\u0007\u0018\ufffd\ufffd\ufffd\ufffd\ufffd\u0006\ufffd\ufffd{R\u0010G\u001f\ufffd8\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd!\ufffd\u04f5\r\ufffdd\u001e)O\u001dG\u05938\ufffd\ufffd\ufffd\ufffd\u0004$\ufffd\ufffd\rFN8\ufffd\ufffdO#\u001e\ufffdZ\ufffd\ufffd\ufffdq@\b[\u0007\u0019\ufffd(\u0007\ufffd\ufffd\ufffd\u0001\ufffdQ\ufffd\ufffd*kH$\ufffd\ufffd\ufffd\b\ufffd\ufffd$`\ufffd=\ufffd\ufffd\ufffd\u018fe\ufffd\u0019\ufffd\ufffdo-\ufffd;\ufffd\u0000\ufffd\ufffd\ufffdj\ufffd\u001b\u0090}\ufffdXGnc\ufffd\ufffdz\u00178\ufffd\u007f\u0001\ufffdy\ufffd\ufffdm#\ufffd4H\ufffdG\ufffd\n\ufffd\ufffd\ufffd\u000f\ufffdM{\u0017\ufffd\ufffd\r\ufffdv\u047f\ufffd8g>\ufffdNO\ufffdW\ufffd\ufffd\ufffd\ufffd.S\ufffd0\ufffd\ufffd*(\ufffd\ufffd.\ufffd&\ufffdH\ufffd\ufffd\n\f\ufffdNO\ufffd\u0015\ufffd\\[7\ufffd>'\u01a4n\ufffd\ufffd-\ufffd@;\u001b\ufffd\ufffd\ufffd\ufffd.kW\ufffd7\u0001\ufffd/\ufffdc\ufffd \u0013\ufffd\ufffd\ufffdS\ufffd\u0016C\ufffd\ufffdn\ufffd\u00199\ufffdR\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u007fC\\\ufffd\u07b1\ufffd\u05f3r}\ufffd\ufffd\ufffd\ufffdt\ufffd|\ufffd\ufffd\ufffdX\ufffd\ufffd>e\ufffdNG7\u0012\ufffd\ufffd\ufffdI?\ufffd\n\ufffd\ufffd\ufffd:;-/Q\ufffdQ\ufffd\"\ufffd@=0\ufffd\ufffd,\u001aaY\ufffdm\ufffd\ufffd\u0578\ufffd\u0000\ufffd\ufffd\ufffd84\ufffd\ufffd\u0015\ufffdWFRi+\ufffdv:\ufffd\u0005\ufffd\ufffd`\fU\ufffdW1\ufffdF\u0018\f0\ufffd#\ufffdJ\u0017\u001d\u0005d\ufffd5rl\ufffd$F9\ufffd\ufffd\ufffdB\ufffd?\ufffd'\r\ufffd\u0000\ufffd\ufffd\u0737\ufffdy\ufffd9\ufffd\u007fJ\ufffd\ufffd\ufffd\u001b\ufffdfq\ufffd3\ufffd\ufffd\ufffd\ufffd\u007f\ufffd\u0015o\u00d8\ufffd^H\ufffd\u0013g\ufffd\ufffdq\ufffd\ufffdj\ufffd\ufffd\ufffd\ufffdR{\ufffd\u00f5O\f\u016fi2\ufffd)h\ufffd\u0010\ufffd\u029c \u0013\ufffd\ufffdm\u0016\u001e;\ufffd\ufffd0ArW\ufffdCF\u020ey\ufffd`\u000e\u000e\ufffd8\ufffd\u0234\ufffd\ufffd\ufffdl\u001f\ufffd\u001e\u0019z\ufffd+\ufffd\ufffd\ufffd\bM\ufffd\u000b\ufffd\u0017\ufffd3\ufffd\u001f\ufffdU\ufffd\ufffdK[\ufffdE\ufffd\ufffd\u06c8kk\ufffd6\ufffdo\ufffd\ufffdl\ufffdA\ufffd\ufffdL\u001c\u0011\\\ufffd\ufffd\ufffds\ufffd\ufffd\\\ufffd x\ufffdG\ufffd\u045e\ufffdO\ufffd\ufffdq\r<=GN_\ufffd\ufffd\ufffd\ufffd\ufffdv\ufffd\ufffd\ufffd<\u001b\ufffd\ufffd\ufffd\ufffd\ufffd\u06bbc\u02c5f\ufffd8\ufffd\u0010\u0018c\u0003\ufffd\ufffd\u001d\ufffdNtt/\u001d\ufffdv\ufffd\ufffd\ufffd\ufffd$\ufffd\ufffdQ\ufffd\ufffd\ufffd\ufffd\ufffdQ\ufffd\ufffd\u07f7\ufffdP~\ufffdWZ\ufffdE$\ufffdD\u0473\ufffd\ufffd\u0003o^\ufffd\ufffd\ufffd\u04de+gK\ufffd\ufffde\ufffdk\ufffd?\ufffdO%\ud8c5\udf99$\ufffd\ufffd\ufffd8\ufffd\r|\ufffdx\u05a6\ufffdV>\ufffd\n\ufffd\u05fc\ufffd\ufffd\ufffd\ufffd\ufffd^2\ufffd\ufffdF\ufffdo\ufffd\ufffd\ufffdv\ufffd\ufffd~C\ufffd\ufffd\ufffd?\ufffdk\ufffdj\ufffd-\ufffd\u0018\ue111\u0000G#\ufffd\u0006\u000eF3\u03ffl\ufffd\u0015\ufffdv\u001f\u0013d\u0011\ufffd\ufffd\ufffd\ufffd\ufffdLO\ufffdz\ufffd\ufffd\ufffd\u001f\ufffd\u0017\u007f\u0015\u0014\ufffd+vX2\ufffd\u000e=\u000e~\ufffd\ufffdq\u04bc\ufffd\ufffd\ufffd\u07a7e:P\ufffd\ufffdS\ufffd\ufffd{J\ufffd\u0019\"\ufffd\u001a_\ufffd\u0002H\u0019\ufffd)\ufffd8\fHl\ufffd\u007f<\ufffd[\ufffd\u0007\ufffd\ufffd\ufffdv\ufffd\ufffdU\ufffd\ufffdV\ufffd5-\ufffd\ufffd\t0\ufffd\u0015\ufffd \ufffd\ufffd8\ufffdb\ufffd6\ufffd\ufffd\ufffd\u06fa`\ufffd\ufffd\ufffd\u0015\ufffd$\ufffd\ufffd9\ufffdF9\ufffd+\ufffd\ufffdu\rsDm\ufffdu\ufffd\ufffd\ufffd\ufffd\ufffd;\ufffd\ufffd\u0015\ufffd\ufffd~?\ufffd\ufffdm\ufffd]<\ufffd\u01c3<+\ufffd\u007f\u0011\ufffd~\ufffd\ufffd\ufffd&\ufffd\u001d.\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u001f\u0011\ufffd4\ufffd\ufffd\u001el\u0000\u07be\ufffd\ufffd\ufffd\u0003\ufffd\ufffdE\u0018\ufffd\ufffd\u001d\ufffd\u000f\ufffd\u05e7OC\ufffd~\ufffd8\ufffd\ufffdv:\ufffd\u000b\ufffd\u0007T\ufffdt=6H3\ufffd\ufffd\ufffdko\ufffd\u000b/\ufffd7\u0019\u001d\ufffd\ufffd^~+\tC\u0010\ufffd\ufffd\ufffdpX\ufffdN\u0015\ufffd]Q\ufffd6\ufffd\ufffdD[X\ufffd\ufffd7@\u0012\u0001Bd\r\ufffd\u001fZ\ufffd> \ufffd\ufffd\ufffd\ufffd\ufffdH4\ufffdL\ufffd \u0005\ufffdf#\u001e\u00dc\ufffd\u035a\ufffd\ufffdt\ufffd0\ufffd:\ufffd1\u0010?\ufffdF\ufffd\ufffd?\ufffd\u0011\ufffd\ufffd\"\ufffd\r_\ufffd\u06a6\ufffd\ufffd,<\u0214\ufffd\ufffd\u0490\ufffd\u001f\ufffdd\ufffd9\ufffd\ufffd\u001a9\u000e\u001b\ufffd\ufffd\ufffd\ufffd\ufffd#\ufffd1Q\ufffd,]\ufffd\ufffd_\u0011\ufffd:\ufffd\ufffd\u01339\u057cF\u05b0\ufffd%cyH$\u001c\ufffd\u001fx\ufffdU\u7dfe2Fr\ufffdMsrI\ufffd\ufffd\ufffd\u0014\ufffd\u00003\ufffd\ufffd\u0011\ufffdf\ufffd\ufffd\ufffd331\ufffd\ufffd\ufffdO\ufffd\u05ac\ufffd\ufffd\ufffd@X\ufffd\ufffd\ufffd\ufffd8Z4#\ufffd\u0014\ufffd\ufffd\u061cv'\u0015>i\ufffd\u07db\ufffdwI\ufffd\ufffd^)\ufffd\ufffd4-=1%\ufffd\ufffdE\u0014p\ufffd,\ufffd\ufffd\u0001\ufffd\ufffdM~\ufffd\ufffd\ufffd\ufffd.\ufffd\ufffd\ufffd\u0000\u0647M\ufffd\ufffdh\ufffd\ufffd\ufffd\ufffd4\ufffd\ufffd\ufffdT\ufffdm\u0003-\ufffdI=\ufffd<\ufffd\ufffd{\ufffd\t\ufffd\ufffd\u001bx\ufffd\ufffd\ufffd\ufffd;/\u001c\ufffd:D\ufffdi:#\ufffd\ufffdgN$\ufffdgh\u70ceO\ufffd\u0004}+\ufffd\u007f\ufffd\u007f\ufffd\ufffd|0\ufffd\ufffd\ufffdn\ufffd\ufffdBvE\"\ufffdP9\u0000\ufffdF:\ufffd\ufffd\ufffd=q_5\ufffd\ufffd\ufffd\ufffdB\ufffd~\u03af\ufffd}\u007f\f\ufffd\ufffdp\u04ebU\ufffd\ufffdE\ufffd\ufffd\ufffdG\ufffd/\ufffd?\u0007\ufffd\u9df3\ufffd\u001d\ufffd\ufffd\b\ufffd\ufffdf\ufffdju\ufffd\ufffd\ufffd5\ufffd\u05f6\ufffdX\u0719\ufffd\b\\\ufffd\ufffd\u0015\ufffdg\ufffd\ufffd\ufffdn\ufffd}R\ufffd\ufffd\u001d\ufffd\u0006\ufffd\ufffd\u001a\ufffd\ufffd\ufffd\u0013\ufffd\ufffd{\ufffd\ufffd|M\ufffdM\ufffd\\\ufffdgs\u0013\u0000;=z\ufffd,Tq\u0014\ufffd \u02235\ufffdS\ufffd\u000bY9?\ufffd\ufffd\ufffd_\ufffd\ufffd\ufffd\ufffd\ufffdJ\ufffd\u0017\ufffdO\ufffd\ufffd\u000f\ufffdt\u000f\ufffd*\ufffd\ufffd\ufffd\bJ\u001fB\ufffd\ufffd\ufffdn\ufffd\ufffd\t\ufffd\ufffd\u0011\ufffd\ufffd\u0001\ufffd\ufffd8?\ufffdv\ufffd\u001c\ufffd\u0000\ufffd\ufffd\ufffd\ufffd\u0019\u000e\ufffd\ufffd-i\u0003a\u0004y\ufffd \ufffd\ufffdG\ufffd~\ufffd\ufffd\ufffd|}\ufffd/0\ufffd\u04f0\ufffd\u0000nU\u001f\ufffdM!\ufffd\ufffd\ufffd\ufffd<>?\ufffdS\ufffd\u0000\ufffd5\ufffd\u000e\u001f\ufffdE\ufffdA\ufffd\ufffd\u0000\ufffdO\ufffd\ufffdx\ufffd\ufffdbSU+\ufffd\ufffd(\ufffd\u0000\ufffd?[t?\ufffd9\ufffd\ufffd\u001aTB4\ufffd\ufffd\ufffdL`\f\ufffd\ufffd>p:\ufffd\ufffd\ufffd\\7\ufffdK\ufffd\u0000\u0005\u054f\ufffd\ufffd\ufffd\ufffd\ufffd\u0013\ufffd\u001f\u0004\ufffd\u0000\ufffd\ufffdJ\ufffd\ufffdx_K\u053c\ufffd\ufffd\ufffd\u0014\ufffd:\ufffda_\ufffdG\ufffdD\ufffd\ufffdx~1\ufffd\ufffd\ufffd\u0000\ufffd4\ufffd\ufffdl\ufffd\ufffd@\u0018\ufffd\ufffd?\ufffdMkS&\ufffdR\ufffd\ufffd(\ufffd?4p`\ufffd\ufffd\ufffd\u0003\u0017\u001cU\u0017\u0005R;7\u000e\ufffd\u07d3>\ufffd_\ufffd\u0003\ufffd&\ufffd(k\ufffd7Y\ufffd\ufffd\ufffdsm\u0014\ufffd\u001c\ufffd\ufffd\ufffd\u001f\ufffd'\ufffdz\ufffd\ufffd\ufffd'\ufffdd\ufffd\ufffd\ufffd\u0017\ufffd\ufffdt\ufffd/\\\ufffdGq_\u0012\ufffd\ufffd\ufffd68\ufffdE\ufffdy\ufffd\tA\ufffd\ufffd\ufffdA\ufffd\u000b\u00d2`M\u0015\ufffd^\ufffd\ufffd ~F\ufffd\ufffd\ufffd\u0012KNe\ufffd\ufffd\ufffd\u0018o\u001b\ufffd\ufffdO\ufffd\ufffdS\ufffd\ufffd\ufffd\ufffd$~\ufffd\ufffd<\ufffd\ufffd\ufffdg\ufffd\u0013F\ufffd\u0017\u011d\u000eW\ufffd\ufffdG\ufffd\ufffd\u001cr\u001f\ufffd\ufffd\ufffd&\u04de?\ufffdJ\ufffdO\u0003\ufffdpC\ufffd\ufffd\u0013\ufffdQ\ufffdYq\ufffd\u001b\ufffd\u0018\u06d1\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd~\u0015\ufffd .\ufffd\ufffdO\ufffd\ufffd\u0005?R+\ufffd\ufffdw\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdJ\ufffdA\ufffd\u0000Wa\ufffd\ufffd\ufffdy\ufffd\nd\ufffd}\b\ufffd\ufffd3\u0011\u00b2J\ufffd\ufffd}\ufffd\ufffd\ufffd\u0000\ufffd}f]\ufffd}\u001a\ufffd\u0019\ufffd\u04fd9_\ufffd\u0000%\ufffd\ufffd\u0000$~\ufffd| \ufffd\ufffd\ufffd\ufffdO\ufffd\ufffd\ufffd2IS\ufffd\ufffd\ufffd8\ufffd2\ufffd\u05c2?\fW\ufffd^\u0006\ufffd\u0005\ufffd\ufffdL\ufffd2\ufffd:\u0010\ufffdw`\ufffd;c\ufffd\u0010\u000f\ufffdOQ\ufffdw\ufffdg\ufffd\u000b\u001f\ufffdJ|/\ufffd\ufffd\ufffd\ufffd\u001e\u001f\u043cYj\ufffd\u0012\u001b\ufffd/\ufffd\ufffd\u0015\ufffd'l\ufffdmPq\u0723W\u073f\ufffd/\ufffd\u0017#\ufffd9\ufffd\ufffd\ufffd\ufffd?\u0013\ufffd5?\u0003\ufffd\u0012\ufffd\ufffd\ufffd\ufffd_j\ufffd\ufffd\u0000\u0000O\u0018.\ufffd\ufffd\ufffd\"\ufffdc\u04b8\ufffd\ufffd1\ufffd/\ufffd:wZ\ufffd\ufffd~ec\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\\\ufffd\ufffd\ufffd\u0757\ufffd\ufffd\ufffdM\ufffd~\ufffdP\ufffd\ufffd\u03cc>\u001a\ufffd\u0007\ufffd/\u001c\ufffdh\u001a\ufffd\u0369\u0016\ufffd\ufffd\u000eC\ufffd\ufffd\u0018\u001c\ufffd\ufffdv\u00189\u0007\u00195\ufffd\u001f\ufffd?\u0010\u007f\ufffdW~\u0006\ufffd\u06b4\u007f\ufffdR\ufffd\ufffd\u0010\ufffdv\ufffd\u07c4\ufffdi\ufffd\ufffd5\u001bX\ufffd;\ufffd\t\ufffd\u0003\ufffdL\f\ufffd\ufffd\ufffd\u001f\ufffdA\ufffdi\ufffd/\ufffdI\ufffdO\ufffd\ufffd:\ufffdu\ufffd;\ufffd\ufffd^h\u069cs\ufffd\u0004\f.S\ufffd\ufffd`\ufffd\u0001\u001f\ufffd[I\ufffdo\ufffd\ufffd&\ufffdb5\u0001\ufffdx\ufffd\ufffd\ufffd\ufffd\ufffd;\ufffd\ufffd\ufffd\u001c\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdX\ufffd\ufffdZr\ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffdy\ufffdu\ufffde\ufffd\ufffd^g\u6db9\ufffd\u0000\u0005o\ufffd\u0000\ufffd\ufffd~\ufffdZa\ufffd/\ufffd\ufffd\u000e^_h\"=\ufffd\u011a\u000f\ufffdt\ufffdkM)\u064d\u0163\ufffd\u0019\ufffde#\u049d\ufffd\ufffd\ufffd:O\ufffd\u0005\ufffdD\ufffd\ufffd\ufffd\u0000\u0004\ufffd7\u0004\ufffd\ufffd\ufffd\ufffdrG|\ufffdd*?\u000e+\ufffd\u000f\ufffd_\ufffd\u007f\ufffd\ufffd\u0016jg\ufffd\u001e\u0017[\ufffd\bk\ufffd1q\ufffdxR_\ufffd\ufffd[\ufffd\ufffdB\ufffdCq\ufffd\ufffd\ufffd\u0013\ufffd\ufffd\u001dG\ufffd\u07f5\u007f\ufffd\u0011\ufffd\ufffd\ufffde\ufffd\ufffd~&|(\ufffd\ufffd\ufffdeg\ufffd\ufffd\u007f\f\ufffdV\ufffdP\u0004\ufffd\u0000\u001d\u079cG\ufffd9\ufffdY3!\ufffd\ufffdZ\ufffd(\ufffdT,\ufffdJq]\ufffd+\ufffd\ufffd\u024c\ufffdC\u0013N\ufffd:8j\ufffd\ufffdJ\ufffd\ufffd$\ufffd\u0000\ufffd85\u0017\u4b9b\ufffdZ\ufffd_\ufffd\u001d\u0006\ufffd\ufffd?\ufffd\ufffd\u001d\ufffd<\ufffdA\ufffdF\ufffd\ufffd6\ufffdc\ufffd\u0000\u0001\ufffdW\ufffd^\ufffdo\ufffd\u001c]\ufffd_ZX\ufffd\ufffd?\ufffdg\ufffd#\ufffd\ufffd\u001a}\u0007W\ufffd\ufffdQ\ufffd\ufffd<\ufffd\ufffd\u0007\ufffd\u000f\ufffd\u0000\u0004?\ufffd\ufffd\ufffd\ufffd+\ufffd\u001b|\"\ufffd\ufffda\ufffd/\u000e\u01f9\ufffd\ufffdi\ufffdE%\ufffd\ufffd\ufffd1|\ufffd\u0007\ufffd\u0012\ufffd0r\ufffd_4\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd\u0012\ufffdc\u0172\ufffd\u000bR\ufffd\u048ay\ufffd\ufffd\ufffd\u0005\ufffd\ufffd\ufffd\u040c\ufffd\ufffd,H\\\u007f\u0011\u0000W\ufffda\ufffd\ufffdV*\ufffd\ufffd\ufffd\ufffd\u001c\ufffd\ufffd\u0017\ufffd\ufffd\ufffd\ufffd1\ufffd\ufffd\u0015\ufffdl\ufffd$\ufffd\u001a\ufffdS\ufffd\u0006\ufffd/7\u0017\ufffdG\ufffd\ufffd\ufffd\ufffd._\ufffd\u0013\ufffd\ufffdRG\u0017\ufffd|E\ufffd_\u000e\ufffd\u001c2\ufffd^\u0018\ufffd\ufffd>\ufffd\u000f0W\ufffdxK\ufffd\nE\ufffd\u0002\ufffd\ufffdQ\ufffd9\ufffdV\ufffdB'\u007f\ufffd\u001e\ufffd\u007f\ufffd6>\ufffdgT#\ufffd\ufffd_\ufffd\u059d\ufffd{\ufffdW\ufffd\ufffd\ufffd\ufffd\ufffd.\ufffd\u0002\ufffd\ufffd\ufffd\ufffde?\ufffd\u0012\ro\ufffd?\ufffd'\ufffd-:Q$\ufffd#\ufffd\ufffd\r\ufffd/,cl\ufffd\u0700\u000f\ufffdS,\u0016kI\ufffd\ufffd\ufffdT\ufffd\ufffd\ufffd\ufffd\u001c\ufffd\u0378#\u0011\ufffd\u04afK\ufffd3\ufffd\ufffd\ufffd\u0014\ufffd\u0000\u0013\ufffd\u0014\ufffd\ufffd\u015f\ufffd^0As\ufffd\u001f\ufffd\ufffd\u0006\ufffd\ufffde$\ufffd\ufffdxf\u0019\ufffd\u0000\ufffd\ufffd\ufffd\ufffd\u0000^\ufffd~\ufffd\u000b\ufffd\u001d.]\ufffdnI\ufffdT\ufffd\ufffd+\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0016\ufffd\ufffd%\ufffd\ufffdzk\u0220~\ufffd\ufffdYm\ufffd>\ufffd\ufffd\ufffd\u000f\ufffd_q~\ufffd?\u001c\ufffdj\ufffdwE\ufffdg\ufffd\ufffd\ufffd\ufffd\u0000\ufffd\ufffd\u0016\ufffd\u001ao\ufffd>1Zx=<9q\ufffd9\ufffdE\ufffd\u0016)\ufffd\ufffdwaZ \ufffd\ufffde<\ufffd\ufffdW\u001e&\ufffda\ufffd\ufffd5Zj\ufffdR\ufffd-\ufffd\ufffd\ufffd]\ufffd\ufffduU\ufffd\ufffdc\ufffd\ufffdf\ufffdgE\ufffd\ufffd\ufffdd\ufffd\ufffd\ufffd\ufffd!\ufffdx[\ufffd\ufffd#\ufffd\ufffd^\ud859\udc69(\\\ufffd\ufffd\ufffdE&{\u007f\u0012\ufffd\ufffd (e\ufffd\u0019\ufffd\ufffd\ufffd\ufffd\ufffd\u0302\ufffd\u0527\ufffd\ufffd\ufffd\ufffd\ufffdh\ufffdVS\u05ef\u0006\ufffd%kO\u069fC\ufffd\ufffd\u04e0Q\ufffd\u0013J\ufffd\ufffdD\u0018\u001a\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd^H\u001f\ufffd\ufffd\ufffdyz\u0019\u0003\ufffdk \ufffd\u000f,\u001e\ufffd|\u001e+'L\ufffd\ufffd\ufffds\ufffdWZP\u0005cr\ufffdX\u07cad\ufffdi\u0012\u0012\ufffd\u0000\u001d\ufffdQ\ufffd\ufffd\"\ufffdMrz\ufffd\ufffd\ufffd\ufffdcF\ufffd\u000fJKVi\u0018\\\ufffd\ufffd|F~h\ufffds\u007fz\ufffd\ufffd\u007f<\ufffd\ufffd\ufffd'\u07a0YI8\ufffd\ufffdwL\ufffdi\u0004\ufffd\ufffd\ufffdLZ =XRZ\ufffd|\ufffdG\\\u0513\ufffd1/\ufffd5b\ufffd<\ufffd3\ufffdZ-\ufffdz\ufffd\ufffdl yhGB\ufffd\ufffd\u0015\u0004\u0000\ufffd\ufffdv\ufffdN)\u0018\ufffdi\ufffd\ufffdM4\ufffda\u0018\ufffd\ufffdy\ufffd\ufffd@\ufffd\u001ai\ufffd\u000f\u0014\ufffd(\u00026\ufffd\u0011R\u001e\u00050\ufffd\ufffd\"6\u0018\ufffd\u0011R\u0011L\"\ufffd#4\u00da\ufffd\ufffda\ufffd!\ufffd\ufffd\ufffdi)\ufffd\ufffd\ufffdi:R\ufffd\ufffd\ufffdT@\ufffd)q\ufffd\u0014P\u0001\u078a:Q@\u0000\u2592\ufffd4\u0000\ufffdKM\ufffd\n\u00068R\ufffdJ)\u0000\ufffdv1M\u0007=i\u0080\u0016\ufffdH9\ufffd\u0006\ufffd\u0012-7\ufffd\ufffd\u0012\ufffd-\u0569\ufffdM\ufffd>\ufffdy\ufffd\u01294'8\ufffdxl\u001a\ufffdQ\ufffd%|N\ufffd\ufffdO)\ufffd\ufffd\ufffd\ufffd\u000b\u03d9\ufffdN\ufffd\u0007\ufffd\ufffd\ufffd\ufffd\u0000\ufffd\ufffd\ufffd\u0005h^\u0019~\ufffdlv\ufffd~\ufffd\ufffdqRKw\ufffd\ufffds4\fQ\ufffd\ufffd<\ufffdZ8%\ufffd\ufffdz=\u000f\ufffd}CO\ufffd\ufffd\ufffd\u4d7c\ufffd\ufffd\ufffd\ufffd#\ufffd \ufffd\ufffd\ufffd\"\ufffdU\ufffd\"\ufffd~\u001dFx\ufffd\u04df\u001e\ufffd\u0017\ufffd\ufffd\u0000\u0012\ufffd\ufffd\ufffd\ufffd.\ufffd\u0006\ufffd\ufffd\ufffdw$m\ufffd\ufffd\ufffd$\u001f0\ufffd^\ufffd\ufffd7\ufffd\u000f\ufffd\ufffdU\ufffdR\ufffd\ufffd\ufffdI\ufffd\ufffdi\ufffd\u0002\ufffdn%\ufffd\ufffd\ufffde\u0003\ufffd\ufffd\u000e\u000f\ufffd\ufffdL\u6ac6\ufffd%}\ufffd\ufffd\ufffd\ufffd ri?\ufffd\u001f\ufffd5\\8\ufffd=\ufffd\ufffd\ufffd\u001dOqTr\u0007L`g4t\ufffd(\u0007 \ufffd\u0019\ufffdA\ufffd\u0019\ufffd\u0003?\ufffd\ufffd\u001cq\ufffd\ufffd\ufffd\ufffdw\ufffd\u001d=\ufffd\u001a\u0006;\ufffd;Rs\ufffd;\ufffd\ufffdz?\ufffd\ufffd\u0006\ufffd\ufffd\ufffd\u0591\ufffd\u0227\ufffd\ufffd\u0000\ufffdFx\u001e\u07b4\u00013u\ufffd\ufffdM9\ufffd#\ufffd?oJg\u0003\ufffd\ufffdM1\u0000\ufffd>\ufffd\ufffd\ufffd(\ufffd;\ufffd\ufffd\ufffd\ufffd\f=\ufffd\ufffdP:{z\ufffd:{\u001e\ufffd\ufffd\u0681\u0006pFrh>\ufffd\ufffdx\ufffd\ufffd)\b\ufffd(\u0001A=\ufffd\ufffd\ufffd1\ufffd!\u001e\ufffd\ufffdf\ufffdx\ufffd\u0000\b\ufffd\u078e\ufffd\ufffd\u0593\ufffd\ufffd\ufffdt\ufffd\ufffd(\u0001\ufffdt\ufffd\ufffd\ufffdRw t\u001di\ufffd\u001d\ufffd\u001e\ufffd)\n\ufffd22h\u0001\ufffd\u000e\ufffdzv\ufffd'##4\ufffd,\ufffd\r\u060e\u0001\ufffd\ufffd\ufffdH\u0014\ufffd\ufffd\ufffd'\u04e5+\ufffdf\ufffd\ufffd\ufffd3\ufffdI\u001ad\ufffd\u008eI\ufffd\ufffd\b\u0007\ufffdZ\ufffd\ufffd\u02c9W\u0019-\ufffd8\ufffd\u0005\u0002\u0605\u0631$\ufffd\ufffd\ufffd\u04a4\ufffd\ufffd\ufffd\ufffd\ufffd;{x\ufffdY\ufffd`\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd/$g\ufffd\ufffd-\ufffd\ufffd\ufffd\ufffdJ\ufffd\n\ufffd\ufffd\ufffd\ufffd8\ufffd\ufffd\ufffd>\ufffd\ufffd\ufffd\u0000\ufffd\ufffdjd\ufffd*\u0011\ufffd\ufffd\ufffdl\ufffd'DK\ufffd\u0012X\ufffdoOa/\ufffd(mB\ufffd?\u58a7\ufffd\u0227\ufffd\ufffd\u0018\ufffd<\ufffdW\ufffd\u001e\r\ufffd\u015aM\ufffdl\ufffd\ufffd\ufffd\ufffdK\ufffd\ufffd|\ufffd?\ufffdx\u001f\ufffd\ufffd\ufffd\ufffdB$\ufffd&\ufffdl\ufffd\ufffd\ufffd\ufffd\ufffdt\ufffd\u001f\ufffd\ufffd\u00121\ufffd\u001a\ufffd\ufffd;h\ufffd\u0016\u0591\ufffd\ufffd7\ufffd\ufffd\ufffd\ufffdc\u001f\ufffd\ufffd\u0015\ufffd\ufffd\ufffd\ufffd\u0532\ufffd\ufffd\ufffdA\ufffdN\u0014u\ufffd_\ufffd\ufffd?\ufffd}\u001eM\u000f]\ufffd&l\u0140\ufffd\ufffd~\ufffd\ufffdk\ufffd\ufffd,\u0019<\u001fkrG\ufffds}p\ufffd\u007f\ufffd\b\ufffd\u9ff4\u05b3me\ufffd\ufffd,\ufffd\u05f72l\ufffd\ufffdeF>c\ufffd\ufffd\u000f\u01b9k+A/\ufffdo\b\ufffd \ufffdk\ufffd\ufffd$\ufffd\ufffd\b\u001f\ufffd\ufffdE=as\ufffdr\ufffd\ufffdg\ufffd\ufffd\ufffdB[\ufffdH\ufffdq\ufffd\ufffd\f\u05f4|*\ufffd:\ufffd\ufffd\ufffd\ufffdg\ufffd\ufffd\u000f*X\ufffd\ufffdP\u000f\ufffd\ufffdx\ufffdS\u0016\ufffdg\ufffd7\ufffd\ufffdk\ufffd\u007fg\ufffde`\ufffd\ufffd\ufffd\ufffd2 \ufffd\ufffd)\ubd0d\ufffdq\ufffd\ufffdk?\ufffd\ufffd\u07fcf\ufffd\ufffd\ufffdcH\u001ed\u0004\u0267\\a\ufffd~\ufffd}P\ufffd\ufffd\u000bw\ufffd^i\ufffd4\ufffdk}a\u0013\u0012\ufffd:\ufffd>t@z\ufffd\ufffd\u001e\ufffd\ufffd\ufffd}O\ufffd_\u000fZ\u000b2\ufffdC\ufffdF\ufffd!&\u0011\ufffd\ufffd\ufffd\ufffdq\ufffd\u000e\u007f?\ufffdx\ufffd\ufffd<\u0005>\ufffd\ufffd\u0717:|\ufffd\ufffd\ufffd_\ufffd\u001e\ufffd;\u001cV\nZ\ufffd\t\ufffd#\u001f\ufffdz\ufffd\ufffd\u000f\ufffd<}\u000e\ufffdu\ufffdi\ufffd&\ufffd\ufffd0\ufffdK\ufffdGuE\ufffd\ufffdY3\u0006\ufffdd\ufffd\ufffd\ufffd\u0000\ufffd\ufffd\ufffd\ufffd5\ufffdI#\u0005H5\ufffd\ufffdu\ufffd\ufffde4\ufffd\ufffd\ufffd+\ufffd|\ufffd\u000f\ufffd\ufffd\u0013\ufffd\ufffd\ufffd1?\ufffd\ufffd\ufffd\ufffd|Re\ufffd\ufffd\ufffd\u0004\ufffdRP]\ufffdG\u0000J\ufffdN?\ufffd3\ufffd;\ufffdl&\ufffd\ufffdrU\ufffd\ufffd\ufffds\ufffd\ufffdZ\ufffd\ufffds\u001e\u0018\ufffd\ufffd\b\ufffd4\ufffdB\u000b\ufffdy\u0006VHd\f?1]\u0000\ufffdp\ufffd\ufffdJ\ufffd{\u001eT\ufffd$\ufffd!\ufffd\ufffd\ufffd-\u001a\u066e/\ufffd\ufffd\ufffd\ufffdx2\ufffd\ufffdT~&\ufffd\ufffd\ufffd\ufffdM\ufffd\ufffd\ufffd^\ufffd\u700c\ufffd\ufffd\ufffdy2?\u0001\ufffd\ufffd\ufffd\ufffdh\ufffd\ufffdx\ufffdE\ufffd7\u0018du\ufffd#\ufffdT\u0010\ufffd\u0010F\ufffdH.\ufffd\ufffd\ufffd\ufffd c\ufffd&\ufffdB\ufffd\ufffd\u07b9r\ufffd\ufffd5+\u0018.\ufffdIc\ufffdd\u0012*\ufffd\u0019G\u0000\ufffd2\ufffd\ufffd}\ufffd#\u011e\u001d\ufffd\u05ccB=b\ufffd\ufffd\u0005\ufffd\ufffdx\ufffd\ufffdD\ufffd\ufffd\ufffd\u0739\ufffd3\ufffd\ufffd,\u0005s\u001e=\ufffd\ufffd\ufffd|>\u0427\ufffd5[\ufffd\ufffd\u0014\u0018T\u001f3\ufffd\u0755\u0017\ufffd\u001faCi-E\u0014\u073d\ufffd\u001f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u00b3j\ufffd\ufffd\u0642\ufffd\ufffd0\ufffdB\ufffd\ufffd\ufffd*\ufffd(\u0000\ufffd<\u0005\u0015\ufffd\ufffdA\ufffdG\u0119\ufffdM\ufffd\ufffd*{\ufffdj\ufffd\u001e\ufffd\ufffdF\ufffdb\ufffd\u0006\ufffd&;\ufffdl\ufffd\ufffd\ufffd\u000b\ufffdk\ufffd\ufffd\ufffd]\ufffd\ufffd\ufffdm*\u0017?b\ufffd\u0572\ufffd\ufffd\ufffd\ufffd'>\ufffd\u0007AX\ufffd\u001d\ufffd\u0011\u07bc\ufffd\ufffd\u0010s\ufffd\ufffd+\ufffdS\u05e7\u001eX\u065fG\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdikg\ufffd\ufffdb2\u0017(%\ufffd0=:\u0004\ufffdJ\u0019\ud17c\ufffd\ufffd1y\ufffd3\ufffd\u001c\ufffd\td\u0000\ufffd\ufffd3\ufffd\ufffd\ufffd\u001e\ufffd\ufffd~\u0015\ufffd\ufffd\ufffdd\ufffd\u001bq,\ufffd-\ufffd\ufffd\\\u0016\ufffd}+\ufffd.-m\ufffdO\ufffd\ufffd\u0002\ufffd\u0004\u0000J\ufffd\u001c\r\ufffdH\ufffd=\ufffd5\ufffd\ufffd\ufffd\ufffdu\u04f4ch\ufffd\u001e\ufffd||\ufffd$U\ufffd\ufffdb\ufffd\ufffd\u025c~X\ufffd\ufffd O\u0014jE\ufffd\ufffdS\ufffdr\u007fJ\ufffd\ufffd\f\ufffd\ufffd8g\ufffd\b\ufffd\t\u0014\ufffd6\ufffd\ufffdI\ufffd9\ufffd\u0011\ufffd\ufffdO\u0011[\ufffd\ufffd\ufffd\ufffd\ufffd\u000be\ufffd,\ufffdp\ufffd\ufffdq\ufffd\ufffd\ufffd\ufffd\u0015\ufffd\u01bc%\ufffd!\ufffd+s\ufffdu\ufffd\u001d>\ufffd\ufffd-\ufffd\ufffd\ufffd\u000b$\ufffd\ufffd\ufffd\ufffd@\ufffd\n+\ufffd\ufffd4x
\u001a\ufffdk-\ufffd\ufffd\ufffd&\ufffd\ufffdr\ufffd=j\ufffd\ufffd3\ufffdl\ufffd\ufffd]\ufffd4\ufffd\"\u0011
\ufffd'\ufffd.9\ufffd(<{Rt\ufffd\u0594\u0000I\u0000\ufffd\u00008\ufffd\ufffd\ufffdJ\u00068\ufffd\ufffd\b\ufffd\ufffd\ufffd\u001ct\ufffd(\u001a\u001c:}i\ufffd\ufffd})GLc\u00147l\ufffdR1[\ufffd\ufffd\u0007\ufffd5#\ufffd\ufffdu\ufffd\ufffdg\ufffd\u03edQ\"\ufffd\u7824
\ufffd\ufffd9\u0018\ufffd\ufffd\ufffd\u001c\ufffd\ufffdh\u001e\ufffd=h\u00011\ufffd\ufffd3\u05e5\u0000\ufffd\ufffd\u04fd\ufffd\ufffd\ufffd\u0012\ufffd\ufffdYX\u007fji\nn\ufffdP\ufffd\ufffd<\t\u0010\u001fu\ufffd\u001f\ufffdd\ufffdf\u0474\ufffdc\ufffd\ufffdc\ufffd~4\ufffd\u0000\u0018\ufffd\ufffdG*F0y\ufffd\f\ufffd\u0699\ufffdA1\ufffd\ufffd\ufffd\ufffd\u0019\ufffd\u03ed<\u007f\ufffd(#\ufffd\u0004\u000fZ\u0002\ufffdENx\u0014\u0758\ufffd\u05259\ufffd(\u0011\ufffd\ufffd\nW\u000b\u0011l\ufffdANU\ufffdZ\ufffd`\ufffd\u0597\ufffd\ufffd\ufffd(\ufffd\u0184\ufffdr\ufffd\"\ufffd\ufffdG\u0018\ufffd\ufffd\ufffd\ufffd\u0495\ufffd\u000eT\ufffd\ufffdb\\v4\ufffd!\ufffd#\u0018\ufffdR\u0005n\ufffdLg\ufffd(*1\ufffdiJ\ufffd\ufffdh \ufffd(\u00027\u001e\ufffd\u0713\ufffd\ufffd\u04df\u0698\ufffd\u0007\u0006\ufffd\rf\u0018\ufffdc\ufffd\u001aWc\ufffd\u001d\ufffd\ufffd\u0019\ufffd=\ufffd\u0001\t=3Ml\u007f\ufffd\ufffd\ufffd\u001f\ufffdA\ufffd\u0480\u0018\ufffd=i\ufffd\t>\ufffd#\u0000zz\ufffd\ufffd\bs\ufffd4\u0001\u0017\ufffd\ufffd5\u001c\ufffd\ufffd\u0553\u001e:\f\ufffdn\ufffdb\ufffd)\u02a3\ufffd\ufffd\u028c\ufffdj\u0128z\ufffd\ufffd\ufffd,\ufffdzP\u0004l9\ufffd?\u001ak\u000e\ufffd#\u000e\ufffd\u001b\u001e8\u0014\u0001\ufffd\ufffd\u0006\u007f\ufffdL\ufffd\ufffdP\ufffdq\u06a6A\ufffd\ufffdj\ufffd[\ufffd/\ufffd=A'\ufffdb\ufffdT\ufffd\u0491B\ufffd\ufffd\ufffd=FNM4\u000eq\ufffdz\ufffdJ\u0000r\ufffd\u001cT\ufffd\ufffd\u000eG4\ufffd\u001c\u050a\r\u0000\u0000\u0012pE<-\"\ufffd;\ufffd4\ud84e\udc20\u0004\n:\n\\s\u0225\u0000\ufffd\u0485\u0000b\ufffd\u0010.9\u0002\ufffd\u0004\ufffd\ufffd\u06de\u0521y\ufffd\u0013\u001e\ufffd\ufffd\u0000z\nU^zS\ufffdg\u0000\ufffdT\u0000\ufffd\ufffd\ufffd\ufffdOLP\ufffd\u049c\ufffd\ufffd\u007f:\u0000\u0015@\ufffdd\u000e\ufffd\ufffd.\u045f\u0097\u0006\ufffd\u0000\ufffd\ufffdOU>\ufffd\ufffd1\ufffd\ufffd\ufffdv9\ufffd\u0005P=\r=A\ufffd@\ufffd\nOjp\u0019\ufffdP\u0003\ufffdv\ufffd\ufffdOU\ufffd\ufffdR*\u0508\ufffd\u0019&\ufffd\u0015FpI\ufffd\ufffd9\ufffdU\ufffd5kH\u04b5\rwU\ufffd\ufffd4\ufffds-\ufffd\ufffd\ufffd\u0014\u0011\ufffdVf8\u0003\ufffd\ufffd\u000fR\ufffd\ufffd\ufffd\u0017\ufffdh\ufffdK\ufffd\ufffd\ufffd\u0000\u0012&\ufffdt]\u0001\ufffd\ufffd\ufffd.M\ufffd\ufffds\u0014J\ufffd\u0143\ufffd=\ufffd\u0003\u05b8\ufffd\u06a2\ufffd\ufffd\u007f\u0012>'O\ufffd\u000f\u001c\ufffdii\ufffd$\f\ufffd\ufffd\u001d\u02b4i\u000e\ufffd\u000f\ufffd\ufffdf\f\b#\ufffd\ufffd\ufffd\ufffd}\ufffd\ufffd\ufffd?\ufffd\u007f\ufffd\ufffd\ufffd[\u000f\ufffd^\u000f\ufffd}[\ufffd\ufffd\ufffdn\ufffd\ufffd\ufffd\u0311i\ufffd\ufffd?x!\u001by\ufffd\ufffd\ufffdq\ufffd\u0003\ufffdz\ufffd\u01df\u0013\ufffd|G\ufffd4p\ufffdx\ufffd\u0016\ufffdU\ufffd-\ufffd\ufffd6\ufffd=\ufffd2B\ufffd\ufffdd\ufffd\"\ufffd\ufffd\u0007-\ufffd\ufffdcB\ufffdQo\ufffd1 \ufffd\u0006\u000b#34\ufffd\ufffd6\ufffdq\ufffd\u0003\ufffdc\u0005\ufffd`6,c\u001e\ufffdu\ufffd\ufffd#\ufffd\ufffdB\ufffd\ufffd$\u0003\ufffd\ufffdN?:\ufffd\ufffd!''\ufffdL\u059d\u0000if$\ufffd\ufffd\ufffd\ufffd\ufffd\u001b\ufffdx\ufffdA\u0019\ufffdh\bO;\ufffd\ufffd\ufffd\u0000\ufffd\ufffd~U\ufffd\ufffd\u0004\u000e\ufffd\ufffdh\ufffd\ufffd8\ufffd4\ufffd\u0002\ufffd`\u0012z\u6718^[\u001e\u02da\u0000\ufffd]\ufffd\ufffd\ufffd\ufffd*Ep\bg8\u0000q\ufffd\ufffdTY%\ufffd9 u=\ufffd\ufffdE\ufffd9\ufffd\u001fBx\ufffdh\u0011=\ufffd;\f@\ufffd\ufffd\u0000h\ufffd\u007f\u0013\ufffd\u0005Z[\ufffd\ufffd\u0017tx2\u000e\ufffd7o\ufffd5NK\ufffd\ufffdyq\ufffd\u034e_\ufffd\n\ufffdC\ufffd\ufffdnOl\ufffd\ufffd\u0000\n\u0002\u016f\ufffd5\u0106k\ufffd\ufffd\u001e\ufffd\u000b\u007f3ZV\ufffdW\u0684jf\ufffd\ufffd\b\ufffd\u0014\u001c~C\ufffd\ufffd\ufffd|v\ufffd\ufffd\ufffd<\ufffd\ufffd\u0015\u001c\ufffd\u02b4\u0006\ufffd\ufffd\ufffd\ufffd2\ufffd8\ufffd\ufffdq\ufffdb\u007f\ufffd\ufffd\u00043KOI Sm\ufffd\ufffd\ufffdq\ufffd\ufffdY\ufffd\ufffd\ufffd\ufffd\u000f\ufffd1\ufffdZ\ufffdJY\ufffd\ufffd\u0006\ufffd|J~\ufffd\ufffdA\ufffd\ufffd\u0003\ufffd\ufffd\ufffd\ufffdr;\ufffd\ufffd\u0002i\ufffdb)\ufffdT\ufffd\ufffd\ufffd\ufffd*\ufffdZ\ufffdZ\ufffd[!\ufffd`9rr\u0007\ufffd\ufffd\ufffd\ufffd\ufffdg_f\ufffd\u001f\ufffdak\ufffdzfTn~\u03d3\ufffd\ufffdz\ufffd\ufffd\ufffd\u070f\ufffdkB\ufffd\ufffd_\ufffd+up\ufffd\ufffdi\ufffd\b\ufffd\ufffd6\u001ed\ufffd\u001d\ufffd\ufffd\u0007N\ufffdq\ufffd\ufffdR\ufffd;\u0019\r\ufffd\ufffdM\ufffd\ufffd\u007f\ufffd\ufffd\ufffdq\ufffdO\ufffd\u04e7\ufffd1R\ufffd\u0000W\ufffdV\ufffdYo]\ufffd\ufffd\ufffdd\bxQ\ufffd{\u000fa\ufffd\u079f@\ufffd\ufffd\ufffdx\ufffdR\ufffdw\bI\ufffd\ufffd\u0004\ufffd8\ufffd\u0002\ufffd\u041c{q\ufffd\u0001\ufffd;=K_\ufffdDpi\ufffd\ud402\ufffd\ufffd\u0003\u0019Xw\ufffd\ufffdr{\ufffd\ufffd\ufffdx\u26e5\ufffdz./\ufffd\ufffdU\ufffduB\u007fw\u001f\u001e\ufffd\ufffd>\ufffd`~B\ufffdx\ufffd\ufffdkj\ufffda\ufffd\ufffdW\ufffd\u001b&\ufffdS\ufffd\ufffd\u001d\ufffdz\u000fA\ufffd\ufffd\ufffd]\ufffd\ufffd\ufffd\ufffd\u000b\ufffdM\u0001Z\u0017\ufffdf\ufffd\ufffdxU\ufffd\u0007\ufffd\ufffd\u00e9\ufffd\u001f\ufffd8\u03b9\ufffd\ufffd\ufffd^^\ufffd,\ufffd\ufffd\u0000\u001e\ufffd\ufffdxA\u06cf\ufffd\u0000Ud[I\ufffd\u07f5]\ufffd!O\u0000\ufffd\ufffd\u0000\ufffdM\u001d\ufffd\ufffd\ufffd\ufffd\ufffd\u0005]\ufffd\ufffd\u001eG\ufffdK\ufffdB\ufffdmi\ufffdmat\ufffd\u0694\u0002\ufffd\u0000Qr\fV\ufffd\ufffd\"\ufffd\u07ce\t\ufffd\u0000d~=1]\u0015\ufffd\ufffdI\ufffd\u001a\ufffd\ufffd\ufffd\u0000\u0013-Z|yv\ufffd\ufffdX\ufffd\ufffdq\ufffdq\ufffd\ufffdkN\ufffd-&!\ufffde\rr\u00d9I\ufffd\ufffdA\ufffd\u007f\u026dxu\ufffdO\u0004\ufffd>\ufffd*\ufffd\ufffdK\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u001dI\ufffd?\u000e\ufffd-\t\ufffd\ufffd.\ufffd+)\ufffd\ufffd|i\ufffd=\ufffd\ufffd\u000f\ufffd\ufffdB\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd8\ufffdz\ufffd\ufffd5}Z\ufffd[\ufffd<\ufffd#\ufffd2\"\ufffd\ufffd\ufffd\ufffd{\u000f_s\ufffdI9\ufffd\u052ed\ufffd\ufffd\ufffd\ufffdy\u001b.X\ufffd~\ufffd}\ufffd\ufffd\ufffd\u0002}qI\ufffd2\ufffd\u001e\ufffd!\u0010/\ufffd\ufffd\u00074\ufffdm\ufffd3?\ufffdO\u0007\ufffd\ufffd*\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0000\u0011\ufffd\u007f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdr\ufffd\u0220\ufffd\ufffd\ufffd\ufffd8\ufffd\u001f\ufffd\ufffd\ufffd$f\ufffdb\ufffd\u0019\ufffd\u0005\ufffd\ufffd\u0018\u0001F\\\ufffd\u0007nx\ufffd\ufffd\u0000\ufffd\u0015,Z\\\ufffd\t$\ufffd\ufffdq\ufffd\\\ufffd\ufffd>\ufffd\ufffd?\u001e\u000f\ufffdvV\ufffd\t\ufffd\ufffd\u007fk)\ufffdY\ufffd\u0010\ufffdA\u0016I'\u001c\ufffd\ub30f\u01f8\ufffd=6\ufffd\ufffd\ufffd\ufffdts(\ufffd^\u0018\u0014\ufffdt\u001fzN\u0001\u01ee3\ufffd\ufffd2A\u0003\u0015\ufffd\ufffdF:\ufffd\ufffd2\ufffd
\ufffd\ufffd%n=A\ub291Fx\u0014\ufffd\u001c\ufffdPq\ufffd\ufffdP\ufffd\u0007\ufffd=G\ufffdZj\ufffd:T\ufffd(\u0001\ufffd9\ufffdR(\ufffd\ufffd\ufffd\ufffdJx\ufffd\u0007\ufffd\ufffd\ufffd\ufffd\u0005\u0003\ufffd\"\u000fjx\u0004\ufffd@\t\ufffd\ufffdR\ufffd\ufffd(\\q@\u001cP\u0002`R\ufffdjP\u000fE4\ufffd}(\u0000\ufffd\ufffdNU\u001dhU\u001d\ufffdzS\ufffd\ufffd@\u0000\u0003\ufffd\ufffd\ufffd(S\ufffdR\ufffd\ufffdP\ufffd\ufffdz\u000fZ\u0000\u0002\ufffd\u0003@\\u\ufffd\ufffdo~\ufffd\ufffd\u000e(\u0000Pi\ufffd\ufffd4\u0001\ufffdS\ufffd\u000e\ufffd\u0000\ufffd\ufffdL~\u0014\ufffd\\\ufffdP\u001ct\ufffd\u0000\u001d\ufffd\u0001Us\ufffd\ufffd\u0014c\u0004SPg\ufffdH\u0017\ufffd\ufffd@\u0000\ufffdzW\ufffd\ufffd\ufffd\ufffd-\ufffd>)\ufffd\ufffd\u001e\ufffd\ufffd\ufffdM;F\ufffd\ufffd\ufffd-\ufffdO3\ufffd\ufffd\u0014+\ufffd\ufffd\u000ez\ufffdc\ufffdz\n\ufffdR7p\ufffd\ufffd\ufffd\ufffd9\ufffdW\ufffd\u001f\u000e>\u0011kW\u001f\u0007mu\u000b8\ufffd\ufffd\ufffd\ufffd\ufffdi\ufffd\ufffd\f\ufffdw\u0017\u0012.\ufffd\ufffd\u0001\u0005\ufffd\ufffdFd\u0018X\u0541,7\n\u0010\u001a\ufffd\ufffd\ufffd\ufffd\ufffdf\u03c4>\u0017\u04b4]7O\ufffd\ufffd~:\ufffdcq5\ufffd\ufffd\ufffdK\u0006\ufffd\ufffd\r\ufffd\ufffdyRF\ufffdPZG\ufffd8\u000b\ufffdO\ufffd+mSW\ufffd=\u01bd\ufffdw\\J\t\ufffd\u0018P:Ds\u00b9RU08\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdF\ufffd\ufffd\ufffdx3\ufffd&\ufffd$\ufffdwB\ufffd\ufffd\uc074\ufffd4\ufffdU..\ufffd\ufffdpn&A\ufffd\u001c\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd[>/\ufffd\u001f\u001ax\ufffd\ufffd\u0425\ufffd\ufffd\ufffd(\u0007\ufffd\u06fb\u0000\ufffd>\ufffd\ufffdy9=\ufffdU\u001d\ufffd\ufffd\u056e,\ufffd\ufffd\u001fa@\ufffdu\u0000\u001c\u0003\ufffd$\ufffd\u0000J\ufffdA9%\ufffd>\ufffd\ufffda\ufffd\u0019\fR\ufffd\ufffd\ufffd\ufffd9\u001fZ\u0003\ufffd\u0002\f`\ufffdC\ufffd\ufffd\ufffd\ufffd\u0018PJ\ufffd\nB\ufffd\ufffd;\ufffd=\ufffd\ufffdv\ufffd\ufffd<\ufffd\f\ufffde\ufffdq\ufffd\u0001\ufffd\u0014\ufffd\u0001 \ufffd\u001cS\ufffd\ufffd\ufffd\u001c\ufffd\ufffdND\ufffd7JGN\ufffd\ufffd\u0002\ufffd;\ufffd\ufffd\ufffd\u0000*\ufffd\ufffd\ufffd\ufffd\u049cd\u0018\ufffd\ufffd8\u0007\ufffd\u001d\ufffd\u06ce\ufffdx\u001d3NM\ufffd7:\ufffd\ud7b4\u0000\ufffds\u0290\ufffdu&\ufffd\ufffd\ufffd>]\ufffd\u03e9\ufffd\u0015\u0010\ufffd\ufffd!I\ufffd\f\ufffd\ufffd\u0000\u0001U \u000f\ufffd$\ufffdp,E;D\u0004Hr\ufffdr\ufffd\ufffd\ufffd\ufffd%\ufffd\ufffd\u0019\u001d\ufffd1\u001cw5X\ufffd\ufffdn\\\ufffd\ufffd'\ufffd\ufffdJ\ufffd\ufffd\u0000(\u03f04\ufffd+\u0017\u001a\ufffd\ufffd\ufffd;\ufffd\\\ufffd\rV\ufffd%\ufffd\ufffd,P\f}\ufffd\b\ufffd\u001fJ\ufffde\ufffd\ufffd\ufffd\u0010\ufffd6\ufffd\ufffd\ufffd\ufffd{}j\ufffd\ufffd\ufffd[\u001b%\n\ufffd\ufffd+\ufffd&\ufffd-/\ufffd\ufffd$\u0002C\f2\ufffdc\ufffd\ufffdO&\ufffdld\ufffd\u0463\ufffdU\ufffd\r!\u0019H\ufffd\ufffdO\ufffd'5\ufffd\ufffd+j\ufffd\ufffde\ufffd\u0000\ufffdGJB\ufffd\ufffd<\ufffd\ufffd1\ufffdA\ufffd\ufffdN\ufffd\u000f\ufffd\ucd6ex\ufffd\ufffdP@\u001f\u43e4p\ufffd\u008f\ufffd\ufffdY\u0010\ufffd$\ufffddv\ufffd\u00078\ufffd\ufffdf\ufffdY\ufffd\ufffd\ufffd8\u46b9k\ufffd\ufffd\ufffd&\ufffd\u00009\ufffd\ufffdP\ufffdb\ufffd\u0019J+Fs\ufffd\ufffd\u001d\ufffdi\ufffdi\ufffd#\u000ep29#\ufffd\n\ufffd\ufffdh\ufffdh\u0007\u001f/\ufffd\u0015\u001e\ufffdf\ufffdq\ufffdi\ufffdC\u0001\ufffd\ufffdn\ufffd\u04b3u9\ufffd\ufffd\ufffd\ufffd\ufffdn\ufffd,\ufffd!\ufffd\ufffd\ufffd\b\ufffd6\u0017\ufffd\ufffdn\u07c5$zm\u07a7?\u06a7R\ufffd\u0700}?\ufffd\ufffd\ufffdV4\r\u0010^\ufffd<\ufffd\ufffd\ufffd\u0670}\u0019\ufffd\ufffd*\ufffd?\u000b|;\ufffd\ufffd\ufffdjW6\ufffd\ufffd\ufffd\ufffd\f\ufffd\ufffd\ufffd1\ufffd\ufffd\ufffd\ufffd*\ufffd\ufffd\"]\u001a\u0012\ufffd\ufffd8H<+v\ufffd\ufffdd\u001cn#\u001d\u0005^\ufffd\ufffd|\ufffdN\ufffd\ufffd\u0003\u0016\ufffd\ufffd\ufffd\u0017\ufffd\ufffdO\ufffd\ufffd\ufffd{\u0006\ufffd\ufffd\ufffdzy\u056f\ufffd\n\ufffd\t9\u00192\u001e\ufffd\ufffd\ufffd\ufffd\ufffd1\ufffd$w\ufffd\u000f\ufffdg\ufffd\u02c5\ufffd\ufffd:\ufffdQG\u0019Y\u0016#$\ufffd`\ufffd;v\ufffd\ufffd~F~P~\ufffd;\ufffd\ufffd\ufffd\u0016\ufffd;\u35f3\ufffd\ufffd/\u0000\ufffd\ufffd\ufffd\ufffd\u000e#\ufffd2\ufffd\ufffd#\ufffd\ufffd\ufffd\u001f\ufffd\ufffd\ufffd<-\ufffd\ufffd\u0f02\ufffdP\u04cbL\ufffd\u000b\ufffd\ufffdC\ufffd\ufffdeN\ufffdgkg$`{\ufffd\ufffdb\u04be\u000f\ufffd\ufffd\ufffd\ufffd\u000b\ufffd\ufffd\f\ufffd$v2\ufffd5[\ufffd@\u0002\u001c\fA\ufffdc-\ufffd\u0004\ufffd\ufffd\t8Pq\ufffd~\u0005\ufffd\ufffd,\ufffd\u001b\ufffde\ufffd\ufffd\ufffdL\u0680\ufffd\"\u0016\ufffd\u0012\ufffd'\u0007\ufffdr\u007f\ufffdn\ufffdl\u0015\u01dd\ufffd\ufffd)\ufffd\u0565\ufffdc\ufffd\ufffdd\ufffdq:\ufffdn\ufffd\u037e\u0017\ufffd\u0019\ufffd\ufffd\u0006\ufffd]\ufffd\ufffd\u0122$T\ufffd\ufffd\u0010\ufffd\ufffdB\u0012\ufffdG\ufffd\ufffd\u0018\u001fz\ufffd\ufffd\ufffd:\ufffdH\ufffd\ufffd\ufffd\ufffd\u001c\f\u03b7\u0013\ufffd\ufffddp\f\ufffd\ufffd\ufffd\u0002I\ufffdc\ufffd\u001c\ufffd,\u000fC\ufffd'\ufffd\ufffdg\ufffdJ\ufffd\ufffdo,\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdm\ufffdJ\ufffdc\ufffd\u0018#g\u0007\u0000\u0000_\ufffdR\u0015\b\f\\\ufffdw\ufffd\ufffd~\ufffd\ufffd\ufffd\ufffd\ufffdLF\u0016\ufffd}\ufffd\ufffd\ufffd\u001c.\u001b;\ufffd\ufffd\ufffdy8\ufffd\ufffd\u0000\ufffd_5\ufffd\ufffd*T\u07ac\ufffd\ufffd'\u000bT\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\tgm\u001fN\ufffdUV\u06b2M\u0019T\ufffd8\ufffd=O#<\ufffdO\ufffd\ufffd\ufffd/\u001a\ufffd2\ufffd\ufffdg2 \ufffd\ufffd\ufffd\u0003\u000b\ufffd\ufffd\ufffdW\ufffd\ufffdo\ufffdrK]9\ufffd4q\u001e\uf408\ufffd\u001b\u0000\u0019\n\ufffd\ufffd\u0007A\ud782\ufffdM\ufffd\ufffd\ufffd>]i\ufffdY\ufffd\ufffd\u376cG8\ufffd\ufffd\ufffd\u0000\ufffdwe|EF\ufffd\ufffd[83n\u0017\ufffdJ<\ufffd\u001f\u0010\ufffd\ufffdO\u0004\ufffd\u0010F\u0007~MUfe y\ufffd\u0011\ufffduz/\ufffd?\u0004M\ufffd\u073a$$m$rx\ufffd<\ufffd\ufffdxd!\ufffd\ufffdS_kJ\ufffdj\ufffdI\u001f\u0003Z\ufffd\ufffd\ufffd\u0152\ufffd\ufffd\u0012\ufffdZY\u0000\u001e\ufffd\ufffd\ufffd~5\ufffdxC\ufffd\u0013\ufffd\ufffd~+\ufffd3\ufffd0ey\u0013\u0007\ufffd3\ufffd\ufffd\ufffdV`~d\u001c\u000e\ufffd*\u0754\ufffd\f\ufffd\ud6d4\u001e\ufffdS?\ufffd5\ufffd\ufffd\u01e1\ufffd\ufffd\ufffd\ufffde\ufffdx\ufffdJm;\\{\u001de\u0019DjL0]\u0015\ufffdpT,\ufffd\ufffd\ufffdp\ufffd>\ufffd\u0185i;_\ufffd\bl%\\\ufffd\u067eS\ufffd\ufffd\ufffde\ufffdt\u0015\ufffdx+\ufffd\ufffdz\ufffd\ufffdK\ufffdx\ufffd\ufffdO\ufffd,\f\u007fk\ufffdo\ufffd\u007f\ufffd\ufffd\ufffd\ufffd\ufffdE\ufffd\ufffd\ufffd\ufffdF\ufffd#\u04ed\ufffd\ufffdd\u0007m\u076c\ufffd;\u0001\ufffd\u0000]\u0013\r\ufffd\ufffdX\ufffdy\u05a1x\ufffdcZ\ufffd\ufffd*1\ufffd\ufffd\u000e9\ufffdG~\ufffd9\ufffdV\ufffd\u009f\u00187\u00ef\u001b\ufffd\ufffdd\ufffd\u0157\ufffd\ufffdu\u0019m\ufffdd'\ufffdB{\u001ct=\ufffd\u0013Z\ufffd\ufffdIdhCD[\ufffdlr/O\ufffd\ufffd?^\ufffdZ\ufffda*\ufffd8\ufffd\ufffd9\ufffd\ufffd*W\ufffd\u000f\ufffd\u05a5\ufffdRg\ufffd\ufffd\ufffdM7E\ufffd\ufffdk\ufffd\u0012\ufffd\u0017\ufffd\u001f\ufffd\ufffdKM<\u0017\u001b\ufffd\ufffd3\n\ufffd=@ \u0003\ufffd\ufffd$\ufffd\ufffdO\u0005\ufffd\ufffd\ufffdI<\u000f\ufffd\u0003T\ufffd\u00e3*\ufffd\\\ufffd\ufffd\ufffd\u0010Lg\ufffd<\ufffd\u0000\ufffdEm~\u020f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ud20eid\ufffdot\u0012\ufffd\ufffd\ufffdH\ufffd\ufffd1\ufffd\ufffd\ufffd\ufffd\ufffd<\ufffdk\ufffd\u007f\u087e\n\ufffd\ufffd<]\ufffdo\ufffd\ufffd|@[x\ufffd\ufffd\u0476B\ufffd\u0012\u0140\ufffd\ufffd\u0010\ufffd\ufffd\u001dr\re\u0017i\ufffd\ufffd~\ufffd;\ufffd?\ufffdr:\ufffd\ufffd\u0001\u00035^.\ufffd\ufffd\ufffd\u0011c\ufffdQ\ufffd*\ufffdQ\ufffd\ufffdi\ufffds\ufffd\u0014\ufffd9\ufffd`7i'4\u531e\ufffd\ufffd\u001ex\u0006\ufffdD\ufffd\ufffdx\ufffd\u0003#\ufffd)\ufffdQR\u0000;~\u0006\ufffd\ufffdt\ufffd^x4\u0000\ufffdX\ufffdH?*\ufffdB\ufffd\ufffd\u0015\u001c\ufffd'\u0018\ufffd+\ufffd\u007f\u00a2q\ufffd\ufffd5;\ufffd\u007f*\ufffdA\ufffd\ufffd\u0000B\ufffdH#\ufffd\u0019\ufffdR`\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdc\u0014\u0001\u001f\ufffdOj\f\f\ufffd_3\ufffd\u0000Y\ufffd\u07deO\u0015\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd?c=^\ufffd\ufffd\ufffd\t\ufffd\ufffd\ufffd\ufffd\u0014\ufffd\u00064\ufffd\ufffd\u05d26\u06a2\u0011\ufffd\u0000\ufffd\u001f\u02b8\ufffd.0\ufffd\ufffd\ufffd\u001e\ufffd\u001aS\ufffd?y\u075f\ufffd_\ufffdV\rR\ufffdL\ufffd\u0013y\r\ufffd\ufffd\ufffdx\ufffd\ufffd5\u05a1x\ufffdF_$\ufffdp:\ufffd\u0238=w\u00029\u000b\ufffd\ufffd\ufffd0\ufffd\\\f\u0001\ufffd\u001a\ufffdw\ufffd\n\ufffd\ufffd\ufffdO\ufffd\ufffd\ufffd,\ufffdBA\ufffd\ufffdL\ufffd\u000f\u0004\ufffdzz\f\u0005>\ufffd\ufffd|ae\u0001\ufffd\r\ufffd\ufffd\ufffd\ufffd\ufffd\u001f\u0014\u0137(8\u0002\t\ufffd\u0290s\ufffd\ufffdry\ufffd\u0015\ufffdx\ufffdM\u06f3\ufffd\u0000\ufffd,<\u04a8\ufffd\ufffd\u001d\ufffd\ufffdO\u06ff\ufffd\u0001\ufffd\ufffd\ufffd\ufffd\ufffdR\ufffdQ\ufffd\ufffd\ufffd\ufffd\u0015\u0570C\u0006$\u001c\ufffd\ufffd\u001c\u000f\ufffdk\ufffd\ufffd\u0000\ufffd\ufffd\ufffd\ufffdS\ufffd\u007ff\u001d3\ufffd7\ufffd\ufffdH\ufffd\ufffd\ufffd(\ufffd\ufffd\u024fpf;\u0551\ufffd\ufffd\u0019Yr\u0019NC\f\ufffd0Mxw\ufffd\u0015\ufffd6\ufffd\ufffd\ufffd\u1fca:{\ufffd\ufffdukYD\ufffd\ufffd\ufffd\u000b\ufffd\ufffdG\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\t\ufffdw\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdx\ufffdF\ufffdI,\ufffd\ufffd\ufffdx=Fk\u011c\ufffd\ufffd\u001b\ufffd\u007f\ufffd?\ufffd\ufffd\u001ap|\ufffd\ufffd\ufffd\u007f\ufffd\ufffd\ufffd\ufffdF\ufffd\ufffd>\t\ufffd<%\ufffd\ufffdq\ufffdv\ufffdc\ufffd?\u0016\ufffd4-\u000eI_\rj\ufffd\ufffdk'<\ufffd!\ufffd\ufffd\ufffd\u7745\ufffd\ufffd\ufffd-\ufffd\ufffd!\ufffda\ufffdxR\ufffd-#\ufffd\u001a|\ufffd\ufffd\ufffdXn& \u001f-Xf)\u0502C\ufffd\ufffd0$\u0011\ufffd\ufffdq_S~\u0173X|e\ufffd7\ufffd\ufffde\ufffd~uh \ufffd\ufffd\ufffd\ufffd\r\ufffd\ufffd\ufffd\u00049?y\ufffd1\ufffdMa\ufffd\u000f\ufffd'\ufffd\ufffd\u007fW\ufffd\ufffd+\ufffd\u0000\u05edC\u0007\ufffd\u00a4\ufffd\ufffd\ufffd1\u0018\ufffdf5\u07a4\ufffd\u001f\u000b\ufffd\ufffdF\u000bE#p\ufffd\ufffd\ufffd\ufffd\ufffd(p\ufffd\u01fc\ufffd\u001cQ\u001b\ufffd8\ufffdq\ufffdz\ufffd7\u000e\ufffd>\ufffd\ufffd\u001d+\ufffdV\ufffdd\ufffdD\u001b$\ufffd\ufffd*\ufffdI8\u0002\ufffd\ufffd\u0000\ufffde\ufffdr\ufffd\u0015\ufffdX\ty\u000f\ufffdH\ufffd^U\ufffd\ufffd\ufffd\ufffd\ufffdZ\ufffd9\ufffd\ufffd\u0004d\ufffd\"\ufffd\ufffd\ufffd\u0007\ufffd\ufffdX\ufffdD\ufffd\ufffdUX\u000e\u0000\ufffd>\u07b5\ufffd\ufffd\ufffd\ufffdG\u000e\ufffd=\u030f\u0003\ufffd\ufffd*r;\u03c7\ufffd\u0003\ufffd\ufffd\u000f=\ufffd\ufffd\u06c5\u00011\ufffd\u007f\ufffd\ufffdwU\ufffd\ufffd:\ufffd\ufffd\ufffdQ\ufffd\ufffdUc\ufffd\u0003hnOJ\ufffd4=\b\u0763XZ9\ufffd\u0018c\ufffd}r2V\u0015\ufffd\ufffd=\ufffd\ufffd\u0000L\ufffd\u001c\rZ;ay?\ufffd\u001a1\r\ufffd\ufffdyV(O\u074d{\ufffdN:\ufffd\ufffd\ufffd\u04ac\ufffdSV~\ufffdJ\ufffdTl\ufffd\ufffd\u007f\ufffde\ufffd<_|`O\ufffd\u07f2\u007f\ufffd\ufffd\ufffd\ufffd\ufffdk\u0223n7\ufffdbB@\ufffd2\ufffd\ufffds\ufffd^\ufffd\ufffd\u0000\u0004r\ufffdg\ufffdG\ufffd\ufffd\ufffd\ufffdq\ufffd\ufffd&\ufffde\ufffd\ufffd\te\u007f\ufffd\ufffd\u0002\ufffd\ufffd\u0654\u007fwtj\ufffd\ufffd\ufffd|?ko\ufffdo\ufffd_\u0019\ufffd\u001f\ufffd\ufffd\ufffdOq\ufffd\ufffd\ufffd\ufffd\u0000\ufffd=\ufffd\ufffd\ufffd\u007f\ufffd\ufffdu\ufffd\\g\ufffdc\u000e\u011e\ufffd\ufffdW\ufffd\ufffd\u0000\ufffd\u0012\ufffd\ufffd\ufffd\ufffd#\ufffd\ufffd\ufffd1\ufffdk\ufffd\ufffd\ufffd\ufffd<3\ufffd\ufffd\ufffdV\ufffd\ufffdy\u0017\ufffd\ufffdann\ufffd\ufffd/&@>\ufffd\ufffd\ufffd\ufffd|5\ufffd\ufffd\ufffd\u021di\ufffd\ufffd\ufffd\ufffd_\ufffd\ufffd\ufffdt\ufffd\f\ufffd\u000f[\ufffd\ufffd\ufffdKnm>M/\ufffdgS\ufffd\u0000\u0007\t|*{\u000f\ufffd~\u0001\ufffd\ufffdil|\ufffdB\ufffd\ufffdJ\ufffd\ufffd\u001e\ufffd\ufffdd\ufffd\u001f\ufffd\ufffd\ufffdW\ufffd\ufffd\ufffd\u0016\ufffd\u0001=;\ufffd\u06bfg?\ufffd\ufffd\nW\ufffdG\ufffdA\ufffd\ufffd6\ufffd\ufffde\ufffd\ufffd\ufffda\ufffd\ufffd\ufffd\ufffdX,d\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0000*\ufffdc\ufffd\ufffd\ufffd\ufffd_=@\ufffd\u05bc<\\,\ufffd{x\u0019\ufffdB\u074e\ufffdL\ufffd\f\ufffd\ufffd\u02b5\ufffd\ufffd\ufffda\ufffd\ufffds\ufffd\ufffdT\ufffd\ufffd\u0014\u000ey\ufffd\ufffd\ufffdfc\u0018\r\ufffd\ufffd^\\\ufffds\u0586\ufffdb\ufffd\ufffd\ufffd\\\ufffdU\ufffd-\\\ufffd\ufffd\ufffd\ufffd\u0558\ufffdIq\ufffdA\u001dj\ufffd\ufffd\ufffd\ufffd\u0000\u0003\ufffd\u04b0\ufffdv:\"\ufffdP\ufffd\ufffd9\u0019=\ufffd)\ufffd\ufffd)\u001fOZ\ufffd{\u0001\ufffd\n\ufffd\ufffdqT\ufffdPD9\u0019=\ufffd5\ufffd5F\u001d\u079e2N\u044fz\ufffd\ufffd,\u0002\ufffd\u00063\ufffd[\ufffd\udb48\udcc2\u0000\ufffdJ\u023b\ufffdsq\ufffd&\ufffd\ufffd\ufffd,=z\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdg\u001f\u001a\ufffd\ufffd\u0011|\u001d\ufffd\ufffd\ufffd\ufffd\ufffdV\ufffd\u0004\ufffda\ufffd[\ufffdWR\ufffd`\u0004pG\ufffd\ufffd3\ufffd\ufffd\u01c4Q\u0749\ufffd}3\ufffd\ufffd\t3\ufffd\u000bJ\ufffdS\ufffd\u001f\ufffd\ufffd\ufffd\ufffde`\ufffd$\u001e\u001a\ufffd\ufffd\ufffd\ufffd\ufffdJ\ufffd`\u001d\ufffd\ufffd\u0018\ufffd\u001c\ufffd?1\ufffdu\ufffd\ufffdX\ufffd\ufffd\ufffd\ufffdB\ufffd%\ufffd'\ufffdO\ufffdc]\ufffd\u0773\ufffd\ufffd\ufffd\ufffd\"\ufffd]\u00101\ufffdI\n\ufffd\u054e3\ufffd+\u026f\ufffdE\ufffd\u0018e\ufffd.\ufffd?K\ufffds\ufffd\ufffd&2\ufffdU\ufffd'\ufffdi\ufffd\ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffd\ufffdq\ufffd\ufffdy\ufffd\ufffd?\ufffd\ufffd\u001e\u001c\ufffd\ufffd\u0017\ufffd\u0011\ufffd\ufffdx\ufffd\ufffd'\ufffd$\ufffdM\ufffd\u0013:Y>\u0001\ufffd\f[NH?\ufffd\ufffd\ufffdI\ufffd\u0014q^S\ufffd\ufffd\ufffd\u000bI\ufffd\\\ufffd\ufffd\u000f\ufffd?\u000b/\ufffd\ufffd-r#y\ufffdd,\ufffd\ufffd\ufffd\ufffdo\ufffd{g\ufffd\ufffd\ufffdd\ufffd_\t\ufffd\u0016\u0013\ufffd\u07fc\ufffd\ufffd\ufffder}\u0741j\u0533\ufffd\u0000\ufffd\ufffd\ufffd\ufffd\ufffdg~\ufffd\ufffdxcQV?2\\i\ufffd\ufffdG\ufffd+\ufffdtq\ufffd\ufffd\ufffd\"\ufffd3\ufffd\ufffd\ufffd\ufffd\u0012\ufffdA\ufffd\u00ec6[\ufffd\ufffd+\u007fq\ufffd\ufffdwt\ufffd\ufffd\ufffd\u001f\u0012\u007f\ufffdQ\ufffd1x\ufffd\ufffd\u000f\u0011\ufffd:\ufffd<\ufffd\ufffd\ufffdV\u001d\ufffd\ufffdim\ufffdI?{\ufffd\b\ufffd\ufffd)\"\ufffd5\ufffd:\ufffd\ufffd'\ufffd8|L\ufffd\ufffd\u0013\u007ff\ufffd\u000fH\ufffd0\ufffd6\u0010\b\ufffdg\ufffd g\ufffd\ufffd)\ufffd\ufffd\ufffd+\ufffd\ufffd\ufffd\u0010b}S\ufffd\u0007\ufffd.\ufffdK\ufffd9[\u000b\ufffd\ufffd#\u0007\ufffd\u001e\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd*n>{\ufffd\ufffd\ufffd*^\ufffd\u000f\u0015\fB\ufffdWh\ufffd\ufffd}?\u0012\u0013\ufffd?\nx\ufffd\ufffdA\ufffd\ufffd\ufffd\ufffd*\ufffd\ufffd\u0014\u0006\ufffd\ufffd\u0012\ufffd\u0002\ufffdu\ufffddk\ufffd\u0002Si!\ufffd\ufffd.~\ufffd\ufffd\ufffd/\ufffdC\ufffd\ufffd\ufffd\ufffdq\u0014M}d\ufffd\"{S\ufffd1\ufffd\u0007\"\ufffd\ufffd\ufffd\u001e\ufffd\t\ufffd\ufffd]V\ufffd\ufffd\ufffdNx\ufffd\ufffd\ufffd\ufffdMs\ufffd\ufffdu\ufffd\ufffdG\u0015L\ufffd/\ufffd\ufffdX<\ufffd\u0000\u000b\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0013?\ufffd\u007f\ufffd\ufffd\u0000\ufffd<4Z\ufffdL\ufffd\ufffdK\ufffd>\ufffd\ufffdC\ufffd\u001f\u0017\ufffdR\ufffd\u0296I\ufffd+\ufffd%\u0019\u001f\ufffd}/\ufffd\u001aXk\ufffd\ufffd\ufffdu\u001c\ufffd\u00f3g\ufffd\ufffd\ufffd\u07c6\ufffd\u001b\ufffdd,.\ufffdPHG\ufffd\u0002\ufffd\ufffde%\ufffdV\ufffd\ufffd;\u00dc6\"\ufffd\ufffdrj\ufffd/t\ufffd\ufffd\ufffd5\ufffd\u0000\u0004\ufffd\ufffd\n\ufffdwkwH\ufffdEh\ufffd\ufffdzF\ufffd~U\ufffd>\u0000\ufffd\ufffd\r\ufffd$i\ufffd\t\u0014\ufffd\u0004\ufffd\ufffdW\ufffd\ufffd\ufffd\u0000\ufffd~\ufffd\ufffd2\ufffd\ufffd*4\ufffd\f\ufffd\ufffd\ufffdW\u0007\u0014\ufffd\ufffdn\ufffd\u001eX%C\ufffd\ufffd]\u0012\ufffda1\ufffd\ufffd7c\ufffd\ufffdK\ufffd\u001c\u001f\ufffdT\ufffd\ufffd\ufffd_u\ufffd\u001e\ufffd\ufffd\u0017\u017f\u000f\ufffd\u001a\ufffd_\ufffd/\ufffdi\ufffd\u001d\ufffd_\ufffd\ufffd\ufffd\ufffdp}\ufffd\ufffd\ufffd\u0015\ufffd\ufffd\ufffd\ufffd?\b/\u000e\ufffd\ufffd;\ufffd/,\ufffd\ufffd\u0013[\ufffdT\u007f\ufffd\ufffd\ufffdV'\ufffd\ufffd\u0000\ufffd'[\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd]:\u0017\u0015\ufffd\u0007\ufffd>4\ufffdg\ufffd\ufffdk\f\ufffd\ufffd\ufffd\ufffd\f\ufffdx>\ufffd\ufffd\ufffd8\u073b\u007fz?z?B\ufffdV\ufffd\ufffd<\ufffd2~\ufffd\u0012\ufffd\ufffd\ufffdg\u007f>\ufffd\ufffd\ufffd<\u007f\u009f\u0015tO\u0016\ufffdzw\ufffd\ufffd\ufffd\ufffdT\ufffd\u001b\ufffd\u0018\u000e}\u001a\ufffd(\ufffdjQ\ufffd/W\ufffdD\ufffdxa\ufffd\ufffd=G\ufffd\ufffdZ\ufffd\ufffd\ufffd0\ufffd7\ufffd\ufffd\u013f\u000f\ufffd;]C\u0005\ufffd\u0004?\ufffd\ufffd\ufffdz\u001a\ufffdO\f|I\ufffd\u001f\ufffd\ufffdS\ufffd\u0010\ufffd\u00163yp\ufffd\ufffde\u0018\ufffd\u0013\ufffd\t\ufffd*\u05f3\ufffd\u00de\ufffd\ufffdu\ufffdz\u001c\u0015q\u0019\ufffd\rb\ufffd\u001f7W\ufffd\ufffd\ufffdT\ufffd\ufffd\ufffdO\ufffd\ufffd\u07fd\ufffd{\ufffd>\u0014\ufffd|\t\ufffd\ufffd\u0000o\ufffd\ufffd\ufffd<\ufffdD\u0003\ufffd\ufffd\u04ee,\ufffd_\ufffd.\ufffd\ufffd\u0011\ufffd\ufffd\ufffdPk\ufffdU\ufffd|S\ufffd\ufffd\ufffd\u0013\ufffdwk*\ufffd;\ufffd\ufffd\u001fF\u001d\ufffd\ufffd\ufffd\ufffd+W\ufffdM\ufffdA\ufffd\ufffd\ufffd\ufffdq*u\u0000\u001e\ufffd\ufffdUR\ufffd\ufffd\ufffd\ufffd'i\ufffd\ufffd\ufffd\ufffd\u0258\ufffdk%\ufffd\ufffd\ufffdK\ufffd\tSY%\ufffd#\u007fi[\ufffdsN\ufffdC\ufffdY\ufffdc\ufffd\ufffd\ufffd\u001f)\ufffd\ufffdk%\ufffd\ufffd-\ufffd1M\u0019V\u0007\u0004\u001a\ufffd\ufffd\ufffd\ufffd6\u0011\ufffd\ufffd\ufffd\ufffd\u0019d\u0019\ufffd1\ufffd\ufffd\u0000:\ufffdM\u0016\u001dz\ufffd\u0380~\ufffd\u0006\u000e;\ufffdk\ufffd2,\ufffd\ufffd5U\fG\ufffd\ufffd\ufffdJ\ufffd\u0000\u02ffm\u03c6\ufffd\u000f\ufffd\ufffd0\ufffd\u0017\ufffdI\ufffd\"\ufffd\ufffd\ufffdX\ufffd\ufffd\u0000\u0012[>\ufffd>\ufffd\tw\ufffd,\ufffd\ufffd)\ufffd\ufffd\ufffdKN\u0464\ufffd\ufffd\ufffd\u0402\ufffd{l\ufffdj;\ufffd\ufffd+\ufffdWp\ufffd\u001c\ufffd\ufffd6\ufffdQ\ufffd\u000e:VF\ufffd\ufffd^xSY\ufffd\ufffd\u00162\ufffdd\ufffd$u>\ufffd\ufffdEL4\\9\ufffd\ufffd\u05be\ufffd\ufffd\ufffd\ufffdxb\ufffdS\ufffd\ufffd\ufffd4\ufffd\u007f\u033a?\u025c\ufffd\ufffd\ufffd\"\u000e\u0017\ufffdrqU^\ufffd)\ufffd\ufffd}+\ufffd<]\ufffd\b\ufffd\ufffdxOc\u001f\ufffd\u0016\ufffd\b\ufffd\ufffd`8\ufffdr\ufffd>\ufffd\ufffd\u00b9\ufffdOG{I\ufffdr&\u0006x\ufffd\u0000\ufffd\u05cb_\t:3q\ufffd\ufffd\ufffd\ufffd\u0000\ufffd{\ufffdlu:\ufffd\ufffd\ufffd\ufffd\u007fK\ufffd\ufffd\ufffd\ufffdD\ufffd\u0000l\ufffd_\ufffd}\u13b5R{O\ufffd!\ufffd\ufffdO\ufffd\u007f\ufffd\ufffd\ufffd\ufffdh\u0002\ufffd\ufffd\ufffdejZl\ufffdl\ufffd\ufffd6HJ\u007f\ufffdE\u0015\ufffd:=OF\ufffd!7c\ufffd\ufffd\u0000\ufffd\\D?vO?\ufffdJ\ufffd\"\u0018dsZ\ufffd\ufffdtb3\ufffd\ufffd\u01fa\u0007\ufffd\u0000_\u0018\ufffd\u001fz\u039e\u056c&^wF\ufffd1\ufffd\ufffdEs\ufffd8\ufffdjjHd\ufffd\ufffddt\ufffd\ufffd\ufffd\ufffd\u01f5NU]s\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u00152\ufffdb\ufffd\ufffd\ufffd\u0012H\ufffdz\ufffd$1\u02b7\u000b\u041c5B\ufffd\ufffd\ufffdsRA\ufffd\ufffd'\ufffd\u001c\u000fz\ufffd\r\u0652O\u0018\ufffd\ufffd\u0012 \ufffds\u0000\ufffd\ufffd\ufffdZ\ufffd{=\ufffd\ufffds\u001fcT\ufffd\ufffd\ufffd\ufffd\ufffdm\ufffd\ufffd\ufffdw\u014e\ufffd\ufffd\ufffd\ufffd\u0015\ufffd\ufffd\ufffd/-\ufffd\ufffd\ufffd\u001c\u001a\ufffd\ufffdC\ufffd\ufffd-\ufffd\u0742\ufffd2\ufffd{\ufffd\ufffd\ufffd%g\u001f\ufffdt\u007f'\ufffdYp;\ufffd-\ufffd\ufffd\u04ef\u001e\ufffddn\ufffd\u0010:V\ufffd\u0000\ufffd\ufffd1\ufffd\u000f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd5\ufffd\ufffd\u0000\u0013~\u0014\ufffdoo\u001e\ufffd\u0004\u0005\ufffd\ufffdrH\ufffdk\ufffd\ufffdeN\ufffd#>\ufffd\ufffd\u0007V\ufffd\ufffd[\u001e\t\ufffdis\ufffd\ufffdm8\ufffdU\u00122\u001b\ufffd\u0003\ufffdM\ufffd\ufffd\ufffd\ufffd\ua0b6\ufffdA\ufffd\u6cee\ufffd\u0015\ufffdJ\ufffd\u0000\ufffd\ufffd\ufffd\ufffdnsZ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd#\ufffd\ufffd\ufffd?\ufffd{\u0584f \ufffd\ufffdo\u02b5\ufffd\ufffd\u0016\ufffdo\ufffd=\ufffd`z\ufffd\ufffd\ufffdi\ufffd\ufffd!I7)\u000b\ufffd\u001c\ufffdr\ufffd\ufffd\ufffd*r\ufffd\ufffd\u0019\ufffd6\ufffdw\ufffdO\u001a\ufffdxv\ufffd-\ufffd,\ufffd \f\ufffdJ\ufffd\u0007\ufffd\u018fi\ufffd\ufffdDV37\ufffd/\ufffd\ufffd\u06d2\u000f\ufffd\ufffd1^\u0017\ufffd\u0000\u0004\ufffd\ufffd\u0007'\ufffd\ufffdSq\ufffd\ufffdf\ufffd\u0374/\ufffd&1\ufffd\ufffd\ufffd\u0000\ufffd\ufffd\u0000_\ufffd~\u053e(\ufffdS\ufffd\ufffd\u0011/\r\ufffdJ\ufffd\b\t\u000fn\u0113\ufffd~U\ufffdy\ufffd%bq\ufffd\ufffd\ufffd\ufffd\u001d\ufffdO\ufffd\ufffdpo\t\ufffd\ufffd*KYm\ufffdxO\ufffdo\ufffd\ufffd\ufffd\ufffd\ufffdM\f\u0017d\ufffd's\u000e\ufffdz\u007f\ufffd\ub071\ufffd}g_\ufffdI`\ufffd\ufffd\ufffd\ufffd\ufffdw\ufffd\u0005l\ufffd\ufffd\ufffd\ufffd?/\ufffdf\ufffd%t%\u03e7\ufffd\u6cecn\ufffd\ufffdt\ufffd\ufffdQ\ufffd\ufffd\ufffd\ufffd!\ufffd\ufffd\ufffd\ufffdF\ufffd\ufffd\ufffd8\ufffdz\ufffd\u05f9Ms?\ufffd\ufffd\ufffd\ufffd~S\ufffd\u0006oS\r\ufffd\u028a~\ufffdG\u02bd>\ufffd\ufffd\u033bp\u02e9\ufffd\ufffd8\ufffd\ufffd-\u0006\ufffd\u0003\ufffd=\ufffd\u0000Z\ufffdz\u0004q\u0014\u0004\u0003\u06ce\ufffdKH\ufffdl\ufffdr\u0011\ufffd2\ufffd\ufffd[\ufffdj\ufffdD\\\u0012\ufffdN=k\ufffdd\ufffd\ufffd\ufffdT\ufffd\u05d7\ufffd\ufffd\ufffd4\ufffd+t\ufffdt\ufffdrz\u0003\ufffd\ufffdv\ufffdOi\ufffd$|\ufffd\ufffd\ufffd\ufffdZ\ufffd(l\u00129\ufffd\u0000\n\ufffd4\ufffdk]\u001fKmV\ufffdmU]\u070eq\ufffd=\ufffd\ufffd)3*\ufffd%\u028a\ufffd\ufffd\ufffd\ufffd\ufffd JA\ufffd\ufffd\u0299\ufffdG\u007f\ufffd}\u0013\ufffdg\ufffd\u0585\ufffd \ufffd\u000e\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd.\ufffd\ufffd\u001f^\ufffd?\ufffd\ufffd\t\ufffd\u01fb\ufffd66\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0007\ufffdS\ufffd\ufffd\ufffd\ufffd\u001c\ufffd\ufffd\ufffd\u00d6\ufffdU\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd)\ufffd\u000e}\ufffd\u0016\u0426\u0003\ufffd'\ufffd\ufffd\ufffd\ufffd\u0018\ufffd\u000b\u001e\ufffd\ufffd\u001d\u0001\u0015\ufffd\ufffd\ufffd\ufffd\ufffd?\ufffd7W\ufffd\u0000\ufffd\ufffd~\ufffd'}\ufffd\u0011'\ufffd4+\ufffd\ufffd\ufffd\u0252\"(\ufffd\ufffd#\ufffd\u0018\ufffdys\ufffd\u0015\ufffd\ufffd\ufffd\ufffdO\ufffd\ufffd\ufffd\ufffd\ufffdy?\ufffd_\ufffd\ufffd\ufffd\ufffd\ufffd`\ufffd\b\ufffdi\ufffd{\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdt\ufffd\u062b\ufffd7_\ufffd/\ufffd5\u0002\ufffd\u007f\u0017|`\ufffd\ufffd\f\ufffd\ufffd\ufffd\u0000\ufffd\u001a\ufffd\ufffd\ufffd\ufffdEnU\ufffd\ufffd\u007f\ufffd\u0018Q\ufffdMs\u007f\ufffdO\ufffd\ufffd\ufffd\u03ca\u001e%\ufffd\ufffd\ufffd~=K-\ued6dN\ufffd\u0011-\ufffd\ufffd@\ufffd\ufffd \ufffd8 \u000e\ufffd8\ufffd\ufffd\ufffd_\ufffd|y\ufffdf|`\ufffd\ufffd\ufffd\ufffdhE&\ufffd\ufffd\u01c74yrQ!V;HS\ufffd5\ufffd\u074eX\ufffd\u0015\ufffd^\ufffd\ufffd\ufffd\u0012[\u001d>\u0455b\ufffd v\ufffdc#\u001d\ufffd\ufffdTO\u0011*\t\ufffd\ufffd\ufffd}\u0012\ufffd\u0018\ufffd.\ufffd\ufffdP\ufffdG\u001bd\ufffd\ufffdG\ufffd][\ufffd)y\ufffd\ufffd\ufffd\ufffd\ufffd\u0018\ufffd\ufffd;\ufffd^\u0012\ufffd\ufffd\ufffd1\u0010\ufffd\u0012#@\ufffdt#8\ufffdB\ufffd\ufffd\ufffd\ufffd\u0435\ufffd\ufffd\u001f\ufffdW\ufffd\ufffdg/\f\ufffd\ufffd\u017f\u001558\ufffd58\ufffd'`\ufffd\u007fu\n\ufffd\u0014\ufffd\u0000\ufffd\ufffd\ufffd_\u00154\ufffd?\ufffd\ufffd\u001e\ufffd1\ufffdcL\u0006X\u001eo\ufffd\rg\ufffd$}\ufffd\u0012X\ufffd\ufffdB\ufffd\ufffd\ufffd\t\ufffd\u072f\ufffd\u0017\ufffdjx\ufffd\ufffdu\ufffdy\ufffd\u001f\ufffda\u001a\u001f\ufffd\ufffd\ufffdA(\u0004K\"\ufffd\ufffd@\ufffd8\ufffd\ufffd\u04ba\ufffd\u059c\ufffd\u0014\ufffd\u0000\ufffd\ufffd\ufffdE|\ufffd\ufffd\ufffd\ufffd\np\ufffdRK\ufffd\ufffd\ufffd\\\ufffd\ufffde\ufffdemw\ufffd\ufffd\ufffdO\u000eX\ufffd'E\ufffdV\ufffdI\ufffd\ufffd\ufffd\u0001\ufffd\ufffd.\u000b\u001cw'$\ufffd\ufffd\ufffd\ufffd\u001a\u0002\ufffd\ufffdX\ufffd\ufffd3\ufffdm\ufffd{g\ufffd\ufffdHD\ufffd\ufffdy\u0012\u0002\u000f\u001e\ufffd\u001d\ufffd\u7fcc_\u0013\ufffd\ufffds\ufffd\u0000di1\ufffd/\ufffd#%\u0013#\u0011/\ufffd\ufffd\u04de\ufffd\ufffd\u04ee\u062c\ufffd\t\ufffd\ufffd%\ufffd\ufffdN\u040a\ufffd\ufffd\ufffdv\ufffd.\ufffdyG\nf\ufffd_\ufffd\u0014r\ufffd\ufffd\ufffd\ufffd^\ufffd\ufffdb\ufffd\ufffd\ufffdoE\u0018\ufffdd\ufffdK\ufffd9\ufffd\u0015x\ufffd=\u001eo\ufffd\ufffd7N\ufffd!GE\u001e\ufffd\ufffd\u057c\ufffd\ufffdv\ufffd\ufffdB\ufffd\ufffd\ufffd\u0013\ufffd\ufffd\ufffd\u06aa[;\\y\ufffd\ufffd\ufffdx^C\ufffd;\ufffd}\ufffd\ufffd>\ufffd\ufffd\u0000\ufffd\ufffd~-\ufffd\ufffd\u0000\ufffd
,\ufffdtmsC\ufffd\ufffd\ufffd4\ufffdb\ufffdd\u2886\ufffd\u0004\u0012}\ufffd\ufffd\u0012|0dSi\ufffdh\ufffd\ufffdF\ufffd\u0001\f=\ufffdz\ufffd\u000f\u001d\ufffd\ufffd\u0016\ufffdPI\ufffd\ufffd&s\u001b\ufffd\ufffdl\u01cf\ufffd\u04bc\u001co\nb\ufffd.l;\ufffd\ufffd\ufffd\ufffdL\ufffd\ufffd\ufffd\ufffd\ufffd\u0018\ufffd\ufffd_\ufffdo\ufffdO\ufffdG\ufffdZ\ufffd\u0012z\ufffd\ufffd\ufffd\b.7\ufffd\u001e\ufffd\ufffdTu\ufffd\fx\ufffd\ufffdw\ufffdg\ufffd\ufffd\ufffd\ufffd\ufffdq\ufffdN\u000f\ufffdQ\ufffd]\ufffd\ufffd?Z\ufffdJ\ufffd\ufffdNN3M5\ufffd\ufffd\ufffd&2\ufffdX)BI\ufffd\ufffd\u06c2w\ufffdT\ufffd\u0007)\"8du8*A\ufffd\ufffd:\u001fz\ufffd#\ufffd'\ufffd\ufffd\ufffd\ufffd\u3dc4,\ufffdf\ufffd\ufffd(\f-}a\u0010\ufffd|7\ufffd\u001e5\ufffd\u0000O\u0498\ufffdg\u0000\ufffdN\ufffd\ufffd\u000f\u001f|0\ufffd|U\u0005\ufffd`>n\ufffd\ufffd8pT\ufffd\ufffdJ\ufffd\ufffd\u054fc\u000f\ufffd\ufffd'x\ufffd\ufffd\ufffd\u03eb\u007fi\ufffd\ufffd'\ufffd\ufffd\u0000\ufffd^\ufffd\u000e\ufffdss\u001e\ufffd\ufffd-L\ufffd\ufffd<]\ufffd\ufffd\ufffd\ufffd\ufffd<\ufffdb\ufffd\ufffd|\u007f\t88\u0292:y1`\u0006r}\ufffd\ufffd\ufffd\ufffd\ufffd\u0000oO\u0016\ufffd\u0007\u049f\ufffd'\ufffd\ufffd\u0019|e\ufffd\ufffdQ>^\ufffd\ufffdmC\u000f\ufffduo\ufffd\ufffd\u017e\ufffdg\ufffd\ufffdt\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd||\ufffd\ufffd| \ufffd\u0012_\ufffd\u0007\ufffdT\ufffd#\ufffd\ufffd\ufffd7\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0015\ufffdX\ufffdS\ufffdmS\ufffd\ufffd2\ufffd\u0151\ufffd<\ufffdr\ufffd%\n\ufffdv}\ufffd\ufffd\ufffdaV\u000e\ufffd\u0017e\ufffdz\ufffd\ufffdG\ufffd\ufffd\u0017E\ufffd\ufffd=\ufffdM\ufffdK\ufffd\u0004D\u9d87\ufffd\u0002\u02787\ufffd\ufffd\b?\ufffd\u001dO\u04bc\ufffd\ufffdG\ufffd_\u0011\ufffdK\ufffd4\ufffd&\ufffd\u001d\ufffd\ufffd\\m\ufffd\u0015\ufffd\ufffd\ufffd>\ufffd(\ufffd\u0000\ufffd\ufffd\u0016\ufffd*O\ufffd\u001f]V\ufffd\ufffd\u0016Z=\ufffd1i:r6V\u0018\ufffdO\ufffd\u001cr\u007f\u000e\ufffd\ufffd\\\\\ufffdr[\ufffd\ufffdR\ufffd<\ufffd\ufffd\ufffd8\ufffdE\f5/\ufffd\ufffd\ufffd\ufffd)\u007f<\ufffd_E\ufffdW\ufffdv\u0012\ufffd\u0010d\ufffdU9.^g\ufffd\u0019=+c\ufffd~\b\ufffd\u001f\ufffd\ufffdE\ufffd\ufffdj\ufffd \u007fy9S\ufffd?\ufffd\u06bd\ufffd\ufffd?\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO\ufffd> \u04da/\u000fZ]-\ufffd\ufffd\ufffd\u06aa\ufffd\ufffd$$`\ufffd\ufffd9 `c\ufffd\ufffd\ufffd`\ufffd\ufffd\u061bJ^\ufffd_W\ufffd\u04f9\ufffdsK\n\ufffdZ\ufffd\ufffd\ufffdO^\u01c3xg\u15c8|L\ufffdj\ufffd:D\u007f\ufffd)\ufffd\ufffd\ufffdz\ufffd\ufffd\ufffd\u0000g\ufffd,\ufffd\ufffd\u0155\u000f\ufffd\ufffd$\u0001c\ufffdz\ufffd=+\ufffdZ\u05fe\u000e\ufffd[9\ufffdn\ufffd\t\ufffdm'5\ufffdj\u001f\u000e\ufffd{v8\ufffds\ufffd\ufffdg5\ufffd\u0004\u001f\u000fn\ufffdO\ufffdEmch\ufffd\ufffdLKG\fjwm\u0007\ufffd8\u0007\u0000\f\ufffd{\u000ezU=o\u159c\ufffd>\ufffdmb\ufffd\ufffd\ufffd\ufffd\ufffd\b\u000b\u0003\ufffd\ufffd\ufffd\u0006\ufffd\ufffdq\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\t;\ufffd\ufffd\ufffd\ufffd'\u0019U\ufffdJJ\ufffd\ufffdW\ufffd,\ufffdnc\ufffdX\ufffd\ufffd\u0007j\ufffd-\ufffdV\ufffd\u0018\ufffd5\ufffdg\ufffd>\u0002\ufffd\\!\ufffdO\ufffd\ufffd/\u0004<\ufffd\ufffd\ufffd\ufffd\ufffdrk\ufffd\ufffd7\ufffd\u02db\u0004\ufffd\ufffd\ufffd\ufffd; ;\ufffdR\u007f\u001e\ufffdW\ufffd\ufffd\u001cU&\ufffd\ufffd\ufffd\ufffd\u001f\u0011\ufffd\ufffd\t&\ufffd\ufffd\u0007\ufffdzz\ufffdW\ufffd\u0699\ufffd~\ufffdn!\ufffd#\ufffd\ufffd\ufffd\ufffdK\u001a\u05c3\ufffd\u000bh\f\ufffd1+\u0005\ufffd\ufffd\ufffd\ufffd\ufffd\u0000\u00bc\ufffd\ufffd\ufffd\ufffdC\ufffd\u0019me)*}\ufffdS\u05abZhZ\u03bd\u007f\ufffd8e\ufffdWnH\u0004\ufffd\ufffdW\ufffdI\u0562\ufffd#\u001b\ufffd\ufffd+F\ufffdt\ufffd)Z'Q\ufffd\u001f\ufffd:\ufffd\ufffdk\u007f\fZ\ufffdE>\ufffd\ufffd\ufffd\u0015_\ufffd>/{\u05c2/\u000bx\ufffd\ufffda\ufffdi\ufffd\ufffd\ufffd\u001f\u0010\ufffd\u0006v\ufffd\u0000\u000b\ufffd\\\ufffd\u0007%61\ufffd|\u0003\u0011\ufffd\t\ufffd\u0017\ufffdih\ufffd\t\u0016<\ufffd\ufffd`\ufffdOA\ufffdz\ufffd\ufffd\ufffd\ufffd\u70bc5\ufffd\u0003\u00f3\ufffdc\ufffdzE\ufffd\ufffd\ufffd{n \ufffd2\u000eH\ufffd\ufffdPA\u0000\ufffd\u001c\ufffd\u0001\u0004\u0010+z\u0014\ufffdB\ufffd\ufffd\ufffdI\u04e9\ufffdh\ufffd\ufffd\ufffd\ufffd\ufffdny\ufffd\ufffdiU\ufffd}G3\ufffd\ufffd\u179c\ufffd\u23dc%\ufffd\ufffd\ufffd\ufffd\u03e5\ufffd\ufffd\ufffd\ufffd\u000f\ufffd&\ufffd\u001e\ufffd\ufffd\ufffd\ufffdx\u0017\ufffd\ufffd\ufffdco\ufffd?\u0018\ufffdU\u01b1g\u0000\ufffdi\ufffd\ufffd\u0000\ufffdH\ufffdU\ufffdp\ufffd\ufffd\ufffd8\\\u0015\r\ufffd\ufffd\ufffdW\ufffd\ufffd\ufffd\u0000\ufffdp\ufffdX\ufffd\u0011r\ufffd\ufffd\ufffd\ufffdx\ufffdA\ufffd^\u001dJ\ufffd\u0256A\u0016r\ufffd$!\ufffd\ufffd#\u0007(]pA\ufffd\ufffd_\ufffdg\ufffdy\ufffd-\ufffd\u007fA\ufffd\u007f\ufffd\u0016\ufffd\ufffd\u05da\ufffd\ufffd.\ufffd\u0000\ufffd\ufffd\ufffd\ufffd\u0000\ufffd\u001e\u001f\ufffdv\n\ufffd\u0739\ufffd\u0000X\ufffd\ufffdVV\ufffdBDr\ufffdr\ufffd\ufffd\ufffdZ\u079b\ufffd\ufffd{\ufffdp\ufffd9\ufffdCB\ufffdX\ufffd\ufffd\ufffd&\ufffda\ufffd\ufffd\u021a\ufffdJ\ufffda\ufffdNS\ufffd3\u001c\ufffd\u0001?$\ufffd\ufffd(\u00015\ufffdy6iC9o\u000b\ufffd\ufffd\ufffdu\ufffdK\ufffdI[~\ufffd\ufffd\ufffd\ufffd[uK\ufffd(\ufffd\\G\u000f\ufffdc\ufffd\ufffd\ufffd\ufffdJ\ufffd'v\u053f\ufffd7\ufffd\ufffd\ufffd\ufffd)GK\ufffdY\ufffd\ufffdO\ufffd\u007f\ufffd\ufffd\u0000\ufffd\ufffd_\u0015t\ufffd\ufffd\ufffd\u000f47\ufffd\u0575+\ufffd\ufffdv\ufffd\u01fb\u7448\u82bb\ufffd\ufffdA_\ufffd?\ufffd'\ufffd\ufffd\u000b\ufffd\u007f\ufffd\ufffd\ufffd\u007f\u0643\ufffd\u001b\ufffd\u0006\ufffd\ufffd>\u001e\ufffdT\ufffd\u0016\ufffd\ufffd+{\ufffdN\ufffd\u000b\u0012\ufffdo\ufffde!\ufffd\ufffd\u0004n\u00066\ufffdo\u000b\ufffd\u0018?\u000b<}\ufffd|\u001e\ufffd\ufffd\ufffd\r\ufffdK\ufffd\ufffd\u001ay\ufffd0\ufffd\ufffd\u0012\ufffdx6\u0540\u070b'\ufffd\ufffd\u0001\nN2d\ufffd\ufffd\ufffd\ufffd\ufffd}\ufffd\u0000\ufffd\u0014~\u015e\u0004\ufffd\ufffd\ufffd\u0019\ufffd\u0005\ufffdm\ufffd\ufffds'\u06bcC\ufffd]\ufffd\ufffdjwL>gv\ufffd\ufffd%\ufffd\ufffdE\ufffdz\ufffd\u017e\u00171\ufffd\ufffd\ufffd\ufffd\u0738wzPn\ufffd\ufffd\ufffd\ufffd\u0000\ufffd\ufffd\ufffd\ufffd,\ufffd<\u001d\ufffdo\u0013\ufffdV\ufffdb!e\u001d\ufffd#$\ufffd\u007fs\ufffd\ufffd\u01f6\ufffd\u001e\u0016\ufffdP\ufffd+\ufffd\ufffd\ufffdc\u0003\ufffd?\ufffdy\ufffd\ufffd\ufffd\f\u02ae\ufffd\ufffd#v\u0001\ufffd\f28\u001c\ufffd'\ufffd\ufffdy\ufffd]\ufffd\ufffd\ufffd\"\ufffd\u0004\u0007*J\ufffd\u0000\u00009\u0019\ufffd=q\ufffd\ufffds\u001a\ufffdo\ufffd\ufffd\u0000v\ufffd\ufffd\ufffdn\u0000\ufffdg\u06e8\ufffd\ufffd\u6b12\ufffd\ufffdpm\ufffd\ufffd\ufffd\ufffd\ufffd\u0000\ufffd\ufffd\ufffd\u0017\ufffdo\ufffd\ufffd\u0014\ufffd'j\ufffd,\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdB}7\ufffd\ufffdtg\ufffd\ufffdg\ufffdN\ufffd\u0016\ufffd)\ufffd\u0004\u0007\ufffd\u07f7\ufffd\u000e\ufffd\ufffd+\ufffdO\ufffd'\u000f\ufffd\u0015\u0003F\ufffd\ufffd\u0016\ufffd\ufffdy\ufffd\ufffd/\ufffdt\ufffd\ufffd\ufffd0\ufffd\u0000\ufffd^Z\ufffd\ufffd>+\ufffdWw\ufffd\ufffd\u0018aK\ufffd\u001b\ufffd\u0011\ufffde\ufffd\u0018\f\ufffd\ufffd\ufffd\u0015\ufffd\ufffdB\ufffd\ufffd\ufffd\u000f\ufffd\ufffd\u001de\ufffd\ufffdK\ufffd\u001f\ufffd~D\ufffd\ufffd6\ufffd\\Cg\u0018bz\ufffdo\ufffd\ufffd\ufffdH\ufffd\ufffd~bx#\ufffd?\ufffd\ufffd\ufffd\u0003\ufffdL\u001f\ufffdw\ufffd=\u0016\ufffda\u0007\ufffdu\u0015m\u001fZ\ufffdi\u0016\ufffdA}\ufffd\u2e74\ufffd@i-K\ufffd\ufffd\ufffd\ufffd\u0450AS\ufffdB\ufffdiS\ufffdz:\ufffd\ufffd\ufffd\u001e\ufffd\ufffd\ufffdy\ufffd\u0000\ufffd\ufffd\ufffdI\ufffdd\ufffd\ufffd\ufffd<\ufffd3\\\ufffd\ufffd\n^\u02b2\ufffd\u0015\u0014W2\ufffd\ufffd\t{\ufffd]7\ufffd\ufffd\ufffd \ufffdE\ufffd\ufffd\u0001X\u0013\ufffd\ufffd\ufffdz\ufffd\u0000\ufffd\ufffd\ufffd\ufffd\u000f\u06af\ufffdH\ufffd\ufffdRj_\u0012~\u001c\ufffde/\ufffd\ufffdW\ufffd*\ufffd\bn\u0011\u01ec\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd>\ufffd8\ufffd\ufffd\ufffd\u03c5\u007f\ufffd2?\ufffd\ufffdo\u01b5\ufffd\u007fg\ufffd\u069b\u0176_\ufffdLV/\tx\ufffd\ufffd\ufffdl\ufffdW\u0019\u001f&\ufffdP\u0011.\ufffd\ufffdL$\ufffd\ufffd\ufffd>P\ufffd\ufffd\u001c\u038d\ufffd\ufffdJ\ufffd'\ufffd\ufffd\u001e\u0562\ufffd\ufffd\ufffd\ufffd\ufffdkT\ufffd\ufffd_\ufffd\ufffd\ufffdf<7\ufffdN\ufffdx'u\ufffd(\ufffdz\ufffdX>\ufffd\u0784\ufffdOt\ufffdVh\ufffdO\ufffd\ufffd\ufffdz\ufffd\ufffd\ufffd\ufffdZ\u0795s=\ufffd\ufffd\ufffdM\"i\ufffd\ufffd\u06d8\ufffdFB\u0003\ufffd\u0398\u001eT\ufffdC\ufffd\ufffdd\u0010k\u036e\\,\ufffd\u0016\ufffd\u00002\u0007A\ufffd~~\ufffd\ufffd\ufffd\ufffdY\ufffd\u025aw\ufffd-5/\u001f\ufffd\u001f\ufffd+\u007fs{\u0018>&\ufffd\u00b0\ufffd5\ufffd@B\ufffd\u0013\u0011\ufffdoc\u0019\ufffd\ufffd\ufffd\u001b\ufffd>T\ufffd\ufffdq\ufffd\ufffd\ufffd\ufffd\u0000\u00fb\ufffd\ufffdl.f\ufffd\ufffd/\ufffdeM:\ufffd[V\ufffdEx\ufffd\u0012[\\FFa\ufffd\ufffd\ufffd\u001e#\ufffd8#*\ufffdO\ufffd\u001b\u0150\u0352\ufffd\ufffd\u001d\ufffd\ufffdh\ufffdMw^k\ufffd.\ufffd\ufffd\u007f6\ufffd\ufffd\ufffd\ufffd2X\ufffd\ufffd%NX)\ufffdJ/YP\ufffd\ufffd\u0013\ufffd\u0017\ufffd$\ufffdkGi&\ufffd8\ufffd\ufffd\u0000\u000b\ufffd\u007fx\ufffd\ufffd?\ufffd\ufffd\u0000Z\ufffdK\ufffd\ufffd\ufffd\u0014\ufffd\ufffd\u028c\ufffd\ufffd\u007f\ufffd\ufffd\ufffd\u02c8\ufffdQ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffda(\ufffd'$\u000f\ufffd\ufffd\ufffdw\ufffdk\ufffd\u0007N\ufffd\u001f\ufffdF\ufffd,\ufffd]\ufffd\ufffd)\ufffd%Pr\ufffd\u0000\ufffdL{z\ufffd\ufffd\ufffd\ufffd\u001f\ufffd5o\rj\u026dh7\ufffd\u001b\ufffd\u0004\u0007^C\ufffd\ufffd\b<2\ufffd\ufffdx?^k\u0015\ufffd\ufffd\ufffd\ufffdU\ufffd\ufffd\ufffdn\ufffd/\ufffd|k\ufffd'P\ufffd\ufffd\u0017p\ufffd\ufffd\ufffd\ufffdp\u0018\ufffdW\ufffd\n8\u0007\ufffdC\fn\ufffd\ufffd}s\ufffd\r\ufffdo}y\ufffd\ufffd5\ufffdFq\ufffd6\ufffd\u0003v\ufffd\ufffd\u000e\u007f\u01b2\ufffdH\ufffd7+\ufffdv\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd3\ufffd\ufffd\t$\ufffdkj\ufffd\ufffd\ufffd~\u000fO\ufffd,\ufffd\ufffd\u001a>\ufffd\ufffd\ufffd\ufffdL\u007fi\ufffd\ufffd\nX\ufffd\ufffdC\ufffd\ufffd\ufffdMN\ufffd[\ufffd*a5\ufffd\ufffdx\ufffd\u000e\ufffd\ufffd\ufffd\ufffdt\ufffd\u001c\ufffd\ufffd\u001dr\ufffd\ufffd\u001b\u0006 \ufffd~\ufffd\ufffd\ufffd\ufffd\\\ufffd^-\ufffd^\ufffdq\ufffd\ufffdue\ufffdf%\ufffd\ufffd\ufffd%W#\ufffd\u0007\u06e0\ufffd)\ufffd\u0000\ufffd,\ufffd1\ufffdMu\ufffdW\ufffd\ufffd\ufffdS\u001d\ufffd\ufffd\u001bL\ufffd\ufffde\u0007\ufffd\ufffd\u0001?\ufffd~0t\ufffd\b\ufffd\ufffd\ufffd\ufffd)\u0002\ufffd\ufffd\ufffd\ufffd\ufffd'\ufffd>\ufffd\ufffd\u00a2\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdN\u03f2v~W\u007f3\u0195'S\u0017VRI%h\ufffd\ufffd\ubf2f\ufffdi=\ufffdc\ufffd\ufffdX\ufffd5(Lw\ufffdb\u001b\ufffd\ufffdx\ufffd\u001c\ufffd\ufffd\u0003\ufffd\ufffd\ufffd\u0000\ufffd]\ufffd_\ufffd\u000f\ufffdl\ufffd\ufffd\ufffd\ufffd\ufffdu\u000b\ufffd\ufffdI\t>tQ.F\ufffd;r\t \ufffd\n\ufffd1}\ufffd\ufffd\u001a\ufffd:n\ufffdo\u0011I$U3M\ufffd\ufffdg$\ufffd\u001d\u0006;\ufffd\ufffd\ufffd\u0016\ufffd>\u0007\ufffd\ufffd\ufffd%md\ufffd\ufffd\u001f\ufffd4\ufffd\ufffdn\ufffd\ufffd\ufffdW\ufffd@9\ufffd\ufffd\ufffdB\ufffdt\ufffd6\ufffd\ufffdWm\ufffd\ufffd\ufffdyx\ufffd<\ufffdX\u04f7\ufffd\ufffd\ufffdv\ufffdG\u047f\ufffd\ufffd\ufffdt\ufffdZ\ufffd\u001d\ufffd\ufffd\ufffdb\ufffd\u0019yYA\ufffdO`{sS[\b\ufffd\ufffd\u0011[\ufffd\ufffdkW\ufffd\ufffd\n\ufffd\ufffd\ufffd?\ufffd\ufffd\ufffdy\ufffd\ufffd\ufffd\ufffd:yihm\ufffd'\ufffd\ufffd\\\ufffd
U\ufffd2O\ufffdv\ufffd\ufffd\u0017;Tc\n\u0005}\ufffd\ufffd];\ufffd\u03cct\ufffd\u07c8\ufffd\u0006\u04b5(\u0011TM\u0005\ufffdq\\$\ufffd\ufffd\u0004\u00012\f\ufffdG8\ufffd|x\ufffd\ufffd\ufffd\ufffd%\ufffd\ufffd\u0013\ufffd\ufffdt\ufffd>\ufffd\ufffd\u0007D\ufffd.\ufffd\u0019[\ufffd\u0006\ufffd]5\ufffd\ufffd\ufffd_\ufffd\u0015F#\u0019\ufffd\b\ufffd]\ufffd\ufffd\u0665\u0015\ufffd\ufffd?U(\ufffd7\ufffd\ufffd\u0000\ufffdO\n\ufffd[\ufffdX\ufffdi\ufffd\ufffdPo\ufffd\ufffd:\ufffd\ufffd\ufffdh\ufffd\ufffd\u0000&g\ufffd^(\ufffd\ufffd\ufffdio\ufffd\ufffd4\ufffd\ufffd!\ufffdom\ufffd\ufffd.t\u0007\ufffdSW\ufffd\ufffd\ufffd#\ufffd\ufffd\ufffdj\ufffd\f\ufffd\ufffd\ufffdH>SRV\ufffdC\"\u028a\ufffdr\u0018dT\u00ca\ufffd\ufffd=x]\f\frW\ufffd]\b\ufffd\u0018\ufffd\u0001\u0018\ufffd\"\ufffd\ufffd\u0491L\ufffd\ufffd\ufffdS\u02244\u0001\u001e)\ufffdT\ufffdR\u0015\ufffd\"\")1R\u0011M4\u0001\u0019\u0018\ufffd\u0504SH\ufffd0\u0019\ufffdB)\ufffd@\ufffd\u0011M\ufffd?\u0014\u001a`3\u0014\ufffdi\u0504b\ufffd\f\ufffd&)\ufffd}\ufffd\u0010\ufffd\ufffd'JSI\ufffd`!\ufffd\ufffd\ufffd\u001a\u0000\ufffdi\ufffd\ufffd\ufffd\ufffd\ufffd7\u0018\ufffdC\u0013\ufffd\u0007\ufffdSHi\ufffd\ufffd\ufffd\ufffd\u0007\ufffd(\u00013Hh4u\ufffd!1I\ufffdR\ufffdJ\u0000L\ufffdz\u04e9(\u0001)\ufffd\ufffdi(\u0000\ufffd\ufffd\ufffd\ufffd\u001ejP\ufffd\ufffdZv\u000b\ufffd\ufffd\u0014S\ufffdN\ufffd\ufffd\ufffd+\ufffd\ufffdQ\ufffdS\u001aiZE\\\ufffd\ufffd0\ufffdLV\ufffdm\u0003\ufffdY\ufffd\ufffd)\ufffdZe\ufffdXR\u0019NX\ufffd\ufffd\ufffd\u0017z\ufffdq\ufffd\ufffd\u02caLft\ufffdsQ\u0011\ufffd\ufffd8\ufffdV\ufffdz\ufffd\u0002