- Dictate text into Gedit
- Delete sentences/words, perform undo/redo, copy/paste from clipboard, save/clear documents, go to line.
- Repeat commands, insert special characters.
- Choose one from many recognisation services
- A comprehensive bottom bar
How to use: Read HOWTO for complete command list
- All commands work from the cursor, including put, deletes.
- Multiple commands cannot be used together in one sentence
- Only repeatable actions can be repeated
- To input specific characters/digits use "put" command
some non command text
: input directlyrepeatable command (number) times
: execute command number timesnon repeatable command
: execute commandput (special character)
: input special characterput (special character) (number) times
: input special character number timesput (number) digit
: input numberput (number1) digit (number2) times
: input number1 number2 times
Hello what's up
: non commands will be input directlyput underscore
: input _delete sentence
: delete last sentence from pointerput question mark 4 times
: input question mark 4 timesdelete 5 lines
: delete 5 linesgo to line 5
: moves the cursor to line 5save document
: saves document
Screenshot: Go here to see the rest of the images
- Gedit
- Zhang, A.(2016) Speech Recognition
- CMU Sphinx (Version 4 and higher)
- PocketSphinx Python Wrappers
- Install with script
- Open terminal and execute
sudo ./plugin_install.sh
- Open terminal and execute
- Manual Install
- Copy all contents of folder that matches your gedit version to path
~/.local/share/gedit/plugins/
- Copy dictonator.svg to path
/usr/share/icons/hicolor/scalable/apps/
- Install python3 and pip3 by
sudo apt-get install python3-all-dev python3-pip
- Install portaudio and swig by
sudo apt-get install swig portaudio19-dev
- Install SpeechRecognition and pocketsphinx by
pip3 install SpeechRecognition pocketsphinx
- Copy all contents of folder that matches your gedit version to path
Dict'O'nator is released under GNU GPL v3
See LICENSE to read the terms of the GNU General Public License
You can also visit http://www.gnu.org/licenses/ to read the terms.
Basic plugin codes
License: GPl v2
Gedit Wiki
Speech
License: BSD
Uberi Speech Recognition
text2num library
License: MIT
text2num by Greg Hewgill