Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once a new configuration file with the rules is ready and placed in the [WebSpellChecker_Installation_Folder]/AppServer/ folder. The next step is to enable the suggestion prioritization mechanism in the AppServerX.xml file.

1. Stop AppServer

2. Go to the [WebSpellChecker_Installation_Folder]/AppServer/ folder and open the AppServerX.xml file.

23. In the list of all available parameters for AppServer, locate the CustomSuggestionsPrioritization tag which is responsible for the suggestion prioritization mechanism. By default, the tag is commented.

34. Uncomment the section with the CustomSuggestionsPrioritization tag and fill in the information in the sub-tags as follows:

...

Code Block
languagexml
themeEmacs
...
<CustomSuggestionsPrioritization>
     <Lang>en_US</Lang>
     <ConfigFileName>suggestions_prioritization_rules_en_US.ini</ConfigFileName>
     <AdvancedSearch>ON</AdvancedSearch>
</CustomSuggestionsPrioritization>

<CustomSuggestionsPrioritization>
     <Lang>fr_FR</Lang>
     <ConfigFileName>suggestions_prioritization_rules_fr_FR.ini</ConfigFileName>
     <AdvancedSearch>ON</AdvancedSearch>
</CustomSuggestionsPrioritization>
...

45. Once all the changes are done, save the file and restart start AppServer.