theopenstenoproj_Plover/Glossary.md

101 lines
4.2 KiB
Markdown
Raw 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**
- [Brief](#brief)
- [Chord](#chord)
- [Conflict](#conflict)
- [JSON](#json)
- [RTF/CRE](#rtfcre)
- [Steno Dictionary](#steno-dictionary)
- [Steno Order](#steno-order)
- [Stroke](#stroke)
- [Steno Theory](#steno-theory)
- [Word Boundary](#word-boundary)
2016-04-18 01:40:03 +02:00
- #### Brief
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:40:03 +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:40:03 +02:00
Or, as a simple brief:
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +02:00
`FRIMT` (reads: "frimt" and takes only one stroke)
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +02:00
- #### Chord
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +02:00
The pressing down of multiple keys at the same time.
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +02:00
- #### Conflict
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +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.
(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.
- #### JSON
JSON, in the context of stenography, is a dictionary format which maps steno
strokes to translations. You will often see strokes expressed in the JSON format,
such as `"SKP": "and"`.
- #### RTF/CRE
Plover can read steno dictionaries in JSON and RTF/CRE format. RTF/CRE stands for
rich text format with court reporting extensions. It is a standard format that most
proprietary steno software can import from and export to. Plover can read RTF/CRE
natively.
- #### Steno Dictionary
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.
- #### Steno Order
The 22 keys on the steno machine has an explicit "order" that gets read out,
top-to-bottom, left to write. The entire steno layout is defined by `STKPHRAO*EUFRPBLGTSDZ`.
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +02:00
- #### Stroke
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +02:00
Can refer to a [[chord|Glossary#chord]], or a set of chords that you have for a
given translation. E.g., "my stroke for `steno-dude` is `STOEUPB/TKAOUD`"
- #### Steno Theory
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").
The dictionary included with Plover uses a theory based on is based on NYCI theory
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
2016-04-18 01:40:03 +02:00
- #### Word Boundary
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +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:40:03 +02:00
An illustration of a word boundary **error** is given by the phrase "cat log". If
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:
Examples (Plover):
2016-04-09 23:25:47 +02:00
2016-04-18 01:40:03 +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`**/`HRAOEUF`
2016-04-09 23:25:47 +02:00