Search found 50 matches
- Sun Oct 04, 2020 8:16 am
- Forum: Portuguese / Português
- Topic: Portuguese / Português - text corpora
- Replies: 0
- Views: 47154
Portuguese / Português - text corpora
For Portuguese, I used the following text corpora from uni-leipzig: https://wortschatz.uni-leipzig.de/en/download/portuguese : por-an_web_2015_10K por-br_newscrawl_2011_10K por-cv_web_2015_10K por-mo_newscrawl_2011_10K por-mo_web_2016_10K por-mz_web_2016_10K por_newscrawl_2018_10K por-pt_newscrawl_2...
- Sun Sep 20, 2020 4:19 pm
- Forum: Hausa / Harshen Hausa
- Topic: Hausa / Harshen Hausa - text corpora
- Replies: 0
- Views: 32635
Hausa / Harshen Hausa - text corpora
Hausa / Harshen Hausa - text corpora
WANTED
If anyone has Hausa text corpora, please share them
WANTED
If anyone has Hausa text corpora, please share them
- Sun Sep 20, 2020 4:18 pm
- Forum: Mandarin / 官话
- Topic: Mandarin / 官话 - text corpora
- Replies: 1
- Views: 36221
Re: Mandarin / 官话 - text corpora
Optimization result for S2V1:
- Sun Sep 20, 2020 7:59 am
- Forum: Arabic / اَللُّغَةُ اَلْعَرَبِيَّة
- Topic: Arabic / اَللُّغَةُ اَلْعَرَبِيَّة - text corpora
- Replies: 1
- Views: 22450
Re: Arabic / اَللُّغَةُ اَلْعَرَبِيَّة - text corpora
Further optimizations: Arabic Layout with normal shift keys (2 shift keys): optAR-S2-V1 arabic-S2-V1-layout.png [{c:"#282828",t:"#3386ff\n\n#47c930\n\n\n\n\n\n\n#ffffff",f:6,fa:[0,0,0,0,0,0,0,0,0,9],w:1.5,h:1.5},"\n\nF1\n\n\n\n\n\n\nEsc",{w:1.5,h:1.5},"\n\nF2\n\n\n\n\n\n\n1",{w:1.5,h:1.5},"\n\nF3\n...
- Sat Sep 19, 2020 5:16 pm
- Forum: Bengali / বাংলা
- Topic: Bengali Roman IME / বাঙালি রোমান আইএমই - text corpora
- Replies: 0
- Views: 50331
Bengali Roman IME / বাঙালি রোমান আইএমই - text corpora
For Bengali, I used the following text corpora from uni-leipzig: https://wortschatz.uni-leipzig.de/en/download/bengali ben_newscrawl_2011_10K ben_newscrawl_2017_30K ben_wikipedia_2011_10K ben_wikipedia_2016_10K ben-bd_web_2014_10K ben-bd_web_2017_30K --- total: 100K --- For conversion, multiple step...
- Fri Sep 18, 2020 4:38 pm
- Forum: Arabic / اَللُّغَةُ اَلْعَرَبِيَّة
- Topic: Arabic / اَللُّغَةُ اَلْعَرَبِيَّة - text corpora
- Replies: 1
- Views: 22450
Arabic / اَللُّغَةُ اَلْعَرَبِيَّة - text corpora
For Arabic, I used the following text corpora from uni-leipzig: https://wortschatz.uni-leipzig.de/en/download/arabic ara_news_2016_10K ara_news_2017_10K ara_wikipedia_2012_10K ara_wikipedia_2016_10K ara-ae_web_2017_10K ara-eg_web_2015_10K ara-ps_newscrawl_2012_10K ara-sy_newscrawl_2012_10K ara-tn_ne...
- Thu Sep 17, 2020 6:13 pm
- Forum: Hindi / हिंदी
- Topic: Hindi Roman IME - हिंदी रोमन IME - text corpora
- Replies: 8
- Views: 50194
Re: Hindi Roman IME - हिंदी रोमन IME - text corpora
hurrdudd Do you know if there is any scientific data / data collection about how often the Roman IME and Devanagiri are used in india in comparison? I am currently learning about Devanagiri. Maybe I can include it in the OptIN optimization, but therefore have to assign letters a-z and shifted level...
- Thu Sep 17, 2020 3:15 pm
- Forum: Arabic / اَللُّغَةُ اَلْعَرَبِيَّة
- Topic: Arabic / اَللُّغَةُ اَلْعَرَبِيَّة - Keyboard Layouts
- Replies: 0
- Views: 25465
Arabic / اَللُّغَةُ اَلْعَرَبِيَّة - Keyboard Layouts
Ergonomic Arabic Keyboard Layout:
Link:https://6xq.net/لؤلؤة/ Github: https://github.com/PromyLOPh/lulua
Link:https://6xq.net/لؤلؤة/ Github: https://github.com/PromyLOPh/lulua
- Thu Sep 17, 2020 1:12 pm
- Forum: Europe / Latin
- Topic: OptLat - Optimization of 8 languages with standard latin alphabet
- Replies: 1
- Views: 40493
Re: OptLat - Optimization of 8 languages with standard latin alphabet
I uploaded the configuration files that I used for the optimization so that the optimization can be reproduced later: Link: https://opt-in-layout.org/viewtopic.php?f=12&t=20 ./opt -G 10 -2 italian2020.txt -G 11 -2 vietnamesetelex2020.txt -G 11 -2 turkish2020.txt -G 13 -2 german2020.txt -G 16 -2 fre...
- Thu Sep 17, 2020 12:55 pm
- Forum: Optimization tools
- Topic: Keyboard optimization tools
- Replies: 1
- Views: 30573
Re: Keyboard optimization tools
I removed line 3321 to 3331 to have results without the error messages: for(int i = 0; i < ntaste; ++i){ for(int ei = 0; ei < nebene; ++ei){ if(kodierung.ist_platzhalter(i, ei)) continue; const auto& txt = kodierung.txt(i, ei); if(h1[i][ei] == 0 && (ei == 0 || txt != kodierung.txt(i, 0))) std::cerr ...