Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix.


Excerpt


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.


Note

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


Code Block
languagexml
themeEmacs
<SuggestPhonetic>0</SuggestPhonetic>


...