Dependent Tiers

In CHAT transcription, dependent tiers are lines typed below the main line (Orthography) that contain codes, comments, events, and descriptions. All dependent tiers begin with the percent symbol (%) followed by a three-letter code. Phon supports the standard CHAT dependent tiers listed below. These tiers can be added to sessions through the Tier Management view.

Two CHAT dependent tiers map to Phon's built-in system tiers:

  • %pho (phonology) maps to the IPA Actual tier
  • %mod (model) maps to the IPA Target tier

For the complete CHAT dependent tier specification, see the CHAT Manual, Chapter 11.

Contextual Tiers

These tiers describe the context, actions, and participants surrounding an utterance.

Phon Tier CHAT Code Description Example
Actions %act Describes the actions of the speaker or listener. %act: runs to toy box
Addressee %add Identifies who is being addressed, using three-letter participant IDs. %add: ALI, BEA
Comments %com General purpose comment tier for notes about the utterance. %com: note tag question
Explanation %exp Clarifies deictic references or the situation of an utterance. %exp: points to the red truck
Situation %sit Describes situational context relevant to the utterance. %sit: child is playing with blocks

Transcription and Translation Tiers

These tiers provide alternative representations, translations, or simplified versions of the utterance.

Phon Tier CHAT Code Description Example
Alternative %alt Provides an alternative possible transcription of the utterance. %alt: I want to go home
Eng translation %eng English translation for non-English data. %eng: I don't have anything.
Flow %flo Flowing version of the transcript free of transcription conventions (retracings, error markers, etc.). %flo: I don't I don't wanna look in a badroom or Bill's room.
Target gloss %gls Target language gloss of learner forms, explaining what might otherwise be unclear. %gls: I want the big ball
Ort %ort Orthographic tier for languages with non-Roman script. Provides Roman or local script counterpart to the main line. %ort: konnichiwa

Linguistic Analysis Tiers

These tiers contain linguistic annotations. The %mor and %gra tiers are typically auto-generated by the MOR and GRASP programs and use structured data formats described below. The %spa and %err tiers use simpler code-based formats.

Phon Tier CHAT Code Description
mor %mor Morphological analysis (see below)
gra %gra Grammatical dependency relations (see below)
Speech act %spa Speech act codes classifying pragmatic function (e.g., $IMP $REF $INS)
Errcoding %err Error coding details (e.g., goed = went ; overgeneralization)

Morphological Tier (%mor) Format

The %mor tier provides a morphological analysis of each word on the Orthography tier. Each word is tagged with its part of speech and morphological structure. Words on %mor align one-to-one with words on the Orthography tier. For the full MOR specification, see the MOR Manual.

Basic Word Format

Each word on the %mor tier has the structure:

POS|stem

Where POS is a part-of-speech tag and stem is the root morpheme, separated by a pipe (|). Example:

*CHI: I wanted a toy.
%mor: pro|I v|want-PAST det|a n|toy.

Part-of-Speech Tags

POS tags may include subcategories separated by colons:

category:subcategory

Examples: n (noun), v (verb), v:aux (auxiliary verb), n:prop (proper noun), pro:dem (demonstrative pronoun).

Morphological Markers

Markers follow the stem and indicate morphological structure:

Prefix Type Description Example
- suffix inflectional or derivational suffix v|want-PAST
& fusional suffix fused morpheme that cannot be segmented pro|I&1S
: morphological category additional category marker det|a&INDEF

Prefixes

Morphological prefixes precede the POS tag and are separated by #:

prefix#POS|stem

Example: un#v|do for "undo".

Compound Words

Compound words use + to join constituent words under a shared POS:

POS|+word1+word2

Example: n|+ice+cream for "ice cream".

Clitics

Clitics are bound morphemes attached to a host word:

  • Preclitics precede the main word and end with $: pro|I$ v|be&1S
  • Postclitics follow the main word and begin with ~: v|do~neg|not for "don't"

Translations

English translations of non-English stems are marked with =. Multiple alternatives are separated by /:

n|perro=dog, v|aller=go/walk

Omitted Words

Words marked as omitted on the Orthography tier (with 0 prefix) appear on the %mor tier with 0 before the POS tag: 0det|the.

Terminators

Utterance terminators from the Orthography tier (., ?, !, and special terminators) are carried through to the end of the %mor line.

Grammatical Relations Tier (%gra) Format

The %gra tier codes grammatical dependency relations between words. Each entry is a triple that identifies a word, its syntactic head, and the grammatical relation between them. Entries align one-to-one with words on the %mor tier.

Entry Format

Each entry has the structure:

index|head|RELATION

  • index — 1-based position of this word in the utterance
  • head — position of the word this word depends on (0 = sentence root)
  • RELATION — grammatical relation label

Example

A complete example showing Orthography, %mor, and %gra together:

*CHI: I wanted a toy.
%mor: pro|I v|want-PAST det|a n|toy.
%gra: 1|2|SUBJ 2|0|ROOT 3|4|DET 4|2|OBJ 5|2|PUNCT

Reading this dependency tree:

  • 1|2|SUBJ — word 1 ("I") is the subject of word 2 ("wanted")
  • 2|0|ROOT — word 2 ("wanted") is the root of the sentence
  • 3|4|DET — word 3 ("a") is the determiner of word 4 ("toy")
  • 4|2|OBJ — word 4 ("toy") is the object of word 2 ("wanted")
  • 5|2|PUNCT — word 5 (".") is punctuation attached to the root

Common Relation Labels

Relation labels follow the Universal Dependencies framework. Common labels include:

Label Relation
ROOT root of the sentence
SUBJ subject
OBJ object
DET determiner
MOD modifier (adjective, adverb)
AUX auxiliary verb
NEG negation
COORD coordination (conjunction)
PUNCT punctuation
COMP complement
JCT adjunct

Behavioral and Paralinguistic Tiers

These tiers code nonverbal behaviors, gestures, and paralinguistic features of the interaction.

Phon Tier CHAT Code Description Example
Facial %fac Codes facial actions and expressions. %fac: smiles
Gesture %gpx Codes gestural and proxemic material such as nodding, reaching, and pointing. %gpx: reaches for cookie
Intonation %int Codes intonation patterns using standard language descriptions. %int: rising contour
Paralinguistics %par Codes paralinguistic behaviors such as coughing, crying, and laughing. %par: laughing throughout

Specialized Coding Tiers

These tiers are used for specialized coding purposes.

Phon Tier CHAT Code Description Example
Coding %cod General purpose coding tier for mixing multiple codes. %cod: $MLU=6 $NMV=2 $RDE $EXP
Cohesion %coh Codes text cohesion devices. %coh: pronoun reference
Time stamp %tim Timing information for the utterance. %tim: 00:01:23.456