mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
Founding the newly structured GF2.0 cvs archive.
This commit is contained in:
15
grammars/resource/abstract/Restaurant.gf
Normal file
15
grammars/resource/abstract/Restaurant.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
abstract Restaurant = Database ** {
|
||||
|
||||
fun
|
||||
Restaurant, Bar : Noun ;
|
||||
French, Italian, Indian, Japanese : Property ;
|
||||
address, phone, priceLevel : Feature ;
|
||||
Cheap, Expensive : Comparison ;
|
||||
|
||||
WhoRecommend : Name -> Phras ;
|
||||
WhoHellRecommend : Name -> Phras ;
|
||||
|
||||
|
||||
-- examples of restaurant names
|
||||
LucasCarton : Name ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user