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...
... 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...
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...
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...
... 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...
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...
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...
... 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...
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...
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...
... 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...
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...
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...
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 ...
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...
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.. ...
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'...
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...
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...
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...
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...