summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-06-02 15:51:37 +0000
committeraarne <aarne@chalmers.se>2010-06-02 15:51:37 +0000
commit618daab89fba549733360b897fea0435e95e71bc (patch)
tree5269ef5f67a900e1d194e47f23a5cfc5d958eaf1 /examples
parent8bca574509d82ef702ddaa21d88ac5a4b95c0e76 (diff)
changed preposition in romance phrasebooks
Diffstat (limited to 'examples')
-rw-r--r--examples/phrasebook/WordsCat.gf2
-rw-r--r--examples/phrasebook/WordsFre.gf2
-rw-r--r--examples/phrasebook/WordsIta.gf2
-rw-r--r--examples/phrasebook/WordsSpa.gf2
-rw-r--r--examples/phrasebook/doc-phrasebook.html1
-rw-r--r--examples/phrasebook/doc-phrasebook.txt1
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,