theopenstenoproj_Plover/Glossary.md

152 lines
9.3 KiB
Markdown
Raw Permalink Normal View History

2016-04-18 01:40:03 +02:00
This glossary will help you with terms that you may come across in the steno community.
2016-04-09 23:25:47 +02:00
2016-04-18 01:42:35 +02:00
**Table of Contents**
2020-05-19 03:49:05 +02:00
- [Arpeggiate](#arpeggiate)
2016-04-18 01:42:35 +02:00
- [Brief](#brief)
- [Chord](#chord)
- [Conflict](#conflict)
2016-11-07 18:50:57 +01:00
- [Dragging](#dragging)
2016-04-18 01:42:35 +02:00
- [JSON](#json)
2016-11-07 19:04:33 +01:00
- [Misstroke](#misstroke)
2021-06-21 23:19:59 +02:00
- [RTF/CRE](#rtfcre)
- [Shadowing](#shadowing)
2016-11-07 18:51:26 +01:00
- [Stacking](#stacking)
2016-04-18 01:42:35 +02:00
- [Steno Dictionary](#steno-dictionary)
- [Steno Order](#steno-order)
- [Stroke](#stroke)
- [Steno Theory](#steno-theory)
2021-06-21 23:19:59 +02:00
- [Suffix folding or tucking](#suffix-folding-or-tucking)
2016-11-07 18:50:57 +01:00
- [Untranslate](#untranslate)
2016-04-18 01:42:35 +02:00
- [Word Boundary](#word-boundary)
2017-04-20 19:39:32 +02:00
- [Write Out](#write-out)
2016-11-29 15:33:52 +01:00
- [Writing](#writing)
2016-04-18 01:42:35 +02:00
2020-05-19 03:49:05 +02:00
### Arpeggiate
A Plover feature enabling a standard keyboard to [stroke](#stroke) a [chord](#chord) by pressing one key at a time. This feature is reminiscent of Caps Lock or Sticky Keys. When enabled, the default arpeggiate begin/end toggle is `<space>`. Press `<space>` to begin arpeggiating, then press the keys which make up the chord, and, finally, press `<space>` to end arpeggiating and send the chord. The "Arpeggiate" checkbox must be toggled via `Configure > Machine` (with "Keyboard" selected from the drop-down) in order for this feature to work, as pictured below.
<img alt="toggle arpeggiating checkbox to enable" src="https://media.discordapp.net/attachments/144999734254370816/712119290442023042/unknown.png" width="40%">
2021-06-23 09:29:42 +02:00
The term "arpeggiate" is analogous to individually playing each note of a musical chord. See [[Cheat Sheets|Learning-Stenography#cheat-sheets]] for pictures of how keyboard keys correspond to steno keys.
2020-05-19 03:49:05 +02:00
2016-11-07 19:04:33 +01:00
### Brief
2016-04-18 01:40:03 +02:00
2016-04-18 01:44:42 +02:00
Also known as the "abbreviation", "short form", or "arbitrary". Briefs
2016-04-09 23:25:47 +02:00
are simply non-phonetic mappings of steno outlines to English words or
2016-04-18 01:40:03 +02:00
phrases. Common words and phrases are often briefed for the purpose of speed.
For instance, the phrase "from time to time" would regularly be written
2016-04-09 23:25:47 +02:00
out:
2016-04-18 01:44:42 +02:00
`FROM/TAOIM/TO/TAOIM` (reads: "from/time/to/time" and takes four strokes)
2016-04-09 23:25:47 +02:00
2016-04-18 01:44:42 +02:00
Or, as a simple brief:
2016-04-09 23:25:47 +02:00
2016-04-18 01:44:42 +02:00
`FRIMT` (reads: "frimt" and takes only one stroke)
2016-04-09 23:25:47 +02:00
2016-11-07 19:04:33 +01:00
### Chord
2016-04-09 23:25:47 +02:00
2016-04-18 01:44:42 +02:00
The pressing down of multiple keys at the same time. Contrast with a QWERTY-style typing system which hits only one key at a time.
2016-04-09 23:25:47 +02:00
2016-11-07 19:04:33 +01:00
### Conflict
2016-04-09 23:25:47 +02:00
2016-04-18 01:44:42 +02:00
1. traditionally: a conflict-based theory uses one stroke for multiple translations. For example, a non-realtime stenographer could use the same stroke for "bare", "bear", and "bar", which is a conflict that the stenographer would have to manually resolve at a later time. Plover is a realtime-only system and does not support conflict-theories.
2016-04-18 01:40:03 +02:00
2016-04-18 01:44:42 +02:00
2. informal; a.k.a collision: when two dictionaries have the same stroke, the dictionary with the highest priority is favored. For this reason, it is important to understand your dictionary order.
2016-04-18 01:40:03 +02:00
2016-11-07 19:04:33 +01:00
### Dragging
2016-11-07 18:50:57 +01:00
Dragging is the term used to describe accidentally dragging another key into your stroke. E.g. if you try to write `-F` but then drag your finger to the left, you might hit `*F` instead.
2016-11-07 19:04:33 +01:00
### JSON
2016-04-18 01:40:03 +02:00
2016-04-18 01:44:42 +02:00
JSON, in the context of stenography, is a dictionary format which maps steno
2016-04-18 01:40:03 +02:00
strokes to translations. You will often see strokes expressed in the JSON format,
such as `"SKP": "and"`.
2016-11-07 19:04:33 +01:00
### Misstroke
A misstroke is like a "chord typo". It's when you mean to write one chord, but stroke another. Often, dictionaries have misstroke entries that are added when a stenographer frequently misstrokes an entry. For example, take the stroke `TKPWAOD` (meaning `GAOD`) which translates to `good`. Sometimes the stenographer may miss a key, so they could have a misstroke entry `TKPAOD` which would also translate to `good`. Then they are protected from these typos in regular writing. There are many misstroke entries in the default dictionary, and you must try to make sense of results when you look up words, instead of blindly accepting the shortest stroke.
2016-11-07 19:05:16 +01:00
### RTF/CRE
2016-04-18 01:40:03 +02:00
2016-04-18 01:44:42 +02:00
Plover can read steno dictionaries in JSON and RTF/CRE format. RTF/CRE stands for
2021-03-11 02:58:02 +01:00
"rich text format with court reporting extensions". It is a standard format that most
2016-04-18 01:40:03 +02:00
proprietary steno software can import from and export to. Plover can read RTF/CRE
natively.
### Shadowing
Shadowing is when a key registers on the steno paper unintentionally, due to pressing lightly on a key by accident. The term "shadowing" comes from the light ink impression left on the steno paper - it looks like the shadow of a letter. While the use of writing to paper continues to decline, the act of shadowing can be a bigger problem with digital systems as the machine and/or transcription software registers it as off or on - no in-between. Shadowing can be reduced or eliminated by more careful writing and by adjusting key sensitivity.
2016-11-07 19:05:16 +01:00
### Stacking
2016-11-07 18:50:57 +01:00
When writing stenography, if you accidentally merge two strokes into one, it is called stacking. For example, you might try to write `is okay` with `S-/OBG` but end up with `SOBG → sock` because you stacked the strokes. To avoid stacking, the stenographer must be sure to release all keys in their chord before stroking the next. Sometimes machines are prone to stacking due to bad debouncing or sticking keys.
You might notice strokes in Plover's default dictionary that map to, for example, `"T-S": "{^s it}"`. These were entered to fix stacking issues on Mirabai's old steno machine, but aren't relevant for most users and can safely be overwritten.
2016-11-07 18:50:57 +01:00
2016-11-07 19:05:16 +01:00
### Steno Dictionary
2016-04-18 01:40:03 +02:00
2016-04-18 01:44:42 +02:00
Used by Plover or other stenotype software. Contains all the words and
2016-04-09 23:25:47 +02:00
the strokes that produce those words. While generally these are
2016-04-09 23:31:32 +02:00
constructed using a [[steno theory|Glossary#steno-theory]], this can be freely modified by the
2016-04-18 01:40:03 +02:00
stenographer. Dictionaries are a collection of entries, which map strokes to translation.
2016-11-07 19:05:16 +01:00
### Steno Order
2016-04-18 01:40:03 +02:00
2016-04-18 01:44:42 +02:00
The 22 keys on the steno machine has an explicit "order" that gets read out,
2016-11-07 19:12:33 +01:00
top-to-bottom, left to right. The entire steno layout is defined by `STKPWHRAO*EUFRPBLGTSDZ`.
2016-04-09 23:25:47 +02:00
2016-11-07 19:05:16 +01:00
### Stroke
2016-04-09 23:25:47 +02:00
2016-04-18 01:44:42 +02:00
Can refer to a [[chord|Glossary#chord]], or a set of chords that you have for a
2016-04-18 01:40:03 +02:00
given translation. E.g., "my stroke for `steno-dude` is `STOEUPB/TKAOUD`"
2016-11-07 19:05:16 +01:00
### Steno Theory
2016-04-18 01:40:03 +02:00
2016-04-18 01:44:42 +02:00
A "system" or way of thinking that determines which steno strokes will
2016-04-09 23:25:47 +02:00
match to which words. Theories range generally from being based on
2016-04-18 01:40:03 +02:00
spelling ("brief-heavy") to being based on the sound of the word ("stroke-heavy").
2017-06-12 17:40:45 +02:00
The dictionary included with Plover uses a theory based on "NYCI theory",
2016-04-18 01:40:03 +02:00
which is descended from StenEd. It offers a hybrid between a brief-heavy and
stroke-heavy theory. It is recommended to start learning with Plover theory, and
you will likely learn what style you like and you can always switch later. Mirabai
uses the Plover dictionary professionally.
2016-04-09 23:25:47 +02:00
2018-05-06 23:04:05 +02:00
### Suffix folding or tucking
In some [steno theories](#steno-theory), when writing a word that ends with a suffix (or starts with a prefix), one may include that suffix or prefix in the same stroke as another part of the word. So rather than writing "seeing" as `SAOE/-G`, one may write `SAOEG` in one stroke. Sometimes this will break steno order. For example, when `EPBD/-G` is turned into `EPBGD`. This is known as folding in or tucking.
Some commonly tucked one-key suffixes are `"-S": "{^s}"`, `"-D": "{^ed}"`, `"-G": "{^ing}"` and `"-R": "{^er}"`. A one-key prefix that's often folded in Plover's default theory as well is `"K-": "{con^}"` (where the N becomes M if the next sound is a P, B or M for historical reasons). Some multi-letter suffixes in that theory are `"-PLT": "{^ment}"`, `"-GS": "{^tion}"` and `"-BGS": "{^ction}"`.
2018-05-06 23:04:05 +02:00
2016-11-07 19:05:16 +01:00
### Untranslate
2016-11-07 18:50:57 +01:00
When writing in stenography, your strokes map to translations. E.g. `KAT → cat`. However, if a stroke is not in your dictionary, the raw form will be outputted instead. This is called an untranslate. For example, if your dictionary doesn't have `KAT`, Plover will simply output `KAT`.
2016-11-07 19:05:16 +01:00
### Word Boundary
2016-04-09 23:25:47 +02:00
2016-04-18 01:44:42 +02:00
The implicit spacing in between words. Spacing is inserted automatically
2016-04-09 23:25:47 +02:00
by Plover or other steno software. As words and phrases will often sound
similar to others, a stenographer needs to choose the stroke or brief
appropriate for the situation with the correct word boundary.
2016-04-18 01:44:42 +02:00
An illustration of a word boundary **error** is given by the phrase "cat log". If
2016-04-18 01:40:03 +02:00
a stenographer were to write "cat log" with Plover, by default, the system will
write "catalog". This happens because "cat log" isn't a very common word-pair
in English. The stenographer must explicitly write "cat (space) log".
But, there are many more common cases that are handled and the
stenographer must be explicit. See below for how some phonetics are differentiated:
2016-04-18 01:44:42 +02:00
Examples (Plover):
2016-04-09 23:25:47 +02:00
2016-04-18 01:44:42 +02:00
* "in here"; **`TPH`**/`HAOER` vs "insect"; **`EUPB`**/`SEBGT`
* "on top of"; **`OPB`**/`TOP`/`-F` vs "onto"; **`AUPN`**/`TO`
* "it is a live (wire)"; `T`/`S`/**`AEU`**/`HREUF` vs "it is alive"; `T`/`S`/**`A`**/`HREUF`
2016-04-09 23:25:47 +02:00
2017-04-20 19:39:32 +02:00
### Write Out
The opposite of a [brief](#brief) is writing out the word according to your theory. In Plover, this would refer to the fact that you are sounding a word out, rather than using its brief. E.g. writing out `O/PEUPB/KWROPB` instead of using the brief `P-PB` for the word "opinion".
2016-11-29 15:33:52 +01:00
### Writing
Professional stenographers do not like being referred to as "typists" because it normalizes the complex system that stenography is. On a steno machine, you do not "type". Instead, they call it "writing". Some stenographers are more sensitive to this than others. Generally, you "type" on a keyboard, and "write" on a steno machine. Steno machines were traditionally called "stenotypes", but that usage has died out over time.