Before you begin: To define a spellcheck allow list, you must first have enabled a dictionary with a
spellcheck allow list in the Administration Console. See Setting Up Spell-Check in the Exalead CloudView Configuration
Guide.
In Semantic > Resources, select a spellcheck allow list resource from the list of Resources.
For example, a Spellcheck - allow list.
If the semantic resource is not available in the list, click the Refresh button.
If the semantic resource is in the list but you get an error message, check with your
Exalead CloudView Administrator.
When a new resource is created, the changes must be applied to the configuration before being able to edit the resource.
To configure the allow list resource, click Add row for each
entry and in:
Language, restrict the match to a specific language or accept
xx (N/A) (for all languages).
Level, select the matching level, for example, No
(exact match).
Expression, type the word to allow list, for example,
exalad.
Suggestion, type the suggestion to correct the misspelled
expression, for example, exalead.
In the following example, we want to import a resource file listing brands with common misspellings and the correct suggestions we want to show to the users.
In Semantic > Resources, select a spellcheck allow list
resource from the list of Resources.
Click Import file.
If it is a CSV or Excel resource file, it should have 4 columns:
language – the ISO code of the impacted language.
level – the matching mode of the expressions.
For example, exact, lowercase, normalized, etc.
expression – the misspelled expression.
suggestion – the suggestion to allow.
Example of spellcheck allow list resource file in CSV
The Import file wizard opens to help you to import your CSV/ Excel file.
Import file wizard for importing resources from a CSV or Excel file
If it is an XML file, you must define a list of entries with the corresponding attributes: suggestion, level,
expression, lang. The following code sample shows the same spellcheck allow list resource file in XML.