« Previous day | Index | Today | Next day » Channels | Search | Join
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
14:11 | anuragc <anuragc!~anurag![]() |
|
14:48 | ishan <ishan!~ishan![]() |
|
14:48 | ishan_ <ishan_!~ishan![]() |
|
15:11 | ishan_ has quit IRC | |
15:11 | ishan has quit IRC | |
15:38 | ishan <ishan!~ishan![]() |
|
15:42 | ishan has quit IRC | |
15:44 | ishan <ishan!~ishan![]() |
|
16:23 | ishan | alsroot, around? |
16:24 | alsroot | ishan: yup |
16:24 | ishan | alsroot, check http://bugs.sugarlabs.org/ticket/2182 |
16:25 | can you provide me some pointers | |
16:28 | ishan_ <ishan_!~ishan![]() |
|
16:29 | alsroot | ishan: not sure if we can do something on Speak level for "some words are a little slow and some are still a little fast" |
16:30 | ishan | alsroot, can we try by decreasing the rate over all - reduce rate for each word |
16:31 | alsroot | ishan: user can do it all time via UI (which will be preserved between Speak sessions) |
16:31 | ishan | alsroot, true but some words which are being spelled fast can be slowed |
16:32 | alsroot | ishan: it would be too messy doing it on Speak level, imho |
16:32 | ishan | alsroot, okay thanks |
16:33 | anuragc has quit IRC | |
16:46 | anuragc <anuragc!~anurag![]() |
|
16:47 | ishan | alsroot, check http://bugs.sugarlabs.org/ticket/2183 |
16:47 | can you provide me any pointer on the above issue | |
16:48 | mukul_afk is now known as mukul | |
16:49 | alsroot | ishan: see .aiml files in Speak sources |
16:51 | ishan | alsroot, not sure but do we have to add reply for all the reported questions |
16:53 | alsroot | ishan: if you want :), it is aiml db (http://en.wikipedia.org/wiki/AIML) you can improve in any way you want |
16:53 | ishan: and do not get this bug like something you need to do in any case, just do what you think is right | |
17:15 | ishan | alsroot, i want to create a patch where we have changed multiple files present in multiple folder |
17:15 | can you guide me on how this could be done | |
17:17 | alsroot | ishan: but whats the problem? or you mean in different git repos? |
17:18 | ishan | alsroot, yes what i meant was different files in different repo |
17:18 | alsroot, no problem yet | |
17:18 | just i wanted to know | |
17:18 | alsroot | ishan: create two patches, it is impossible to apply one patch anyway |
17:19 | ishan | alsroot, okay that means for each repo a patch has to be created right |
17:19 | alsroot | ishan: yup |
17:19 | ishan | alsroot, is there a way to add them to one file after each patch has been made |
17:21 | alsroot | ishan: just append one to another, but anyway it is impossible to apply them later (if they were produced by git) |
17:22 | ishan | alsroot, okay so if we need to send the patches to sugar-devel then how can we do that so |
17:22 | alsroot | ishan: send separate email, per repo |
17:22 | *emails | |
17:22 | ishan | alsroot, okay |
17:26 | alsroot, can we add multiple patch files using git send-email | |
17:27 | alsroot | ishan: send-email sends git history not particular patches, just pass history interval you want to send |
17:27 | ishan | alsroot, okay |
17:28 | alsroot, can you give me a example of how that is done | |
17:29 | alsroot | ishan: thats regular git syntax, pass HEAD^ to send last commit (see man git for more examples) |
17:29 | ishan | alsroot, okay thanks |
17:34 | alsroot, can you check whether the speak activity mainline repo is working or not | |
17:35 | alsroot | ishan: use "fully-bundled" one |
17:40 | ishan | alsroot, okay |
17:48 | alsroot | ishan: http://bugs.sugarlabs.org/ticket/2182#comment:4 |
17:51 | ishan: using gst-espeak plugin it sounds fine by default, I guess espeak mode should be tuned | |
17:54 | ishan | alsroot, okay |
17:54 | any pointer on how that could be done | |
17:54 | alsroot | ishan: let me fix it |
17:55 | ishan | alsroot, i can do that |
17:55 | thats not a problem | |
17:55 | alsroot | is already fixing it |
17:56 | ishan | alsroot, okay sure |
18:01 | ishan_ has quit IRC | |
18:01 | ishan_ <ishan_!~ishan![]() |
|
18:03 | anuragc_afk has quit IRC | |
18:04 | anuragc_afk <anuragc_afk!~anuragc![]() |
|
18:09 | mukul is now known as mukul_afk | |
18:09 | ishan | alsroot, can you explain what do you mean by fully bundled one |
18:09 | are you refering to .xo file | |
18:11 | alsroot | ishan: use master, I've removed "fully-bundled" one |
18:20 | ishan | alsroot, thanks it works now |
18:21 | mukul_afk is now known as mukul | |
18:24 | ishan | alsroot, is there a way to check the .aiml file to look into to make the desired changes |
18:25 | check which .aiml file to look | |
18:25 | alsroot | ishan: use grep |
18:26 | ishan | alsroot, i used grep -r "do you breathe" but it showed no result |
18:27 | alsroot | ishan: well, that mean there is no such phrase (look at aiml files, they are just text files) |
18:28 | ishan | alsroot, the output given to inputs reported at the ticket are not same as output being given on my system |
18:30 | alsroot | ishan: it could be different, aiml might choose different answer |
18:35 | ishan | alsroot, i am confused |
18:35 | alsroot | ishan: if you want to change particular answer, just grep for it |
18:36 | ishan | do i have to add the new nouns or the inputs reported in ticket are already present and have to be modified |
18:37 | alsroot | ishan: I think ticket is about adding new answers |
18:38 | ishan | alsroot, answers to the already existing questions right? |
18:38 | alsroot | ishan: I didn't look how aiml work in particular |
18:39 | ishan | alsroot, okay |
18:58 | alsroot, when i used grep for "live" i dint found even a single pattern asking question where do you live | |
19:00 | alsroot | ishan: sorry, I dunno how aiml works, you need to look to wikipedia |
19:00 | ishan | alsroot, okay |
19:09 | alsroot, can you tell me can we contact relating to this issue | |
19:09 | *who can | |
19:11 | alsroot | ishan: this functionality was added to Speak as is, there is pyaiml library and some of aiml dbs downloaded from the internet |
19:12 | ishan | alsroot, okay |
19:15 | ishan_ has quit IRC | |
19:25 | mukul is now known as mukul_afk | |
19:35 | ishan has quit IRC | |
19:40 | anuragc has quit IRC |
« Previous day | Index | Today | Next day » Channels | Search | Join