Skip to content

Commit

Permalink
appease python 2 encoding (Azure#20115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored Aug 5, 2021
1 parent 7536e2b commit 681baca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/textanalytics/azure-ai-textanalytics/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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, theres 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 "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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, theres 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 "
Expand Down

0 comments on commit 681baca

Please sign in to comment.