diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-06-25 16:54:35 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-06-25 16:54:35 +0000 |
| commit | e9e80fc389365e24d4300d7d5390c7d833a96c50 (patch) | |
| tree | f0b58473adaa670bd8fc52ada419d8cad470ee03 /examples/wiki/LexRestaurant.gf | |
| parent | b96b36f43de3e2f8b58d5f539daa6f6d47f25870 (diff) | |
changed names of resource-1.3; added a note on homepage on release
Diffstat (limited to 'examples/wiki/LexRestaurant.gf')
| -rw-r--r-- | examples/wiki/LexRestaurant.gf | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/examples/wiki/LexRestaurant.gf b/examples/wiki/LexRestaurant.gf deleted file mode 100644 index 50436e079..000000000 --- a/examples/wiki/LexRestaurant.gf +++ /dev/null @@ -1,66 +0,0 @@ - -interface LexRestaurant = open Syntax in { - - oper - restaurant_N : N ; - food_N : N ; - staff_N : N ; - wine_N : N ;
- pizza_N : N ;
- cheese_N : N ; - fish_N : N ; - dish_N : N ; - drink_N : N ; - dessert_N : N ; - - recommend_V2 : V2 ; - - chinese_A : A ; - french_A : A ; - italian_A : A ; - japanese_A : A ; - mexican_A : A ; - thai_A : A ; - expensive_A : A ; - cheap_A : A ; - nice_A : A ; - clean_A : A ; - dirty_A : A ; - fresh_A : A ; - delicious_A : A ; - fatty_A : A ; - tasteless_A : A ; - authentic_A : A ; - efficient_A : A ; - courteous_A : A ; - helpful_A : A ; - friendly_A : A ; - personal_A : A ; - warm_A : A ; - prompt_A : A ; - attentive_A : A ; - inefficient_A : A ; - rude_A : A ; - impersonal_A : A ; - slow_A : A ; - unattentive_A : A ; - good_A : A ; - great_A : A ; - excellent_A : A ; - bad_A : A ; - awful_A : A ; - horrible_A : A ; - disgusting_A : A ; - boring_A : A ; - diverse_A : A ; - - noAdv_AdV : AdV ; - strongly_AdV : AdV ; - completely_AdV : AdV ; - certainly_AdV : AdV ; - honestly_AdV : AdV ; - really_AdV : AdV ; - reluctantly_AdV : AdV ; - hardly_AdV : AdV ; - -} |
