With this enabled, Storyteller compares the words you enter with a dictionary based on the current language of the text. A word that is not included in the dictionary is underlined.
You can right-click an underlined word to open a context menu that includes a set of replacement suggestions for the mis-spelled word. You can also select to:Ignore all – Ignores this specific word until you close the document.Add to dictionary – Adds the word to a custom dictionary. To edit the custom dictionary, seeStoryTeller uses the Hunspell library for spell checking. The library requires a dictionary (.dic) file and an instruction (.aff) file for each language to spellcheck.
Note: If you have enabled spell checking and the current language does not have a corresponding dictionary, you will get a notification about this in the Output panel when adding text. (View > Panels > Output).
2
3<StreamServe installation>\Services\StoryTeller\<version>\bin\dict
<StreamServe installation>\Services\StoryTeller\<version>\bin
5 Open the spellcheck.xml file.
6 Copy and paste one of the <language> entries.
– The name must be a language code in the form of w3c language codes defined in RFC1766. Available language codes in StoryTeller are defined in the languages.xml file located in:
<StreamServe installation>\Services\StoryTeller\<version>\bin
–
8 Make sure the encoding used for the dictionary i(e.g. ISO 8859-1) is listed among the <enocing hunspell> entries, including mapping to StreamServe encoding. The required encoding is usually specified in the .aff file.<language name="fo-FO" dict_file="dict/fo*_FO.dic" aff_file=
"dict/fo_FO.aff" />
Example 13 <encoding hunspell="ISO8859-1" strs="ISO 8859-1" />
1
2 Locate the Spellchecker user dictionary value and browse to that folder.
3
OpenText StreamServe 5.6 | Updated: 2013-03-01 |