diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-06-25 15:33:40 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-06-25 15:33:40 +0000 |
| commit | f081dc0d6bb73d5439420569c352e88b0f096a7f (patch) | |
| tree | 5e048635f979ec0e22f2510256d728ee80f6acab /examples/regulus/toy0/Toy0.gf | |
| parent | 16bfb1250b0bc97d3b1786585c80bcb3d969e874 (diff) | |
prepared examples for Speechgram presentation
Diffstat (limited to 'examples/regulus/toy0/Toy0.gf')
| -rw-r--r-- | examples/regulus/toy0/Toy0.gf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/regulus/toy0/Toy0.gf b/examples/regulus/toy0/Toy0.gf index ed0ba51e8..00c7ed0a4 100644 --- a/examples/regulus/toy0/Toy0.gf +++ b/examples/regulus/toy0/Toy0.gf @@ -2,13 +2,12 @@ abstract Toy0 = { -- grammar from Chapter 2 of the Regulus book -flags startcat=MAIN ; +flags startcat=NP ; cat - MAIN ; NP ; Noun ; Spec ; + NP ; Noun ; Spec ; fun - Main : NP -> MAIN ; SpecNoun : Spec -> Noun -> NP ; One, Two : Spec ; |
