1
0
forked from GitHub/gf-core

changed preposition in romance phrasebooks

This commit is contained in:
aarne
2010-06-02 15:51:37 +00:00
parent f793bdc6c6
commit e4e1103745
6 changed files with 6 additions and 4 deletions

View File

@@ -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 ;

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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,

View File

@@ -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,