summaryrefslogtreecommitdiff
path: root/examples/regulus/toy0/Toy0Eng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-06-25 15:33:40 +0000
committeraarne <aarne@cs.chalmers.se>2007-06-25 15:33:40 +0000
commitf081dc0d6bb73d5439420569c352e88b0f096a7f (patch)
tree5e048635f979ec0e22f2510256d728ee80f6acab /examples/regulus/toy0/Toy0Eng.gf
parent16bfb1250b0bc97d3b1786585c80bcb3d969e874 (diff)
prepared examples for Speechgram presentation
Diffstat (limited to 'examples/regulus/toy0/Toy0Eng.gf')
-rw-r--r--examples/regulus/toy0/Toy0Eng.gf3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/regulus/toy0/Toy0Eng.gf b/examples/regulus/toy0/Toy0Eng.gf
index 68e2e4c07..977fb09c5 100644
--- a/examples/regulus/toy0/Toy0Eng.gf
+++ b/examples/regulus/toy0/Toy0Eng.gf
@@ -6,10 +6,9 @@ param
lincat
Spec = {s : Str ; n : Number} ;
Noun = {s : Number => Str} ;
- MAIN,NP = {s : Str} ;
+ NP = {s : Str} ;
lin
- Main np = np ;
SpecNoun spec noun = {s = spec.s ++ noun.s ! spec.n} ;
One = {s = "one" ; n = Sg} ;