mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
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} ;
|
||||
UttVP vp = {s = useInfVP True vp} ; -- without zu
|
||||
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} ;
|
||||
UttAP ap = {s = ap.s ! APred} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user