I am facing the issue with the spell checker option in LUIS, As i am checked it and published. When i see again its showing as unchecked. I had purchased Bing spell check key too.
Please help me with this...
I am facing the issue with the spell checker option in LUIS, As i am checked it and published. When i see again its showing as unchecked. I had purchased Bing spell check key too.
Please help me with this...
Now users aren't required to purchase a Bing Spell Check Key to use the Bing Spell Check API with your LUIS model. To enable spellcheck, you go to the publish page of your LUIS App:
After you get here and publish your app, you'll find near the center-bottom of the page you will see your region and an endpoint (regions and endpoints if this app is publicly accessible, meaning other users can use their own subscription key to use your LUIS model) along with several checkboxes:
The bing spell checker is unchecked, but one thing to note is that if you have not enabled it before, it is already implicitly enabled for your LUIS app. This means that your LUIS application already uses the Bing Spell Check API. When you check the box, LUIS will add &spellCheck=true
to app's endpoint(s):
If you uncheck the box, then the endpoint(s) will have &spellCheck=false
instead of &spellCheck=true
, see the screencap below: