Interface: DictionaryDefinitionSimple
Defined in: DictionaryDefinition.ts:145
An Empty Dictionary Definition
Extends
DictionaryDefinitionBaseWithPathsHidden
Properties
btrie?
optionalbtrie?:string
Defined in: DictionaryDefinition.ts:132
Inherited from
DictionaryDefinitionBaseWithPathsHidden.btrie
description?
optionaldescription?:string
Defined in: DictionaryDefinition.ts:31
Optional description of the contents / purpose of the dictionary.
Inherited from
DictionaryDefinitionBaseWithPathsHidden.description
file?
optionalfile?:undefined
Defined in: DictionaryDefinition.ts:137
Inherited from
DictionaryDefinitionBaseWithPathsHidden.file
ignoreForbiddenWords?
optionalignoreForbiddenWords?:boolean
Defined in: DictionaryDefinition.ts:169
Overrides
DictionaryDefinitionBaseWithPathsHidden.ignoreForbiddenWords
kind?
optionalkind?:DictionaryKind
Defined in: DictionaryDefinition.ts:164
Overrides
DictionaryDefinitionBaseWithPathsHidden.kind
name
name:
string
Defined in: DictionaryDefinition.ts:26
This is the name of a dictionary.
Name Format:
- Must contain at least 1 number or letter.
- Spaces are allowed.
- Leading and trailing space will be removed.
- Names ARE case-sensitive.
- Must not contain
*,!,;,,,{,},[,],~.
Inherited from
DictionaryDefinitionBaseWithPathsHidden.name
noSuggest?
optionalnoSuggest?:boolean
Defined in: DictionaryDefinition.ts:159
Overrides
DictionaryDefinitionBaseWithPathsHidden.noSuggest
path?
optionalpath?:string
Defined in: DictionaryDefinition.ts:127
Inherited from
DictionaryDefinitionBaseWithPathsHidden.path
repMap?
optionalrepMap?:ReplaceMap
Defined in: DictionaryDefinition.ts:149
Overrides
DictionaryDefinitionBaseWithPathsHidden.repMap
supportNonStrictSearches?
optionalsupportNonStrictSearches?:boolean
Defined in: DictionaryDefinition.ts:97
Strip case and accents to allow for case insensitive searches and words without accents.
Note: this setting only applies to word lists. It has no-impact on trie dictionaries.
Default
true
Inherited from
DictionaryDefinitionBaseWithPathsHidden.supportNonStrictSearches
type?
optionaltype?:DictionaryFileTypes
Defined in: DictionaryDefinition.ts:174
Overrides
DictionaryDefinitionBaseWithPathsHidden.type
useCompounds?
optionaluseCompounds?:boolean
Defined in: DictionaryDefinition.ts:154
Overrides
DictionaryDefinitionBaseWithPathsHidden.useCompounds