mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
another version of CompoundN
This commit is contained in:
@@ -98,10 +98,9 @@ lin ApposNP np1 np2 = np1 ** { -- guessed by KA
|
|||||||
lin CompoundN a b = lin N {
|
lin CompoundN a b = lin N {
|
||||||
s = \\n => b.s ! n ++
|
s = \\n => b.s ! n ++
|
||||||
case b.relType of {
|
case b.relType of {
|
||||||
NRelPrep p => prepCase (CPrep p) ; -- tasa de suicidio
|
NRelPrep p => prepCase (CPrep p) ++ a.s ! Sg ; -- tasa de suicidio
|
||||||
NRelNoPrep => [] -- connessione internet = internet connection
|
NRelNoPrep => a.s ! n -- connessione internet = internet connection
|
||||||
} ++
|
} ;
|
||||||
a.s ! n ;
|
|
||||||
g = b.g ;
|
g = b.g ;
|
||||||
relType = b.relType
|
relType = b.relType
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user