| services | cognitive-services, bing-spell-check |
|---|---|
| platforms | java |
| author | wiazur |
This quickstart checks the spelling for the query "Bill Gatas" (with market and mode settings) and print outs the flagged tokens and spelling correction suggestions.
- A Bing Spell Check subscription key. If you don't have one, you can visit the Microsoft Cognitive Services Web site, create a new Azure account, and try Cognitive Services for free.
- Set an environment variable named BING_SPELL_CHECK_SUBSCRIPTION_KEY with your Bing Spell Check subscription key in the quickstart.
Execute the following from a command line:
git clone https://github.com/Azure-Samples/cognitive-services-quickstart-code.gitcd cognitive-services-quickstart-code/java/BingSpellCheckmvn compile exec:java cleanupDaemonThreads = false
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.