Skip to content

Commit 607f0fc

Browse files
committed
format lists
1 parent 61c16a1 commit 607f0fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Bing-Spell-Check/proof-text.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ This spell-checker can handle any word-processing scenario:
3333
The API supports two proofing modes, `Proof` and `Spell`. Try examples [here](https://azure.microsoft.com/en-us/services/cognitive-services/spell-check/).
3434
### Proof - for documents scenario
3535
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.
3737
### Spell - for web searches/queries scenario
3838
`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>
4242

4343
## Market setting
4444
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

Comments
 (0)