summaryrefslogtreecommitdiff
path: root/examples-3.0/tutorial/resource-foods/ExtFoodsI.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-25 16:54:35 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-25 16:54:35 +0000
commite9e80fc389365e24d4300d7d5390c7d833a96c50 (patch)
treef0b58473adaa670bd8fc52ada419d8cad470ee03 /examples-3.0/tutorial/resource-foods/ExtFoodsI.gf
parentb96b36f43de3e2f8b58d5f539daa6f6d47f25870 (diff)
changed names of resource-1.3; added a note on homepage on release
Diffstat (limited to 'examples-3.0/tutorial/resource-foods/ExtFoodsI.gf')
-rw-r--r--examples-3.0/tutorial/resource-foods/ExtFoodsI.gf49
1 files changed, 0 insertions, 49 deletions
diff --git a/examples-3.0/tutorial/resource-foods/ExtFoodsI.gf b/examples-3.0/tutorial/resource-foods/ExtFoodsI.gf
deleted file mode 100644
index 586f3e42b..000000000
--- a/examples-3.0/tutorial/resource-foods/ExtFoodsI.gf
+++ /dev/null
@@ -1,49 +0,0 @@
-incomplete concrete ExtFoodsI of ExtFoods = FoodsI ** open Syntax, LexFoods in {
-
- flags lexer=text ; unlexer=text ;
-
- lincat
- Move = Text ;
- Verb = V2 ;
- Guest = NP ;
- GuestKind = CN ;
- lin
- MAssert p = mkText (mkS p) ;
- MDeny p = mkText (mkS negativePol p) ;
- MAsk p = mkText (mkQS p) ;
-
- PVerb = mkCl ;
- PVerbWant guest verb item = mkCl guest want_VV (mkVP verb item) ;
-
- WhichVerb kind guest verb =
- mkText (mkQS (mkQCl (mkIP whichSg_IDet kind) guest verb)) ;
- WhichVerbWant kind guest verb =
- mkText (mkQS (mkQCl (mkIP whichSg_IDet kind)
- (mkClSlash guest want_VV verb))) ;
- WhichIs kind quality =
- mkText (mkQS (mkQCl (mkIP whichSg_IDet kind) (mkVP quality))) ;
-
- Do verb item =
- mkText
- (mkPhr (mkUtt politeImpForm (mkImp verb item))) exclMarkPunct ;
- DoPlease verb item =
- mkText
- (mkPhr (mkUtt politeImpForm (mkImp verb item)) please_Voc)
- exclMarkPunct ;
-
- I = mkNP i_Pron ;
- You = mkNP youPol_Pron ;
- We = mkNP we_Pron ;
-
- GThis = mkNP this_QuantSg ;
- GThat = mkNP that_QuantSg ;
- GThese = mkNP these_QuantPl ;
- GThose = mkNP those_QuantPl ;
-
- Eat = eat_V2 ;
- Drink = drink_V2 ;
- Pay = pay_V2 ;
- Lady = mkCN lady_N ;
- Gentleman = mkCN gentleman_N ;
-
-}