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 4f46a96ffb
commit b29dbcf3a7
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 ;
}