HeliBoard/dictionaries
Codruț Constantin Gușoi 8132aeba7d Add Romanian dictionary
With Romanian you have to take special care when handling words that
contain the "sh" and "tz" character (read it as the "sh" in "shiver"
and the "zz" in "pizza"). There are two sets of characters that look
sort of the same `ş` and `ș`, `ţ` and `ț`. If you look carefully, one
has a tail connected to the body, and the other has a comma separated
from the body of the character. The correct ones are the one with the
comma separated, not the touching tail. If in doubt, switch to a
Romanian layout and type `;` and `'`, they will give you the correct
characters to use.

The HTML codes for these characters are:
- `Ș` and `ș` for `Ș` and `ș`.
- `Ț` and `ț` for `Ț` and `ț`.

Reference:
https://en.wikipedia.org/wiki/S-comma
https://en.wikipedia.org/wiki/T-comma

While similar in shape, this difference will break autoc ompletion.
I've replaced all of them with the proper one.

I've also tried creating a new dictionary but ran into issues...
The list of words was downloaded from:
https://raw.githubusercontent.com/hermitdave/FrequencyWords/master/content/2018/ro/ro_full.txt

This is not a quality source, and some cleaning up was done in order to
remove some mistakes, like words containing numbers, and the `,` and `.`
characters. Words that were separated with `--` were also removed as
there is no such notation in the language.

The tools from here were used to create the dictionary:
https://github.com/remi0s/aosp-dictionary-tools

They only take the top 150,000 words, from a total of 1,154,496
effectively skipping words with less than 2 occurrences. This is OK, I
guess... although it misses a lot of valid ones. A better data source
would help with this, but it's difficult to find such data.

I guess I can come back in the future to improve this.
2020-05-30 17:29:43 +01:00
..
bg_wordlist.combined.gz Corrected typos in bg_wordlist 2020-05-26 09:58:16 +02:00
cs_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
da_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
de_wordlist.combined.gz Added another 30 common words to the German dictionary 2020-03-29 22:12:14 +02:00
el_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
en_AU_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
en_emoji.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
en_GB_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
en_US_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
en_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
eo_wordlist.combined.gz Added Esperanto dictionary 2020-04-28 10:37:11 +02:00
es_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
fi_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
fr_emoji.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
fr_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
hr_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
it_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
iw_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
ka_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
lb_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
lt_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
lv_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
nb_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
nl_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
pl_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
pt_BR_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
pt_PT_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
ro_wordlist.combined.gz Add Romanian dictionary 2020-05-30 17:29:43 +01:00
ru_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
sample.combined Move dictionaries folder 2020-01-15 13:58:12 +01:00
sl_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
sr_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
sv_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
tr_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00
uk_wordlist.combined.gz Move dictionaries folder 2020-01-15 13:58:12 +01:00