maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [DEVEL] Saera: Siri clone for Maemo5, Harmattan and Sailfish OS (https://talk.maemo.org/showthread.php?t=84753)

Sniper_swe 2012-09-26 17:59

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
vote for taixzo in the coding competition and he might win a nokia n9:)

Rabah_vip 2012-09-26 20:37

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
Quote:

Originally Posted by Sniper_swe (Post 1272588)
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

don_falcone 2012-09-26 21:10

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
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".

Dave999 2012-09-27 14:30

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
Quote:

Originally Posted by don_falcone (Post 1272679)
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?

Estel 2012-09-28 01:04

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
No spamming/trolling this productive thread, pretty please!

nodevel 2012-09-28 15:10

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
1 Attachment(s)
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.

taixzo 2012-09-28 16:03

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
Quote:

Originally Posted by nodevel (Post 1273459)
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/.

taixzo 2012-09-28 16:13

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
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."

nodevel 2012-09-28 17:30

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
1 Attachment(s)
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.

Quote:

Originally Posted by taixzo (Post 1273469)
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/.


taixzo 2012-09-29 01:00

Re: [DEVEL] Saera: Siri clone for Maemo 5
 
Quote:

Originally Posted by nodevel (Post 1273503)
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.

Quote:

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?

Quote:

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.


All times are GMT. The time now is 16:04.

vBulletin® Version 3.8.8