diff options
| author | aarne <aarne@chalmers.se> | 2011-11-30 20:24:23 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-11-30 20:24:23 +0000 |
| commit | 33f1eeb7d1a94c8f34b13a69c9082e1a8807fba8 (patch) | |
| tree | 6e73202d059e83f6b08db2fb1a3c092aa29e0067 /examples/phrasebook/WordsSwe.gf | |
| parent | 69d54030c02431ecca77523d05585b667e1fcafd (diff) | |
splits in Phrasebook Kind category: Drink and Plur; some new words in Tha,Eng,Fin,Swe
Diffstat (limited to 'examples/phrasebook/WordsSwe.gf')
| -rw-r--r-- | examples/phrasebook/WordsSwe.gf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/phrasebook/WordsSwe.gf b/examples/phrasebook/WordsSwe.gf index 56c659174..1e48579df 100644 --- a/examples/phrasebook/WordsSwe.gf +++ b/examples/phrasebook/WordsSwe.gf @@ -245,4 +245,27 @@ concrete WordsSwe of Words = SentencesSwe ** mkSuperl : A -> Det = \a -> mkDet the_Art (mkOrd a) ; far_IAdv = ExtraSwe.IAdvAdv L.far_Adv ; + +-------------------------------------------------- +-- New 30/11/2011 AR +-------------------------------------------------- + + lin + Thai = mkNPNationality (mkNP (mkPN "thai")) (mkNP (mkPN "Thailand")) (mkA "thailändsk") ; + Baht = mkCN (mkN "baht" "baht") ; + + Rice = mkCN (mkN "ris" "ris") ; + Pork = mkCN (mkN "fläsk" "fläsk") ; + Beef = mkCN (mkN "nötkött" "nötkött") ; + Noodles = mkCN (mkN "nudel" "nudlar") ; + Shrimps = mkCN (mkN "räka") ; + Chili = mkCN (mkN "chili" "chilier") ; + Garlic = mkCN (mkN "vitlök") ; + Durian = mkCN (mkN "durian" "durianer") ; + Mango = mkCN (mkN "mango" "mangoer") ; + Pineapple = mkCN (mkN "ananas" "ananaser") ; + Coke = mkCN (mkN "kola") ; + IceCream = mkCN (mkN "glass") ; + Beach = mkPlace (mkN "badstrand" "badstränder") "på" ; + } |
