Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

VoiceCoder · Forum for discussing using VR for the pu

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1671 - 1700 of 7230   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1671 Chip
yoda@... Send Email
Apr 2, 2001
11:07 pm
Hi, everyone! I'm hoping to rejoin the voice-coding discussion after a lengthy hiatus. About five years ago I was on the Voice Recognition Users Group, and...
1672 Alain Desilets
alain.desilets@... Send Email
Apr 3, 2001
12:54 am
Hi Chip, ... The two ingredients that are missing are: 1) A simple correction mechanism. David Fox has been working on that but lately he's been pretty busy...
1673 Chip
yoda@... Send Email
Apr 3, 2001
7:38 pm
... <snip...> ... Sounds good. I've been working on learning Python anyway, and it would be nice to have some concrete project to focus my efforts. I am also...
1674 Alain Desilets
alain.desilets@... Send Email
Apr 3, 2001
8:23 pm
... OK. Let's see if we can figure out something that will interest you. Here are some candidate tasks that are in my todo list. If none of those seem of ...
1675 Glew, Andy
andy.glew@... Send Email
Apr 3, 2001
10:51 pm
Pardon me, since I am not up to date on VoiceCode. Alain's response to a previous poster raises, in my mind, issues of the programming tools - basically, where...
1676 Alain Desilets
alain.desilets@... Send Email
Apr 4, 2001
1:36 am
... Alain Désilets...
1677 Eric S. Johansson
esj@... Send Email
Apr 6, 2001
1:01 pm
http://www.newscientist.com/dailynews/news.jsp?id=ns9999595...
1678 Michael Schneider
mikesch@... Send Email
Apr 7, 2001
6:04 pm
I've had similar problems using the tools in the programming by voice kit. And, as a result, I also had implemented my own version of a cache. Only, I'm using...
1679 doug_bernard@... Send Email Apr 7, 2001
8:37 pm
Hi, I need the following hardware to maintain my DragonDictate Classic 3.0 for MS-DOS voice recognition system: - IBM M-ACPA sound card - microphone for same...
1680 doug_bernard@... Send Email Apr 7, 2001
8:50 pm
Hi, I wish to clarify my email address. It is obtained by substituting "@" into the following: doug_bernard<AT SIGN>avanticorp.com Sorry for any confusion, ...
1681 Ed Jannoo
ejannoo@... Send Email
Apr 9, 2001
8:53 am
... A week or two ago, I woke up in the middle of the night with an idea for something more sophisticated that might work well. It would be quite easy to...
1682 Jonathan Epstein
Jonathan_Epstein@... Send Email
Apr 9, 2001
12:35 pm
The design principle which I have adhered to in the past is that one should be able to retrieve an item from the cache in a single utterance. With that said,...
1683 Alain Desilets
alain.desilets@... Send Email
Apr 9, 2001
1:36 pm
... In one of the early versions of VoiceGrip, I had implemented a variant of the cache pad that included functionality to search through the cache. For ...
1684 Ned Black
ejannoo@... Send Email
Apr 9, 2001
2:58 pm
Alain Desilets wrote in response to my message about an alternative ... lists. In case ... lists ... a symbol. ... My thinking might be explained with a bit...
1685 Alain Desilets
alain.desilets@... Send Email
Apr 9, 2001
3:49 pm
... Actually, you could use symbol translation to dictate existing symbols. For example, if you compiled the source of the library that contains ...
1686 Ned Black
ejannoo@... Send Email
Apr 9, 2001
5:05 pm
... (BTW, "Ned Black" is a pseudonym I use on another email list in case you wondered why I seem to have two names!) ... I'm not sure if I could do that - to...
1687 Alain Desilets
alain.desilets@... Send Email
Apr 9, 2001
6:38 pm
... I'm not sure I understand the issue here. When I say "compiled the source of the library", what I meant was to compile the source with the VoiceCode symbol...
1688 Todd H. Kermit
kermit@... Send Email
Apr 10, 2001
5:04 am
I have used Jonathan Epstein's NatPython program to create and control a system tray icon indicating the state of Natural Text. I need similar capabilities...
1689 John Qvist
john.qvist@... Send Email
Apr 15, 2001
9:37 pm
(Unfortunately I'm not joking... Being Swedish, I'm stuck with DD1.3a and Freespeech2000. Freespeech seems to be completely useless for coding purposes, even...
1690 Chris Fama
Chris.Fama@... Send Email
Apr 16, 2001
3:52 am
G'day, I have a disability affecting coordination quite severely, and it got to the point about two years ago I could could really only manage 10 words per ...
1691 John Qvist
john.qvist@... Send Email
Apr 16, 2001
8:26 pm
Hi Chris, thanks for the offer! I guess I should learn emacs someday, but I'll try to hang on to vim for a while longer... (BTW: a friend of mine had "VI VI...
1692 andrew.macginitie@... Send Email Apr 16, 2001
9:12 pm
John, I am working (slowly) on a Python program to convert DragonDictate macros (from the 3.0 "Classic" version) to 'natlink&#39; macros... maybe it will be...
1693 Jonathan Epstein
Jonathan_Epstein@... Send Email
Apr 16, 2001
9:45 pm
Here are some DNS Pro VI macros, most of which were written by others: http://voicerecognition.org/developers/jepstein/dnsMacroViewer/html/excee ...
1694 John Qvist
john.qvist@... Send Email
Apr 16, 2001
10:31 pm
Hi Andrew, this was interesting. At first, the files you have seems to have the same syntax as my v1.3a exports... Either the syntax didn't change much over...
1695 David Jeschke
david.jeschke@... Send Email
Apr 18, 2001
5:34 pm
I put a video on the Codevox web site showing how the new "comment mode" for the Visual Basic programming-by-voice add-in works. Comment mode is pretty nifty,...
1696 Patrick
ylisvski@... Send Email
Apr 19, 2001
1:02 pm
Hi, everybody! I am new to this list. Is it really possible to write Java code using VR software? I was using IBM Visual Age for Java when I could type. Now I...
1697 Jonathan Epstein
Jonathan_Epstein@... Send Email
Apr 19, 2001
1:48 pm
Patrick, Yes, it's possible, especially if you use the JDE: http://jde.sunsite.dk/ I have an extension which I wrote about 8 months ago which makes it easier ...
1698 Jonathan Epstein
Jonathan_Epstein@... Send Email
Apr 19, 2001
3:22 pm
Following up to my own post, I realized that there is another version of the Java video which contains annotations in the lower-right corner of the screen....
1699 Jonathan Epstein
Jonathan_Epstein@... Send Email
Apr 19, 2001
3:27 pm
I finally figured out that I had to disable Word Wrap in the Eudora options! A mind is a terrible thing to waste ;-) Here's the URL again: ...
1700 Patrick
ylisvski@... Send Email
Apr 19, 2001
4:20 pm
Thank you, Jonathan! I'll download your files today or tomorrow ... From: Jonathan Epstein [mailto:Jonathan_Epstein@...] Sent: Thursday, April 19, 2001...
Messages 1671 - 1700 of 7230   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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