Skip to content

Commit

Permalink
[AutoPR cognitiveservices/data-plane/TranslatorText] typo: cognitives…
Browse files Browse the repository at this point in the history
…ervices/data-plane/TranslatorText (#4690)

* Generated from c5f7a0711a87dedf3e154ee936ff71cca80fb17a

typo: cognitiveservices/data-plane/TranslatorText

- Double word "the"

* Packaging update of azure-cognitiveservices-translatortext
  • Loading branch information
AutorestCI authored Mar 26, 2019
1 parent 2c83902 commit f57ac94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions azure-cognitiveservices-translatortext/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include tests *.py *.yaml
include *.rst
include azure/__init__.py
include azure/cognitiveservices/__init__.py
Expand Down
3 changes: 3 additions & 0 deletions azure-cognitiveservices-translatortext/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
`Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__
section of the project.


.. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-translatortext%2FREADME.png
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ def dictionary_lookup(
"confidence" (or perhaps more accurately, "probability in the training
data") of that translation pair. The sum of confidence scores for one
source word may or may not sum to 1.0.
* `prefixWord-` A string giving the the word to display as a prefix of
the translation. Currently, this is the gendered determiner of nouns,
in languages that have gendered determiners. For example, the prefix
of the Spanish word "mosca" is "la", since "mosca" is a feminine noun
in Spanish. This is only dependent on the translation, and not on the
* `prefixWord-` A string giving the word to display as a prefix of the
translation. Currently, this is the gendered determiner of nouns, in
languages that have gendered determiners. For example, the prefix of
the Spanish word "mosca" is "la", since "mosca" is a feminine noun in
Spanish. This is only dependent on the translation, and not on the
source. If there is no prefix, it will be the empty string.
* `backTranslations-` A list of "back translations" of the target. For
example, source words that the target can translate to. The list is
Expand Down

0 comments on commit f57ac94

Please sign in to comment.