From 681baca90cb4c161c8e893037cf3c41aa310d994 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Thu, 5 Aug 2021 16:36:08 -0700 Subject: [PATCH] appease python 2 encoding (#20115) --- sdk/textanalytics/azure-ai-textanalytics/README.md | 2 +- .../samples/async_samples/sample_extract_summary_async.py | 2 +- .../azure-ai-textanalytics/samples/sample_extract_summary.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/README.md b/sdk/textanalytics/azure-ai-textanalytics/README.md index 83d37ddb6b7a..5041adf62aa7 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 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 "