Top Banner
Plover, the Open Source Steno Engine
19

Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

Oct 14, 2018

Download

Documents

phamduong
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

Plover, the Open Source Steno Engine

Page 2: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

Mirabai Knight Founder Joshua Lifton, PhD

Cofounder Hesky Fisher Lead Programmer

Plus input, testing, and code from the 199 members of the Plover Google Group

Page 3: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

Phonetic-Mnemonic

240 WPM with 99.9% accuracy

Page 4: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords
Page 5: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

Speed

Wearability

Ergonomics

Paying Work

Accessibility

Fluency and Efficiency of Text Entry

Page 6: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords
Page 7: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

22 keys

4,194,303 possible chords

Page 8: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

No spacebar Two-dimensional syllabic chords Most words can be written phonetically Each stenographer’s dictionary is unique

STRAPS straps

Page 9: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

Encode English to

Steno

Input Chords

Find longest match in

dictionary

Output definition

Page 10: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

PAOEU pie

THON python

Page 11: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

DPLORBL deplorable

PRIFRL peripheral

Page 12: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

original = raw_input("Enter a word:")

if original.isalpha():

word = original.lower()

first = word[0]

print first

else:

print "Not a word."

QWERTY STENO

143 54

Using Plover With Python

Page 13: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

b: go Back one word q: reQord maQro?!

GLERCH: Launch browser and perform Google search on text in clipboard QUARN: Cut highlighted text and append to prespecified bug-tracking document

QWERTY STENO

Page 14: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

• 35 million people with hearing loss in the US • <2% know Sign Language • <400 Certified Captioners

• Average captioner age is 50

• 3 to 8 million people with speech disabilities

Page 15: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

• Virtually all steno schools are for-profit

• Startup costs include $1,000 student machine and $500 hobbled software, plus ~$12,000/year tuition

• Nationwide dropout rate is 85%

• Reaching 225 WPM can take 2 - 6 years

Page 16: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

Amateur Professional

$50 Ukulele $50,000 diamond-encrusted guitar

Free Music Lessons $60,000 degree from music school

Lots of Practice No guarantee of employment

Page 17: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

HOVER PLOVER

Page 18: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

• Fly • Plover Aviary • Plover Blog • Plover Dojo • Steno 101 • Steno Typer • Steno Hero Alpha

Plover Wiki: http://ploversteno.org

Page 19: Plover, the Open Source Steno Enginestenoknight.com/plover/ploverpyconpresentation.pdf · Plus input, testing, and code from the 199 members of the Plover Google Group . ... Chords

CRITERION WINNER

Speed Steno

Accuracy Steno

Customizability Steno

Portability Voice

Learning Curve Voice (beginner)/Steno (advanced)

Privacy Steno

Determinism Steno

http://stenoknight.com/speechrec