Archives Aug. 5, 2014
Automatic Language Model Creation Started
Written by
on
in
Snaking,
Tuxedo.
Since the point of Listener is to allow for coding, the language model needs to reflect how one would dictate code. Further, to get reasonable accuracy I'm hoping to tightly focus the language models so that your language model for project X reflects the identifiers (and operators, etc) you are using in that project. To ...
Create your own virtual keyboard with Python
Written by
on
in
Snaking,
Tuxedo.
So at some point I need the voice dictation client to be able to do basic interactions with applications on the desktop (think typing text and the like). So how do I go about doing that? I want to be compatible with Wayland when it shows up, but still work on X (since that's where ...