-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |