You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Spell-Check/proof-text.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ This spell-checker can handle any word-processing scenario:
33
33
The API supports two proofing modes, `Proof` and `Spell`. Try examples [here](https://azure.microsoft.com/en-us/services/cognitive-services/spell-check/).
34
34
### Proof - for documents scenario
35
35
The default mode is `Proof`. The `Proof` spelling mode provides the most comprehensive checks, adding capitalization, basic punctuation, and other features to aid document creation. but it is available only in the en-US (English-United States), es-ES(Spanish), pt-BR(Portuguese) markets (Note: only in beta version for Spanish and Portuguese). For all other markets, set the mode query parameter to Spell.
36
-
• Note: If the length of query text exceeds 4096, it will be truncated to 4096 characters, then get processed.
36
+
<br /><br/>**NOTE:** If the length of query text exceeds 4096, it will be truncated to 4096 characters, then get processed.
37
37
### Spell - for web searches/queries scenario
38
38
`Spell` is more aggressive in order to return better search results. The `Spell` mode finds most spelling mistakes but doesn't find some of the grammar errors that `Proof` catches, for example, capitalization and repeated words.
39
-
• Note: The max query length supported is as below. If query exceed the bound, the result appears that the query is not altered.
40
-
o 130 characters for language code of en, de, es, fr, pl, pt, sv, ru, nl, nb, tr-tr, it, zh, ko.
41
-
o 65 characters for others
39
+
<br /></br>**NOTE:** The max query length supported is as below. If query exceed the bound, the result appears that the query is not altered.
40
+
<ul><li>130 characters for language code of en, de, es, fr, pl, pt, sv, ru, nl, nb, tr-tr, it, zh, ko. </li>
41
+
<li>65 characters for others</li></ul>
42
42
43
43
## Market setting
44
44
Market needs to be specified in the query parameter in request URL, otherwise speller will take the default market based on IP address.
0 commit comments