33 questions with Bing Spell Check-related tags

Sort by: Updated
1 answer

Get error code using bing spell check

Using https://api.cognitive.microsoft.com/bing/v7.0/spellcheck/ Get - {"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,577 questions
asked 2022-05-19T15:09:53.053+00:00
Moon Websites 1 Reputation point
commented 2022-06-07T11:26:18.317+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

bing spell check api not work in mode 'proof'

example_text = "I is a techer" endpoint = "https://api.bing.microsoft.com/v7.0/SpellCheck" data = {'text': example_text} params = { 'mode':'proof', 'text': example_text, 'mkt': 'en-US', } headers = { …

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2022-03-24T06:52:54.537+00:00
占帅 邵 1 Reputation point
commented 2022-03-29T05:47:24.127+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

Bing Spell Check API callout is successful but no flaggedtokens returned when there is new line in the text

My input is this text --- The quick brown fox jumped overd the lazy dog. I am getting 'overd' as a flagged token on this, thus I know that the request works. However when I add a new line to any part of the text, the callout is still successful but…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2022-03-07T19:04:01.27+00:00
abchua 1 Reputation point
commented 2022-03-10T05:59:36.367+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
2 answers

Bing Spell Check API return only British English

Is it possible to configure the Spell Check API to return only British English results? I am already specifying the mkt and setLang parameters to en-gb however this doesn't appear to make any difference An example is "coloor", I'd expect…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2022-01-27T14:59:34.553+00:00
Dale Birkett 1 Reputation point
commented 2022-02-09T16:12:51.687+00:00
GiftA-MSFT 11,161 Reputation points
0 answers

Bing Spell Check doesn't catch obvious errors

I am testing out Bing Spell Check on sentences that make no sense like this one: "A couple of other calendar 18 your work all over the body thank you on the. 18 your. Thank you what. On the calendar 18." but the results come up with…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2021-06-08T17:12:52.79+00:00
Shionne Matsuda 1 Reputation point
commented 2021-09-22T21:35:04.277+00:00
YutongTie-MSFT 48,001 Reputation points
2 answers

How to call bing spell check API from qnA knowledge base to correct the user typos

Hello! I am trying to build a bot from a qNa service in Azure. I would like to implement some type of spell check of the user to make sure a wrong typed word will still lead the user to what they are trying to find. From my research I saw that bing…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
779 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,577 questions
asked 2021-08-27T19:55:59.367+00:00
Lucia Casucci 41 Reputation points Microsoft Employee
answered 2021-08-31T19:47:43.417+00:00
Lucia Casucci 41 Reputation points Microsoft Employee
1 answer

How to enable BingSearchV7 in LUIS

I can't enable BingSearchV7 in LUIS. I tried the BingSearchV7 works well. Though I set the parameters. But LUIS doesn't return any spell check result.

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2021-07-19T10:23:47.147+00:00
Susy Yi 1 Reputation point
commented 2021-08-03T16:42:17.723+00:00
GiftA-MSFT 11,161 Reputation points
1 answer One of the answers was accepted by the question author.

Is Bing Spell Check API removed from Azure?

If not where I can find this resource. Is there any alternative to spell check to this in Azure?

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2021-07-27T05:41:47.063+00:00
tom_31037 21 Reputation points
commented 2021-07-28T14:38:59.177+00:00
tom_31037 21 Reputation points
1 answer

SpellCheck Connectivity Issue

I have been working with the support team for the following issue. In my C# code ( from the tutorial ) I get the following errors: InnerException = {"The underlying connection was closed: An unexpected error occurred on a send."} …

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2021-01-15T00:51:48.887+00:00
Ed Maybert 1 Reputation point
commented 2021-02-08T06:34:17.527+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

How can I test the accuracy of the Bing Spell Check API?

Hey there, I am thinking about using your Microsoft Bing Spell Check API to spell-check multiple languages for our app. But before I sign up for a subscription, I need to test its accuracy and overall consistency. Where can I test it? I remember,…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2021-01-13T18:02:29.523+00:00
Andeas C 1 Reputation point
commented 2021-01-20T01:22:20.22+00:00
YutongTie-MSFT 48,001 Reputation points
0 answers

Bing Spell check api, mkt parameter not functioning

I found that no matter what value comes in the mkt parameter, example en-US, es-MX the api disregard that value and takes in account the IP address from the computer accessing the IP, this is a problem because I need to supply the mkt value for the right…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2020-11-10T02:50:30.487+00:00
RCarrasco 1 Reputation point
commented 2020-11-20T15:33:26.44+00:00
RCarrasco 1 Reputation point
1 answer

How to keep the enterprise words when doing Bing spell check?

We started to use Bing spell check. One question is how we define some words the enterprise uses, for example, "birchboat" is one company word . These enterprise words will not be separated as two words "birch boat" by Bing spell…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2020-06-22T17:03:22.6+00:00
X W 1 Reputation point
answered 2020-06-23T20:00:43.507+00:00
GiftA-MSFT 11,161 Reputation points
1 answer One of the answers was accepted by the question author.

Why am i seeing different error codes after upgrading bing news search API from v5 to v7?

I have recently upgraded from v5 to v7 version of the bing news search API but i see different versions of an error when they occur? How do i handle the new errors? Do you have a documented set of error codes to update in my client repository? [Note:…

Bing Spell Check
Bing Spell Check
A Bing service that detects and corrects spelling mistakes in your app.
33 questions
asked 2020-05-13T04:06:15.043+00:00
bharathn-msft 5,086 Reputation points Microsoft Employee
accepted 2020-05-13T17:10:38.147+00:00
bharathn-msft 5,086 Reputation points Microsoft Employee