1
0
forked from GitHub/gf-rgl

Add README for Swedish with basic info about dictionaries

This commit is contained in:
John J. Camilleri
2020-03-04 13:46:06 +01:00
parent 3bd8923f3a
commit 2911abd137

13
src/swedish/README.md Normal file
View File

@@ -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`