Skip to content

Commit 681baca

Browse files
appease python 2 encoding (Azure#20115)
1 parent 7536e2b commit 681baca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/textanalytics/azure-ai-textanalytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure Text Analytics client library for Python
22

3-
Text Analytics is a cloud-based service that provides advanced natural language processing over raw text, and includes the following main functions:
3+
Text Analytics is a cloud-based service that provides advanced natural language processing over raw text, and includes the following main features:
44

55
- Sentiment Analysis
66
- Named Entity Recognition

sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_extract_summary_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def sample_extractive_summarization_async():
4545
"Services, I have been working with a team of amazing scientists and engineers to turn this quest into a "
4646
"reality. In my role, I enjoy a unique perspective in viewing the relationship among three attributes of "
4747
"human cognition: monolingual text (X), audio or visual sensory signals, (Y) and multilingual (Z). At the "
48-
"intersection of all three, theres magic—what we call XYZ-code as illustrated in Figure 1—a joint "
48+
"intersection of all three, there's magic—what we call XYZ-code as illustrated in Figure 1—a joint "
4949
"representation to create more powerful AI that can speak, hear, see, and understand humans better. "
5050
"We believe XYZ-code will enable us to fulfill our long-term vision: cross-domain transfer learning, "
5151
"spanning modalities and languages. The goal is to have pretrained models that can jointly learn "

sdk/textanalytics/azure-ai-textanalytics/samples/sample_extract_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def sample_extractive_summarization():
4646
"Services, I have been working with a team of amazing scientists and engineers to turn this quest into a "
4747
"reality. In my role, I enjoy a unique perspective in viewing the relationship among three attributes of "
4848
"human cognition: monolingual text (X), audio or visual sensory signals, (Y) and multilingual (Z). At the "
49-
"intersection of all three, theres magic—what we call XYZ-code as illustrated in Figure 1—a joint "
49+
"intersection of all three, there's magic—what we call XYZ-code as illustrated in Figure 1—a joint "
5050
"representation to create more powerful AI that can speak, hear, see, and understand humans better. "
5151
"We believe XYZ-code will enable us to fulfill our long-term vision: cross-domain transfer learning, "
5252
"spanning modalities and languages. The goal is to have pretrained models that can jointly learn "

0 commit comments

Comments
 (0)