Type definition:
Tree :: Node --> Tree
| ( Tree / Tree )
| ( Tree \ Tree )
| Terminal
In this definition, the slash is used to indicate which of two sister nodes is the (prosodic) head.
metrical tree
headed tree
Internal representation:
W -->
(F --> (S --> "pho" \ S --> "to")
/ F --> ((S --> "gra" \ S --> "phi") \ S --> "cal"))
Type definition:
Node :: Category:Features
Features :: [FV*]
FV :: Node
| Feature=Value
| +Feature (Feature=true)
| -Feature (Feature=false)
Example:
vow:[-stressed, voc:[+back, -rnd, height=mid]]
Other uses:
VP --> (V \ NP)
word --> ((prefix / root) \ suffix)
Defense:
(a)
(b)
(c)
stress patterns of two Dutch words: (a) universiteit 'university'; (b=>c) makaroni 'macaroni'