From 2911abd13741af70c9de307f4b1f5b992e478e2f Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 4 Mar 2020 13:46:06 +0100 Subject: [PATCH] Add README for Swedish with basic info about dictionaries --- src/swedish/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/swedish/README.md diff --git a/src/swedish/README.md b/src/swedish/README.md new file mode 100644 index 00000000..efb73ee6 --- /dev/null +++ b/src/swedish/README.md @@ -0,0 +1,13 @@ +# Swedish + +## Language info + +- English name: Swedish +- Autonym: Svenska +- ISO code: Swe + +## Dictionaries + +- `OldDictSwe`: Converted from SALDO using [this code](https://github.com/MalinAhlberg/SwedishProject/tree/master/saldo) in 2011. +- `NewDictSwe`: Re-import from SALDO using [this code](https://github.com/DigitalGrammarsAB/SALDOtoGF/tree/a45e503a824ded39844df2aeeb7a6ee891e3bee1) in 2018, with more words and different identifier structure. +- `DictSwe` is a union of `OldDictSwe` and `NewDictSwe`