mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 02:56:28 -06:00
(Som) Implement GenModNP + restructure ComplN2 to better reuse code
This commit is contained in:
@@ -6,6 +6,10 @@ concrete ExtendSom of Extend = CatSom
|
||||
** open Prelude, ResSom in {
|
||||
|
||||
lin
|
||||
|
||||
-- : Num -> NP -> CN -> NP ; -- this man's car(s)
|
||||
GenModNP num np cn = DetCN (DetQuant IndefArt num) (genModCN cn np) ;
|
||||
|
||||
-- : NP -> SSlash -> Utt ; -- her I love -- Saeed p. 189-
|
||||
FocusObj np sslash = -- FIXME: preposition disappears in negative sentences
|
||||
let ss = sslash.s ! False ;
|
||||
|
||||
Reference in New Issue
Block a user