Spell Check API Issues with Polish and Finnish Languages
We are currently using the Bing Spell Check API and have encountered some issues with spell correction in different languages. Below are the details of the problems we've observed: Polish (mode: spell, market code: pl-PL): Input: 'Spozywaja' Expected…
How to integrate a spell checker in my web application
Hi guys, I have an Angular based web application. I want to integrate a spell checker with medical dictionary. Does Microsoft provide any product for this purpose?
Bing is not working for other languages as expected.
I have some text in the French which contains some spelling mistakes, and I am passing appropriate market code, but it is giving empty result. Please refer below details. Input text = '' À la base, la geastion de projet est une question de…
Bing not catch the expected corrections
I am sending below text to Bing spell check API and expecting the correction for 'their' should be 'they' but Bing doesn't provide any correction. Refer text = "RH was specifically designed for Marketing and Creative teams and the type of high…
BING Spellcheck api supported language for ES, ES419
Does BING Spellcheck support ES419 spellcheck? The reason I'm asking this is because, BING spellcheck query parameter document says "If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request…
Bing spellcheck API does not work correctly for en-AU or en-GB
I'm trying to check the spelling using en-AU (or en-GB) and find that it is returning results based on en-US. For example, words like colour and specialise which are valid in AU / GB and not in US are returned as errors with the US spelling as…
spell check missing not finding misspelled words
I'm trying out Bing Spell Check (BSP). I POST a sentence with a misspelled word, and BSP does not find it. But if I POST just the misspelled word by itself, then BSP finds it. What's up with that?
The Bing Spellcheck API only returns empty results.
Hi, I've followed the instructions from the tutorial here Microsoft's Bing Spell Check API Tutorial to set up a project, then I tested it with A apple a day, keeps doctor away. Still, the spell check keeps returning the following empty result:…
Is the Bing Spell Check API down?
Hello there, We've been experiencing issues with the "Bing Spell Check" API. Our system has been unable to connect to the "Bing Spell Check" since last Friday, and we're wondering if the API is currently down?When we attempt to…
how to fix this change in Bing Spell check API, it is now combined with bing search service
I am using this code provided by chatgpt to find spell check (grammar error). I came to know that Bing spell check is now (Bing Spellcheck is an API under Bing Search Service). Now that my endpoint shows this: How can I fix this and get this code…
How to create Bing Spell Check API on Azure portal
I am trying to create Bing Spell Check services on Azure but i am unable to find it. Does that service still exist or it is not available?
Build a full-text search experience with AI and semantic search
I have got an email about "Bing Search APIs will transition from Azure Cognitive Services to Azure Marketplace on 31 October 2023" and I have a Search Service which is Azure AI Services loading data from my database and create index of the…
I have a cognitive bing spellcheck API
Where can I create a bing spell check from azure marketplace. I do not see the option.
some questions about spellcheck
I use api spellcheck , the status code is success ,but the flaggedTokens doesn't has value the response head still is 'BingAPIs-Market: zh-CN' ,but I set parameter mkt=en-US Hope Get your help,thanks. the code: string text="bill gatas"; …
I would like for my command to repeat through each row, at the moment it only runs on 1 row
I have the current VBA Sub Subtract() cPart = Sheet3.Range("a2, a1000") cQty = Sheet3.Range("b2, b1000") 'loop lastrow = Sheet1.Cells(Rows.Count, 1).End(xlUp).row For i = 2 To lastrow If Sheet1.Cells(i, 1) = cPart Then …
No Bing Spelling Suggestions for Hebrew Strings
I have tried using the Bing Spellcheck API for Hebrew and it has never once returned a single suggestion or result when trying to query with Hebrew strings. I have tested English, French, Italian and all of these seem to be working as intended. Here is…
Advanced editor options in the new outlook
Hello, Since we have the opportunity to try the new outlook at my office, our users seems to not find a few options. For instance, one used the editor options to autocorrect "cdlt" in "cordialement". It was possible to manages the…
Bing Spell Check API doesn't return any results on Google App Engine
Hi, After running the same code locally and on Google App Engine, I've realized that Bing Spell Check API doesn't return any results on Google App Engine. Instead, the response is always: {"_type": "SpellCheck",…
My website has been penalized by Bing for a few days. How can I get my website back on Bing faster?
I have made a website for about a month, it has been indexed according to the rules of Bing webmaster. The website is no longer visible on bing My [https://crackstreams.ink/]> site url doesn't come up when I search it so far my bing webmaster tool…
Bing Spell Check API not working for Arabic
I am using the Bing Spell Check API, it shows that Arabic is a supported language, yet when I try the API (following the python documentation) it works for English and French but not Arabic. And I have set the mode to 'spell'. I tried 'mkt', 'setlang'…