Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wiazur authored Feb 20, 2020
1 parent 5ecf009 commit 10b8a3f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions python/Language/README.md
Original file line number Diff line number Diff line change
@@ -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: <br>
`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)

0 comments on commit 10b8a3f

Please sign in to comment.