Help Rewriting/Refactoring/Rethinking Parsing Algorythm

Tim Peters tim.one at home.com
Sun Mar 18 23:50:54 EST 2001


[Mike C. Fletcher]
> Not precisely what you're trying to do, but I do most of my
> programming with voice dictation (Dragon NS 5), and I find that a few
> command phrases are fairly useful and let me program in just about
> any editor: ...

Note that Joel Gould (Dragon NatSpeak's chief architect) developed a system
that lets you script NatSpeak from Python:

    http://www.synapseadaptive.com/joel/

He gave a very well-received talk about it at the Python Conference a couple
weeks ago.  The system is called NatLink.  Here's the root of its home on
Joel's site:

    http://www.synapseadaptive.com/joel/PythonMacroSystem.html

It's free for the taking, and lets you use the full power of Python to define
grammars and actions.

recognizingly y'rs  - tim





More information about the Python-list mailing list