Coding Search Help
The "SearchCodings" program allows you to search for coding elements in dream series that have been coded using the Hall/Van de Castle system of content analysis.
Like our DreamBank word-search engine, the coding search form uses regular expressions. It's important to know how to use regular expressions properly if you want to perform useful searches here, so you may want to read our regular expression tutorial if you haven't already.
The coding search program will display any coding cards that contain the codings you enter. (If the dream narratives are available, you can see those too.) You can choose to find only dreams that contain ALL elements you specify (AND mode), or dreams that contain at least one of the codings you enter (OR mode).
For example, if you do an "AND" mode search, and you type "1FMA" in the Characters box and "OU" in the Settings box, you will find dreams containing the dreamer's mother AND an unfamiliar outdoor setting. The same search in "OR" mode will find dreams with either the mother or an unfamiliar outdoor setting (or both).
(If the above paragraph made no sense to you because you have no idea what the connection is between the dreamer's mother and "1FMA", you probably shouldn't be using this coding search program. Click here to use DreamBank instead.)
If you do a search in AND mode, you will get a report that shows how many dreams contained each coding you typed in, and how many contain every one of them. This is called a contingency analysis, and you can use it to determine whether certain things appear together more often than chance would predict.
Notes
Examples
Category | To find this: | Type this: | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Characters | female characters | \wF\w\w | ||||||||
Characters | children or babies | \w\w\w[CB] | ||||||||
Characters | either one of the dreamer's parents | \w[JMF][MFX]\w | ||||||||
Aggressions | all aggressions |
|
||||||||
Aggressions | dreamer is the victim of an aggression from an animal |
|
||||||||
Aggressions | dreamer is the aggressor in a physical aggression (with any character) |
|
||||||||
Friendliness | any friendliness between the dreamer and his/her siblings |
|
||||||||
Sexuality | any mutual sexuality involving the dreamer |
|
||||||||
Activities | physical activities by anyone |
|
||||||||
Success, Failure, |
For these categories (and Misfortune and Emotions as well), most of the same rules apply as when searching for characters, but remember that there might be strings of characters joined by plus signs. If you just want to find all dreams that contain at least one of these elements, type \w in the "character" box (\w matches any number or letter). | |||||||||
Misfortune | bodily misfortunes to the dreamer |
|
||||||||
Misfortune | dreams with falling or danger of falling |
|
||||||||
Emotions | negative emotions (AP, AN, SD, or CO) |
|
||||||||
Emotions | positive emotions experienced by the dreamer along with others |
|
||||||||
Settings | Geographical settings |
|
||||||||
Objects | body parts |
|
||||||||
Modifiers | positive evaluations |
|
||||||||
Modifiers | descriptions or age: young or old |
|