From 10b8a3f3893982accc7699a80de827fe7bb17f66 Mon Sep 17 00:00:00 2001 From: Winona Azure <38537084+wiazur@users.noreply.github.com> Date: Wed, 19 Feb 2020 18:36:15 -0800 Subject: [PATCH] Initial commit --- python/Language/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 python/Language/README.md diff --git a/python/Language/README.md b/python/Language/README.md new file mode 100644 index 0000000..f93b69f --- /dev/null +++ b/python/Language/README.md @@ -0,0 +1,25 @@ +--- +topic: sample +languages: + - python +products: + - azure + - cognitive services +--- + +# Language REST API samples + +These samples are quickstarts that show how to use various Language APIs, such as Bing Spell Check. + +## Prerequisites + +- Create an [Azure resource](https://portal.azure.com) for the service you'd like to try, for example a Bing Spell Check resource. +- Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample. +- Copy/paste the `.py` file into your project or text editor. + +## Running the samples +- Run from your IDE or the command line, for example:
+ `python BingSpellCheckv7.py` + +## Resources +#### Bing Spell Check: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-spell-check/overview), [API](https://dev.cognitive.microsoft.com/docs/services/5f7d486e04d2430193e1ca8f760cd7ed/operations/57855119bca1df1c647bc358)