Search the web
Sign In
New User? Sign Up
VoiceCoder · Forum for discussing using VR for the pu
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3251 - 3280 of 5647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3251
Hello everyone. I have located a copy of Dragon NaturallySpeaking version 5.0 (Preferred Edition), and I would like to get started coding by voice as soon as...
lardlad48081
Offline Send Email
May 7, 2004
12:56 am
3252
... Dear Carl, You can find the FAQ at this URL: http://groups.yahoo.com/group/VoiceCoder/files/VoiceCoderFaq.htm Indeed, it seems the link on the group's home...
Desilets, Alain
alain_desilets
Offline Send Email
May 7, 2004
6:02 am
3253
... VoiceGrip is an orphan product. It is now superseded by VoiceCode: http://voicecode.iit.nrc.ca/VoiceCode/ Alain Desilets...
Desilets, Alain
alain_desilets
Offline Send Email
May 7, 2004
6:05 am
3254
Hello All, I'm helping somebody to migrate from DragonDictate 3 to Natspeak 7, I seem to remember that somebody had written some kind of tool to migrate some...
Ben Staniford
ben_staniford
Offline Send Email
May 7, 2004
10:14 am
3255
Really? I didn't realise Joel's getwords/putwords worked with dragon dictate? Perhaps you were thinking I meant Natspeak 3? Silly dragon making two products...
Ben Staniford
ben_staniford
Offline Send Email
May 7, 2004
12:28 pm
3256
Here ya go: http://groups.yahoo.com/group/VoiceCoder/message/2887 Jonathan...
Jonathan Epstein
jaepstein_63
Offline Send Email
May 7, 2004
1:18 pm
3257
... Well, although you as "only" a moderator cannot change the home page, it seems that a lowly member like myself has NO ACCESS to the File in question - it...
Tom Hedges
toonerhedges
Offline Send Email
May 7, 2004
7:46 pm
3258
Alain, thanks for the reply. As someone else already mentioned, it looks like you need to be a moderator in order to access the new FAQ link. Also, you say...
lardlad48081
Offline Send Email
May 7, 2004
11:22 pm
3259
For VoiceCode check out http://ii200.iit.nrc.ca/VCode_1_Doc/public/wiki.cgi en take a look at the installation manual. There is a link for "If you can't use...
Kaizer, M
quodo77
Offline Send Email
May 8, 2004
3:18 pm
3260
... I am trying to figure out how to change the permissions on the Files section. The Yahoo Groups documentation is complete crap, so I sent a support request...
Desilets, Alain
alain_desilets
Offline Send Email
May 10, 2004
1:10 pm
3261
Hello All, I've been having a go at installing VoiceCode using the temporary release from: ...
Ben Staniford
ben_staniford
Offline Send Email
May 12, 2004
9:34 am
3262
Hmm, looks like this may indeed be a 2.3 issue. This MRO is a new feature relating to how methods are resolved when using inheritance. I haven't got time to...
Ben Staniford
ben_staniford
Offline Send Email
May 12, 2004
9:35 am
3263
I will take a look at this. I'm not surprised that Object or OwnerObject fail because of a different way of resolving method, because their purpose is...
Desilets, Alain
alain_desilets
Offline Send Email
May 12, 2004
2:22 pm
3264
... After reading the article, it seems the problem is that we use multiple inheritance in ways that Python 2.3 does not allow. This may take quite a while to...
Desilets, Alain
alain_desilets
Offline Send Email
May 12, 2004
7:27 pm
3265
2.2 it is then, I wonder if I can have both python versions running at once... Thanks for checking it out though Alain, Benj.. ... 2.2....
Ben Staniford
ben_staniford
Offline Send Email
May 13, 2004
9:31 am
3266
I have both Python 2.2 and 2.3 installed and running... You have to explicitly state which one to use when you invoke it. I start voicecode with p22, but all...
Jim Clark
jimfortheearth
Offline Send Email
May 13, 2004
3:01 pm
3267
Cool, do you have both versions of wxPython/win32 extensions etc as well? Benj.. ... at ... multiple ... it ... Python...
Ben Staniford
ben_staniford
Offline Send Email
May 13, 2004
3:37 pm
3268
Yes, both complete packages (I have a large hard disk...) -- Jim Clark | email: james.w.clark@... Boeing Phantom Works...
Jim Clark
jimfortheearth
Offline Send Email
May 13, 2004
4:35 pm
3269
Hmm, I've now moved to using python 2.2.2 but I've got a different problem. I've followed all the instructions in: ...
Ben Staniford
ben_staniford
Offline Send Email
May 14, 2004
4:17 pm
3270
Ben, I will look into this on Monday. In the meantime, just skip the user training part. It's not absolutely necessary. It's just a way of increasing the...
Desilets, Alain
alain_desilets
Offline Send Email
May 14, 2004
4:45 pm
3271
I've now got round this problem but in a dodgy way: try: if name is None: name = alias.spoken_forms[0] self.aliases[name] = alias except IndexError: return 0 ...
Ben Staniford
ben_staniford
Offline Send Email
May 14, 2004
4:47 pm
3272
Hum... I just tried running the command: python wxMediator.py --train 1000000 and it worked fine. I wonder if it's due to a difference in our respective...
Desilets, Alain
alain_desilets
Offline Send Email
May 14, 2004
4:50 pm
3273
Hi Alain, I'm using natspeak 6.1 with the standard tiny vocab. I've proably added quite a bit of vocab myself but not sure what diff that would make. Benj.. ...
Ben Staniford
ben_staniford
Offline Send Email
May 14, 2004
4:58 pm
3274
Try a private convo? m ... From: Ben Staniford [mailto:ben@...] Sent: Friday, May 14, 2004 11:58 AM To: VoiceCoder@yahoogroups.com Subject: RE:...
Mark Woods
mayimhayim
Offline Send Email
May 14, 2004
6:04 pm
3275
The difference (in vocabulary) can be seen in the following example: (I hope I've learned something from Alain in installing VoiceCode ;-) The 'Voicecode test'...
Kaizer, M
quodo77
Offline Send Email
May 14, 2004
6:35 pm
3276
I'd have expected something a little more helpful from a Christian, great witness. ... added ... vocab? ... call ... won't ... -...
Ben Staniford
ben_staniford
Offline Send Email
May 14, 2004
9:14 pm
3277
Apologies, got slightly cross when I sent that. Forgive my rudeness, I suppose I don't agree. I believe discussion of problems with code is sometimes best...
Ben Staniford
ben_staniford
Offline Send Email
May 14, 2004
9:27 pm
3278
No offense taken! There is definite value in the public display of problem/answers. I'd just rather not watch the process. I'd also be more flexible if my...
Mark Woods
mayimhayim
Offline Send Email
May 14, 2004
10:17 pm
3279
I was wondering if anybody knows how to use the start key in a command in vocola I checked the syntax in the Dragon NaturallySpeaking manual and I see no...
miles
mileshnpp
Offline Send Email
May 15, 2004
2:17 am
3280
Hi Miles, I've tried to do this before but was left with the conclusion that it wasn't possible. I think it's possible to do in natlink, by using winspy to...
Ben Staniford
ben_staniford
Offline Send Email
May 15, 2004
2:45 pm
Messages 3251 - 3280 of 5647   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help