From dfaef9b8fa4c6debfb119bb3b59adbf3b1048637 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Thu, 5 Aug 2021 16:03:24 -0700 Subject: [PATCH 1/2] appease python 2 encoding --- .../samples/async_samples/sample_extract_summary_async.py | 2 +- .../azure-ai-textanalytics/samples/sample_extract_summary.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_extract_summary_async.py b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_extract_summary_async.py index f39145596027..ac0d3428c2d9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_extract_summary_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_extract_summary_async.py @@ -45,7 +45,7 @@ async def sample_extractive_summarization_async(): "Services, I have been working with a team of amazing scientists and engineers to turn this quest into a " "reality. In my role, I enjoy a unique perspective in viewing the relationship among three attributes of " "human cognition: monolingual text (X), audio or visual sensory signals, (Y) and multilingual (Z). At the " - "intersection of all three, there’s magic—what we call XYZ-code as illustrated in Figure 1—a joint " + "intersection of all three, there's magic—what we call XYZ-code as illustrated in Figure 1—a joint " "representation to create more powerful AI that can speak, hear, see, and understand humans better. " "We believe XYZ-code will enable us to fulfill our long-term vision: cross-domain transfer learning, " "spanning modalities and languages. The goal is to have pretrained models that can jointly learn " diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_extract_summary.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_extract_summary.py index ec7968f35881..d89a26120364 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_extract_summary.py +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_extract_summary.py @@ -46,7 +46,7 @@ def sample_extractive_summarization(): "Services, I have been working with a team of amazing scientists and engineers to turn this quest into a " "reality. In my role, I enjoy a unique perspective in viewing the relationship among three attributes of " "human cognition: monolingual text (X), audio or visual sensory signals, (Y) and multilingual (Z). At the " - "intersection of all three, there’s magic—what we call XYZ-code as illustrated in Figure 1—a joint " + "intersection of all three, there's magic—what we call XYZ-code as illustrated in Figure 1—a joint " "representation to create more powerful AI that can speak, hear, see, and understand humans better. " "We believe XYZ-code will enable us to fulfill our long-term vision: cross-domain transfer learning, " "spanning modalities and languages. The goal is to have pretrained models that can jointly learn " From d05235c482498d33381bfeba7b9111291eecb24c Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Thu, 5 Aug 2021 16:13:29 -0700 Subject: [PATCH 2/2] functions -> features --- sdk/textanalytics/azure-ai-textanalytics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/README.md b/sdk/textanalytics/azure-ai-textanalytics/README.md index 964eab8bc5a9..dd7025f2cb91 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/README.md @@ -1,6 +1,6 @@ # Azure Text Analytics client library for Python -Text Analytics is a cloud-based service that provides advanced natural language processing over raw text, and includes the following main functions: +Text Analytics is a cloud-based service that provides advanced natural language processing over raw text, and includes the following main features: - Sentiment Analysis - Named Entity Recognition