1
0
forked from GitHub/gf-core

occupations in Phrasebook Eng,Fin,Swe,Tha

This commit is contained in:
aarne
2011-12-02 09:50:16 +00:00
parent a32f9664f6
commit 40d03d6578
6 changed files with 75 additions and 2 deletions

View File

@@ -234,4 +234,13 @@ abstract Words = Sentences ** {
Smoke : VerbPhrase ;
ADoctor : Person -> Action ;
AProfessor : Person -> Action ;
ALawyer : Person -> Action ;
AEngineer : Person -> Action ;
ATeacher : Person -> Action ;
ACook : Person -> Action ;
AStudent : Person -> Action ;
ABusinessman : Person -> Action ;
}