started Phrasebook with Finnish and Romanian

This commit is contained in:
aarne
2010-03-20 21:21:50 +00:00
parent fba592ecf8
commit 5584415807
13 changed files with 281 additions and 0 deletions

View 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 ;
}