forked from GitHub/gf-rgl
information on missing words; fix in PhraseDut
This commit is contained in:
@@ -18,7 +18,7 @@ concrete PhraseDut of Phrase = CatDut ** open Prelude, ResDut in
|
|||||||
UttNP np = {s = np.s ! NPNom} ;
|
UttNP np = {s = np.s ! NPNom} ;
|
||||||
UttVP vp = {s = useInfVP True vp} ; -- without zu
|
UttVP vp = {s = useInfVP True vp} ; -- without zu
|
||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
UttCN n = {s = n.s ! NF Sg Nom} ;
|
UttCN n = {s = n.s ! Strong ! NF Sg Nom} ;
|
||||||
UttCard n = {s = n.s ! Utr ! Nom} ;
|
UttCard n = {s = n.s ! Utr ! Nom} ;
|
||||||
UttAP ap = {s = ap.s ! APred} ;
|
UttAP ap = {s = ap.s ! APred} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user