Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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