File size: 732 Bytes
466ed0a
 
d53a44b
 
 
 
 
 
 
 
466ed0a
0c3d20b
d53a44b
0c3d20b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d53a44b
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
license: cc-by-3.0
language:
- en
- es
- fr
- pt
- de
- ru
- ar
---


```
python -m spacy download en_core_web_sm
```

Titles:

```
jq -s '.[].title' raw/dict.jsonl
```

returns

- [x] "English"
- [ ] "English One Million"
- [x] "American English"
- [x] "British English"
- [x] "English Fiction"
- [ ] "Chinese (simplified)"
- [x] "French"
- [x] "German"
- [ ] "Hebrew"
- [ ] "Italian"
- [x] "Russian"
- [x] "Spanish"

Spellcheck:
https://pypi.org/project/pyspellchecker/

```
English - ‘en’
Spanish - ‘es’
French - ‘fr’
Portuguese - ‘pt’
German - ‘de’
Russian - ‘ru’
Arabic - ‘ar’
```

Sets now:

- [x] "English" - en
- [x] "Spanish" - es
- [x] "French" - fr
- [x] "German" - de
- [x] "Russian" - ru