Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

services cognitive-services, bing-spell-check
platforms java
author wiazur

Bing Spell Check Quickstart

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.

Getting Started

Prerequisites

  • 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.

Clone and run

Execute the following from a command line:

  1. git clone https://github.com/Azure-Samples/cognitive-services-quickstart-code.git
  2. cd cognitive-services-quickstart-code/java/BingSpellCheck
  3. mvn compile exec:java cleanupDaemonThreads = false

More information


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.