You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser finds over 1 000 entries that are present in all four dictionaries. There are also over 20 000 entries that appear in at least two different dictionaries, making them worth a crosslink.
13
14
14
15
### Install
15
16
16
17
`yarn add scandinavian-dictionary-crosslinker`
18
+
19
+
20
+
### Download sitemaps.
21
+
22
+
Run `cargo run` in `downloader` folder. Downloads latest XML sitemaps to `resources` folder.
23
+
24
+
25
+
### Generate crosslinks
26
+
27
+
Run `go run *.go` in `crosslinks` folder. Generates crosslinks json to `resources` folder.
28
+
29
+
30
+
### Minify outout
31
+
32
+
Run `nimble build` and `./minifier` in `minifier` folder. Generates minified & gzipped json outputs.
33
+
34
+
### Update data to NPM module.
35
+
36
+
Run `go run main.go` in root folder to update json & readme to NPM module.
The parser finds over 1 000 entries that are present in all four dictionaries. There are also over 20 000 entries that appear in at least two different dictionaries, making them worth a crosslink.
0 commit comments