mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
abstract Sentences = Numeral ** {
|
||||
|
||||
cat
|
||||
Sentence ; Object ; Item ; Kind ; Quality ;
|
||||
Sentence ; Question ; Object ; Item ; Kind ; Quality ;
|
||||
Place ; PlaceKind ; Currency ; Price ;
|
||||
|
||||
fun
|
||||
Is : Item -> Quality -> Sentence ;
|
||||
@@ -9,13 +10,22 @@ abstract Sentences = Numeral ** {
|
||||
|
||||
IWant : Object -> Sentence ;
|
||||
ILike : Item -> Sentence ;
|
||||
DoYouHave : Kind -> Sentence ;
|
||||
WhetherIs : Item -> Quality -> Sentence ;
|
||||
DoYouHave : Kind -> Question ;
|
||||
WhetherIs : Item -> Quality -> Question ;
|
||||
WhereIs : Place -> Question ;
|
||||
|
||||
HowMuchCost : Item -> Question ;
|
||||
ItCost : Item -> Price -> Sentence ;
|
||||
AmountCurrency : Numeral -> Currency -> Price ;
|
||||
|
||||
ObjItem : Item -> Object ;
|
||||
ObjNumber : Numeral -> Kind -> Object ;
|
||||
|
||||
This, That, These, Those : Kind -> Item ;
|
||||
This, That, These, Those, The, Thes : Kind -> Item ;
|
||||
SuchKind : Quality -> Kind -> Kind ;
|
||||
Very : Quality -> Quality ;
|
||||
Too : Quality -> Quality ;
|
||||
|
||||
ThePlace : PlaceKind -> Place ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user