mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
started Phrasebook with Finnish and Romanian
This commit is contained in:
20
examples/phrasebook/Sentences.gf
Normal file
20
examples/phrasebook/Sentences.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
abstract Sentences = Numeral ** {
|
||||
|
||||
cat
|
||||
Sentence ; Object ; Item ; Kind ; Quality ;
|
||||
|
||||
fun
|
||||
Is : Item -> Quality -> Sentence ;
|
||||
IsNot : Item -> Quality -> Sentence ;
|
||||
|
||||
IWant : Object -> Sentence ;
|
||||
DoYouHave : Kind -> Sentence ;
|
||||
WhetherIs : Item -> Quality -> Sentence ;
|
||||
ObjItem : Item -> Object ;
|
||||
ObjNumber : Numeral -> Kind -> Object ;
|
||||
|
||||
This, That, These, Those : Kind -> Item ;
|
||||
SuchKind : Quality -> Kind -> Kind ;
|
||||
Very : Quality -> Quality ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user