1
0
forked from GitHub/gf-rgl

Use mkClause in the linearization of PredVP

This commit is contained in:
Ayberk Tosun
2017-08-22 11:56:23 +03:00
parent a112b13d9f
commit 3bcbf6d25d

View File

@@ -2,5 +2,6 @@ concrete SentenceTur of Sentence = CatTur ** open Prelude, ResTur in {
lin lin
PredVP np vp = mkClause (np.s ! npNom) np.a vp ; PredVP np vp = mkClause (np.s ! Nom) vp ;
} }