mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
Use mkClause in the linearization of PredVP
This commit is contained in:
@@ -2,5 +2,6 @@ concrete SentenceTur of Sentence = CatTur ** open Prelude, ResTur in {
|
||||
|
||||
lin
|
||||
|
||||
PredVP np vp = mkClause (np.s ! npNom) np.a vp ;
|
||||
PredVP np vp = mkClause (np.s ! Nom) vp ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user