@cspell/dict-de-ch
Advanced tools
+28
-1
@@ -11,3 +11,30 @@ { | ||
| "path": "./de_CH.trie.gz", | ||
| "description": "Swiss German (de-CH) Dictionary." | ||
| "description": "Swiss German (de-CH) Dictionary.", | ||
| "repMap": [ | ||
| ["ae", "ä"], | ||
| ["oe", "ö"], | ||
| ["ue", "ü"], | ||
| ["Ae|AE", "Ä"], | ||
| ["Oe|OE", "Ö"], | ||
| ["Ue|UE", "Ü"], | ||
| ["ss", "ß"] | ||
| ], | ||
| "dictionaryInformation": { | ||
| "locale": "de-CH", | ||
| "alphabet": "a-zA-ZäüößáéêàâñÄÜÖÉ", | ||
| "suggestionEditCosts": [ | ||
| { | ||
| "map": "(ae)ä|(oe)ö|(ue)ü(Ae)Ä|(Oe)Ö|(Ue)Ü|(ss)ß", | ||
| "replace": 0 | ||
| }, | ||
| { | ||
| "map": "eéèëê|aáà|iíìïî|oóòöô|uüúùû|(ij)(ij)(IJ)(IJ)", | ||
| "replace": 1 | ||
| }, | ||
| { | ||
| "map": "(ah)a|(ch)k|(ee)e|(eh)e|(ph)f|(th)t|dt|i(ie)|o(oh)|r(rh)|s(ss)|t(th)", | ||
| "replace": 50 | ||
| } | ||
| ] | ||
| } | ||
| } | ||
@@ -14,0 +41,0 @@ ], |
+3
-3
| { | ||
| "name": "@cspell/dict-de-ch", | ||
| "version": "1.0.3", | ||
| "version": "1.1.0", | ||
| "description": "Swiss German dictionary for CSpell.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
| "scripts": { | ||
| "build": "cat source-files.txt | xargs cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli compile --trie3 -x compound -o . -M de_CH --no-compress && yarn run gen-checksum", | ||
| "build": "cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli build && yarn run gen-checksum", | ||
| "sync": "yarn cpy \"../../node_modules/dictionary-de-ch/**\" src/hunspell", | ||
@@ -52,3 +52,3 @@ "checksum": "shasum -c checksum.txt", | ||
| }, | ||
| "gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0" | ||
| "gitHead": "5dbea1de0c7234e47732dfe36c07017e6761cf9f" | ||
| } |
+3
-15
@@ -1,4 +0,4 @@ | ||
| # CSpell German Dictionary | ||
| # CSpell Swiss German Dictionary | ||
| German dictionary for CSpell. | ||
| Swiss German dictionary for CSpell. | ||
@@ -34,10 +34,2 @@ This is a pre-built dictionary for use with CSpell. | ||
| ## Building | ||
| Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files. | ||
| ```sh | ||
| npm run build | ||
| ``` | ||
| ## Resources | ||
@@ -47,6 +39,2 @@ | ||
| - https://github.com/titoBouzout/Dictionaries | ||
| ## License | ||
| MIT | ||
| - https://github.com/wooorm/dictionaries/tree/main#readme |
Sorry, the diff of this file is not supported yet
51
112.5%847376
-4.27%39
-23.53%