forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell.config.yaml
42 lines (41 loc) · 1.21 KB
/
cspell.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
id: nl-nl
version: '0.2'
name: Dutch (Netherlands) Dictionary
description: Dutch (Netherlands) Dictionary
readonly: true
dictionaryDefinitions:
- name: nl-nl
path: './Dutch.trie.gz'
description: Dutch (Netherlands) Dictionary
dictionaryInformation:
locale: 'nl-NL'
# cspell:ignore Zëqïéèöêüçàûîñäô
alphabet: a-zA-Zëqïéèöêüçàûîñäô
suggestionEditCosts:
- map: o(oo)|e(ee)|u(uu)|a(aa)|(ei)(ie)|(ou)(ui)|(ei)(ij)(ij)
replace: 50
- map: s(ss)|e(en)|n(nen)
replace: 75
# cspell:ignore eéèëê iíìïî oóòöô uüúùû
- map: MAP eéèëê|aáà|iíìïî|oóòöô|uüúùû|(ij)(ij)(IJ)(IJ)
replace: 1
# cspell:ignore eque oire oors
- map: (er)(ër)|(kju)(cue)|(oren)(oors)|(eck)(eque)|(ore)(oire)|(oor)(oir)|ü(ue)
replace: 75
- map: (en)(nen)(s)
description: Words are compounded in plural form
insDel: 90
ignoreWords:
- A3-
- '-A4'
languageSettings:
- languageId: '*'
locale: nl,nl-NL
caseSensitive: true
ignoreRegExpList: []
includeRegExpList: []
patterns: []
dictionaries:
- nl-nl
dictionaryDefinitions: []