Notices


Reply
Thread Tools
Posts: 362 | Thanked: 179 times | Joined on Sep 2010
#441
vote for taixzo in the coding competition and he might win a nokia n9
 

The Following 5 Users Say Thank You to Sniper_swe For This Useful Post:
Rabah_vip's Avatar
Posts: 226 | Thanked: 67 times | Joined on May 2012 @ Lebanon
#442
Originally Posted by Sniper_swe View Post
vote for taixzo in the coding competition and he might win a nokia n9
what is the website for vote to it i try to found it but i can't ??
please write the website for vote
__________________
|>_ /-\ & /-\ |-|
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#443
Can you actually find your way around this site, outside the WhatsApp thread, without looking like a toddler? On the right column (top) of every page it clearly says "Coding Competition - Vote Now".
 

The Following 10 Users Say Thank You to don_falcone For This Useful Post:
Dave999's Avatar
Posts: 7,075 | Thanked: 9,073 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#444
Originally Posted by don_falcone View Post
Can you actually find your way around this site, outside the WhatsApp thread, without looking like a toddler? On the right column (top) of every page it clearly says "Coding Competition - Vote Now".
Now you should definitely be a moderator.

I know you would be strong. But would you be fair?
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...
 

The Following User Says Thank You to Dave999 For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#445
No spamming/trolling this productive thread, pretty please!
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 4 Users Say Thank You to Estel For This Useful Post:
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#446
Hey, taixzo!
I haven't manage to make the language model for Czech language yet, but in case you decide to make an option to use Google's voice recognition, here's a Czech translation for Saera.
By no means it is perfect, I'll take any suggestions.

I have one suggestion on my own - when you check for number of digits in a phone number, you should take into account that the length might be variable. For example, phone numbers in my country have usually 9 digits. But it can also be 14 or 13 digits, when you add the country code. And then there are special numbers with 3 (like 911) or 4 digits. If I were you, I would remove this condition.

Too bad I cannot test anything on the device, since my USB port broke off two weeks ago. It will take some time to get a new device.

EDIT: The translation is based on the deb posted in the first post as I believe it is the most recent one.
Attached Files
File Type: gz sentences_czech.py.tar.gz (1.8 KB, 85 views)

Last edited by nodevel; 2012-09-28 at 15:23.
 

The Following 4 Users Say Thank You to nodevel For This Useful Post:
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#447
Originally Posted by nodevel View Post
Hey, taixzo!
I haven't manage to make the language model for Czech language yet, but in case you decide to make an option to use Google's voice recognition, here's a Czech translation for Saera.
By no means it is perfect, I'll take any suggestions.

I have one suggestion on my own - when you check for number of digits in a phone number, you should take into account that the length might be variable. For example, phone numbers in my country have usually 9 digits. But it can also be 14 or 13 digits, when you add the country code. And then there are special numbers with 3 (like 911) or 4 digits. If I were you, I would remove this condition.

Too bad I cannot test anything on the device, since my USB port broke off two weeks ago. It will take some time to get a new device.

EDIT: The translation is based on the deb posted in the first post as I believe it is the most recent one.
Thank you!

I was aware of the country code problem, but I did not realize some numbers are longer or shorter than that (for some reason I was thinking that country code was always one digit). I will fix that in the next version.
My N900 also has a broken USB port; the solution I found was to use a N900 battery charger and a spare battery, and just swap them out when the charge gets low. As for transferring files, I do that via microSD.
The .deb in the first post is no longer current, and I should remove it; the most recent one is in extras-devel, and you can download the .deb from http://maemo.org/packages/view/saera/.
 

The Following User Says Thank You to taixzo For This Useful Post:
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#448
Amazing news! The raw competition results are in, and it looks like Saera finished first in category! I honestly did not expect that, especially with some of the amazing entries in that category. My deepest thanks to everyone who voted.

Also: now that the competition is over, I can upload version 2.0, which I will do tomorrow once I have a few bugs worked out. For example, I'm working on trying pulling results from Google's new Cards rather than answers.com, which tries to pick a question closest to what you input - so, for example, asking Saera "Who is Bill Murray" the answer is "Yes", because answers.com parsed it into "True or false: Bill Murray was considered for the role of Forrest Gump."
 

The Following 14 Users Say Thank You to taixzo For This Useful Post:
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#449
Congrats! And thank you for your hard work, you deserve it.

I adjusted the translation to the newest version (0.2-1). I'll try to update it as versions change (if I have time) - do you prefer this way of posting the changes, or by an e-mail? I'll always be one version behind, right...
I'm glad I changed your mind about the digits - for example the country code of the Czech Republic is 420 (I know it's 1 for the US, I also wondered why the length varies so much ) and it is usually written as 00420 or +420 before the actual number.

Thanks for the advice regarding the broken N900 - I also have a battery charger and 2 additional batteries, so that's what I did for the first few days... But then I decided to play with Nemo and U-Boot screwed one of my partitions -> needs a reflash. Lucky me Now I can use Nemo only.

Originally Posted by taixzo View Post
Thank you!

I was aware of the country code problem, but I did not realize some numbers are longer or shorter than that (for some reason I was thinking that country code was always one digit). I will fix that in the next version.
My N900 also has a broken USB port; the solution I found was to use a N900 battery charger and a spare battery, and just swap them out when the charge gets low. As for transferring files, I do that via microSD.
The .deb in the first post is no longer current, and I should remove it; the most recent one is in extras-devel, and you can download the .deb from http://maemo.org/packages/view/saera/.
Attached Files
File Type: gz sentences_czech.py.0.2-1.tar.gz (2.4 KB, 77 views)

Last edited by nodevel; 2012-09-28 at 17:33.
 

The Following User Says Thank You to nodevel For This Useful Post:
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#450
Originally Posted by nodevel View Post
Congrats! And thank you for your hard work, you deserve it.

I adjusted the translation to the newest version (0.2-1). I'll try to update it as versions change (if I have time) - do you prefer this way of posting the changes, or by an e-mail? I'll always be one version behind, right...
Thank you! If you would like to maintain the Czech translation, I'll PM you the new sentences_english.py file before I upload if I make changes to it.

I'm glad I changed your mind about the digits - for example the country code of the Czech Republic is 420 (I know it's 1 for the US, I also wondered why the length varies so much ) and it is usually written as 00420 or +420 before the actual number.
Do people generally say the "+" when speaking the number?

Thanks for the advice regarding the broken N900 - I also have a battery charger and 2 additional batteries, so that's what I did for the first few days... But then I decided to play with Nemo and U-Boot screwed one of my partitions -> needs a reflash. Lucky me Now I can use Nemo only.
There is a thread on running Maemo from a MicroSD; perhaps that might help.
 

The Following 2 Users Say Thank You to taixzo For This Useful Post:
Reply

Tags
saera, speech-to-text


 
Forum Jump


All times are GMT. The time now is 07:35.