Description:SuggestPhonetic parameter regulates whether corrections for misspelled words should be searched and suggested based on the phonetic (sounds-like) similarity. 
Parameter type:Boolean
Default value:0
Possible values:
  • 0 corrections are not search based on the phonetic similarity.
  • 1  corrections for misspellings are searched and suggested based on the phonetic similarity.

The SuggestPhonetic and SuggestTypographical parameters are interconnected. Only one of these parameters can be enabled at a time. The typographical suggestions are enabled by default and have higher priority over phonetic suggestions. Thus, if you prefer to have suggestions given based on the phonetic similarity, you need to turn off typographical suggestions.

<SuggestPhonetic>0</SuggestPhonetic>

  • No labels