From e4e11037457622927c81355556eeabd8ef7880f6 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 2 Jun 2010 15:51:37 +0000 Subject: [PATCH] changed preposition in romance phrasebooks --- examples/phrasebook/WordsCat.gf | 2 +- examples/phrasebook/WordsFre.gf | 2 +- examples/phrasebook/WordsIta.gf | 2 +- examples/phrasebook/WordsSpa.gf | 2 +- examples/phrasebook/doc-phrasebook.html | 1 + examples/phrasebook/doc-phrasebook.txt | 1 + 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/phrasebook/WordsCat.gf b/examples/phrasebook/WordsCat.gf index fb95f04f8..97334b5f2 100644 --- a/examples/phrasebook/WordsCat.gf +++ b/examples/phrasebook/WordsCat.gf @@ -219,7 +219,7 @@ lin WhichTranspPlace trans place = mkQS (mkQCl (mkIP which_IDet trans.name) (mkVP (mkVP L.go_V) place.to)) ; IsTranspPlace trans place = - mkQS (mkQCl (mkCl (mkCN trans.name place.to))) ; + mkQS (mkQCl (mkCl (mkCN trans.name (SyntaxCat.mkAdv for_Prep place.name)))) ; -- modifiers of places TheBest = mkSuperl L.good_A True ; diff --git a/examples/phrasebook/WordsFre.gf b/examples/phrasebook/WordsFre.gf index 5b3b40a49..f00c96840 100644 --- a/examples/phrasebook/WordsFre.gf +++ b/examples/phrasebook/WordsFre.gf @@ -237,7 +237,7 @@ lin mkQS (mkQCl (mkIP which_IDet trans.name) (mkVP (mkVP L.go_V) place.to)) ; IsTranspPlace trans place = - lin QS {s = \\_ => (E.EstcequeS (mkS (mkCl (mkCN trans.name place.to)))).s} ; + lin QS {s = \\_ => (E.EstcequeS (mkS (mkCl (mkCN trans.name (SyntaxFre.mkAdv for_Prep place.name))))).s} ; -- mkQS (mkQCl (mkCl (mkCN trans.name place.to))) ; oper diff --git a/examples/phrasebook/WordsIta.gf b/examples/phrasebook/WordsIta.gf index aa31a4fdd..ed8c09c32 100644 --- a/examples/phrasebook/WordsIta.gf +++ b/examples/phrasebook/WordsIta.gf @@ -215,7 +215,7 @@ lin mkQS (mkQCl (mkIP which_IDet trans.name) (mkVP (mkVP L.go_V) place.to)) ; IsTranspPlace trans place = - mkQS (mkQCl (mkCl (mkCN trans.name place.to))) ; + mkQS (mkQCl (mkCl (mkCN trans.name (SyntaxIta.mkAdv for_Prep place.name)))) ; -- modifiers of places diff --git a/examples/phrasebook/WordsSpa.gf b/examples/phrasebook/WordsSpa.gf index a55ea13b5..a163a516c 100644 --- a/examples/phrasebook/WordsSpa.gf +++ b/examples/phrasebook/WordsSpa.gf @@ -227,7 +227,7 @@ lin mkQS (mkQCl (mkIP which_IDet trans.name) (mkVP (mkVP L.go_V) place.to)) ; IsTranspPlace trans place = - mkQS (mkQCl (mkCl (mkCN trans.name place.to))) ; + mkQS (mkQCl (mkCl (mkCN trans.name (SyntaxSpa.mkAdv for_Prep place.name)))) ; -- modifiers of places diff --git a/examples/phrasebook/doc-phrasebook.html b/examples/phrasebook/doc-phrasebook.html index 1117b3619..21ad0993e 100644 --- a/examples/phrasebook/doc-phrasebook.html +++ b/examples/phrasebook/doc-phrasebook.html @@ -675,6 +675,7 @@ The authors are grateful to their native speaker informants helping to bootstrap the grammars: Richard Bubel, Grégoire Détrez, +Rise Eilert, Karin Keijzer, Michał Pałka, Willard Rafnsson, diff --git a/examples/phrasebook/doc-phrasebook.txt b/examples/phrasebook/doc-phrasebook.txt index 60558b535..e57944d04 100644 --- a/examples/phrasebook/doc-phrasebook.txt +++ b/examples/phrasebook/doc-phrasebook.txt @@ -401,6 +401,7 @@ The authors are grateful to their native speaker informants helping to bootstrap the grammars: Richard Bubel, Grégoire Détrez, +Rise Eilert, Karin Keijzer, Michał Pałka, Willard Rafnsson,