add Croatian language and dictionary
Dictionary with frequencies taken from OpenBoard and cleaned up from non-Croatian words. Rest of the words without frequency taken from Rječnik hrvatskih jezika (https://github.com/gigaly/rjecnik-hrvatskih-jezika).
This commit is contained in:
parent
a94b33a044
commit
44275c96cf
3 changed files with 651937 additions and 0 deletions
13
app/languages/definitions/Croatian.yml
Normal file
13
app/languages/definitions/Croatian.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
locale: hr
|
||||
dictionaryFile: hr-utf8.csv
|
||||
layout:
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c, č, ć] # 2
|
||||
- [d, e, f, đ] # 3
|
||||
- [g, h, i] # 4
|
||||
- [j, k, l] # 5
|
||||
- [m, n, o] # 6
|
||||
- [p, q, r, s, š] # 7
|
||||
- [t, u, v] # 8
|
||||
- [w, x, y, z, ž] # 9
|
||||
651915
app/languages/dictionaries/hr-utf8.csv
Normal file
651915
app/languages/dictionaries/hr-utf8.csv
Normal file
File diff suppressed because it is too large
Load diff
9
docs/dictionaries/hrWordListReadme.txt
Normal file
9
docs/dictionaries/hrWordListReadme.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Croatian wordlist 1 by: Openboard
|
||||
Version: 7bf52c1 (2020-01-15)
|
||||
Source: https://github.com/openboard-team/openboard
|
||||
License: https://github.com/openboard-team/openboard/blob/master/LICENSE
|
||||
|
||||
Croatian wordlist 2 by: Goran Igaly
|
||||
Version: 94b795d (2022-02-05)
|
||||
Source: https://github.com/gigaly/rjecnik-hrvatskih-jezika
|
||||
License: https://github.com/gigaly/rjecnik-hrvatskih-jezika/blob/master/LICENSE
|
||||
Loading…
Add table
Add a link
Reference in a new issue