**Repetition in Characterie**
# The Role of Repetition
Compared to all other methods of shorthand, Characterie dedicates a large component of its theory to repetition. Whenever a word, phrase, or even a characterical root, is repeated, then you can often save many strokes by having a simple way to represent this.
For example, consider the following quotes from Shakespeare:
* "Are all thy conquests, glories, triumphs, spoils, shrunk to this little measure?" (*Julius Caesar*, III, i)
* "Mad world! Mad kings! Mad composition!" (*King John*, II, i)
* "That never words were music to thine ear, That never object pleasing in thine eye, That never touch well welcome to thy hand" (*Comedy of Errors*, II, ii)
* "Let heaven and men and devils, let them all, all, all, cry shame against me, yet I'll speak." (*Othello*, V, ii)
* "O, cursed be the hand that made these holes; Cursed the heart that had the heart to do it; Cursed the blood that let this blood from hence." -- *Richard III* Act 1, Scene 2.
Literature of the time loved to include various repetitive literary devices, and Characterie was built to support many of them. In particular we will see that Characterie is very well built to be able to benefit from *polysyndeton* (listing similar words or phrases with a conjunction between) as you may end up with repetition of words that derive from the same characterical root.
!!!
**Relation to modern text compression**
This portion of the theory is fascinating to me, as I am professionally a mathematician and computer scientist by training and trade. Many of the techniques here are very close to the way that digital computers losslessly compress text with things like *run-length encoding* (which encodes direct repetition), or even some *dictionary-based encoding* systems (which encodes variations from a growing dictionary) being similar to the rules he employs. As a result, when these rules apply, they can result in a massive reduction in the number of words that need to be written.
let them all, all, all, cry shame against meIf we converted this into Characterie, we would write this as: !["let them all, all, all, cry shame against me"](./repetition/all_all_all.svg) The repetition of the *all* character takes up a full third of all the characters you write for that phrase! If we can instead write a single character, we will save a lot of space. This can be done in one of two ways: 1. Put a certain number of dots after the character to mark each additional repetition, or 1. Write the number to the left for the total number of repetitions. This means it could be written either as: !["let them all, all, all, cry shame against me"](./repetition/all_all_all_dots.svg) or: !["let them all, all, all, cry shame against me"](./repetition/all_all_all_number.svg) The resulting phrase requires seven instead of nine characters to write, and indeed the dot based method in particular would be very easy to do live as you just write a dot for each additional repetition as you hear them. ## Repetition of a Concept Often times, pure repetition would be viewed as dull in literature, and instead the repetition would happen with various synonyms or antonyms. For instance consider the following quote:
Are all thy conquests, glories, triumphs, spoils, shrunk to this little measure?Here, all the words of the list can be derived from *glory*. If written directly, this would be: !["Are all thy conquests, glories, triumphs, spoils, shrunk to this little measure?"](./repetition/glories.svg) The repeated root of *glory·s* is clearly inefficient to write repeatedly, so the rule will be that in such a case, you can write a dot instead. To provide additional detail: 1. for consenting meanings, write the accompanying letter on the left of the dot, 1. for dissenting meanings, write the accompanying letter on the right of the dot, and 1. if the repetition is of the root itself, just write a dot. Thus, we may simplify this by writing: !["Are all thy conquests, glories, triumphs, spoils, shrunk to this little measure?"](./repetition/glories_dots.svg) It is very important that the dots are aligned with each other, and with the original character for readability. Notice that this also works for a mix of synonyms and antonyms, as in the following example where both *heavy* and *light* derive from *wait* as a homonym for *weight*. !["Oh, heavy lightness!" -- *Romeo and Juliet* Act 1, Scene 1](./repetition/heavy.svg) ## Repetition with Conjunctions The same rules apply for repetition with conjunctions between by simply replacing the dot with the conjunction. For instance, in the phrase "heaven and men and devils" you can take *devils* (normally written in opposition to *holy*) to be in opposition of *man*, or potentially take both *man* and *devils* in opposition of *heaven*, depending on how readable you think those concepts are. ![Three ways to write "heaven and men and devils" -- *Othello* Act 5, Scene 2](./repetition/devils.svg) To put this together with the previous section, we may take the original quote from: !["Let heaven and men and devils, let them all, all, all, cry shame against me, yet I'll speak."](./repetition/othello.svg) to: !["Let heaven and men and devils, let them all, all, all, cry shame against me, yet I'll speak."](./repetition/othello_repeats.svg) If you want to repeat with one of the repetitions being the root, simply place a dot to the side instead. !["pleasure and delight"](./repetition/pleasure_and_delight.svg) The word *neither* is also used for *nor*, and so when you write a phrase like *neither good nor bad*, you can attach the modifying letter to a second copy of *neither*. !["neither good nor bad"](./repetition/neither.svg) ## Repetition of a Phrase The final rule is the most flexible, but potentially most prone to misreading. Suppose you have a quote where the repetition is more in the structure of the phrase like:
Mad world! Mad kings! Mad composition!This is clearly repetitive, and the resulting Characterie looks very repetitive. !["Mad world! Mad kings! Mad composition!"](./repetition/mad.svg) The method here is this: place a circle on the right hand side of the first part of the repeated phrase, then only write the difference. I'll refer to this as a loop. So this can also be written as: !["Mad world! Mad kings! Mad composition!"](./repetition/mad_loop.svg) This can be taken very liberally in how you interpret it, and it is essentially up to the author how far you think you can take it before it becomes unreadable. We'll work through some extreme examples in the exercises. # Exercises **Exercise 1.** Write the following quote:
Oh, blood, blood, blood! -- *Othello* Act 3, Scene 3.!!!
The time was once when thou unurged wouldst vow!!!
That never words were music to thine ear,
That never object pleasing in thine eye,
That never touch well welcome to thy hand,
That never meat sweet-savour'd in thy taste,
Unless I spake, or look'd, or touch'd, or carv'd to thee. -- *Comedy of Errors* Act 2, Scene 2
If there be cords, or knives, or poison, or fire, or suffocating streams, I'll not endure it. -- *Othello* Act 3, Scene 3.!!!
It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of light, it was the season of darkness, it was the spring of hope, it was the winter of despair. -- *Tale of Two Cities* by Charles Dickens!!!