Jayidaks / softkeyboard

Automatically exported from code.google.com/p/softkeyboard
1 stars 1 forks source link

Adding Serbian Keyboards #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I've downloaded code from svn and added support for two additional
keyboards - Serbian Cyrillic and Serbian Latin. I would appreciate if you
could add those keyboards in some of your future releases. Attached to this
issue you can find changed and new Java and xml files that will add support
for above mentioned Serbian keyboards.

Regards, Nebojsa Veselinovic (veseli@gmail.com)

Original issue reported on code.google.com by veseli on 22 Dec 2009 at 2:51

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by menn...@gmail.com on 22 Dec 2009 at 3:36

GoogleCodeExporter commented 9 years ago
Shalom Menni
I'm also interested in this keyboard since my mother uses Serbian to SMS me :)
When do you expect to release new version?

Nebojsa: Actually, you can use latin with english keyboard (đžćčš) but 
what i'm
missing is dictionary. I think there on the net is serbian dictionary that could
probably be used with softkeyboard... The question is, how hard is to implement 
it?

Original comment by con...@gmail.com on 30 Dec 2009 at 1:40

GoogleCodeExporter commented 9 years ago
It is not very hard to implement. I need a list of 
5000 most common words, and their frequency 
(frequency is optional) 

Original comment by menn...@gmail.com on 31 Dec 2009 at 9:22

GoogleCodeExporter commented 9 years ago
is there a maximum?
i found a list with GNU licence but only problem is that contains ~350k words :(

Original comment by con...@gmail.com on 31 Dec 2009 at 9:47

GoogleCodeExporter commented 9 years ago
I'm thinking about some another solution. To download whole serbian wikipedia 
and to
list most common words.
It could be done even in Bash
http://download.wikimedia.org/srwiki/latest/
Will check it out...
btw, is there some rules? like length of the world? max/min size of dictionary 
(words)? 

Original comment by con...@gmail.com on 31 Dec 2009 at 10:27

GoogleCodeExporter commented 9 years ago
I found that crawling forums, chat rooms and news 
sites, gives a very good word list, with accurate 
frequency. 
The list should be about 5k words (most common).  
Too many words reduces the performance of the 
keyboard. 

Original comment by menn...@gmail.com on 31 Dec 2009 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by menn...@gmail.com on 20 Jan 2010 at 7:02

GoogleCodeExporter commented 9 years ago
It will not be a part of the next release.
It will be added once external packages will be support (release after that)

Original comment by menn...@gmail.com on 22 Feb 2010 at 12:08

GoogleCodeExporter commented 9 years ago
Hi Menny,
I just updated new version of softkeyboard (20100328-x-dvtek (release 17)), so i
guess in next version there will be Serbian?

Original comment by con...@gmail.com on 4 Apr 2010 at 1:51