Initially the stack is empty and a sentence is expected. It is oscillating at frequency 1. |
|
The token the/det is put onto the stack. This results in activation of the stack element and binding with the the-CA. Both CAs are oscillating at frequency 2. |
|
The grammar rule NG/head-noun -> det is applied |
|
dog-N is put on the stack and the grammar rule NP -> NG/head-noun head-noun is applied. The dog-CA is oscillating at frequency 2. The the-CA may no longer be active. |
|
The grammar rule S/VP -> S/S NP is applied. This means that one stack element is turned off. The dog-CA is still active and is oscillating at frequency 1. |
|