1
0
forked from GitHub/gf-rgl

Create the SentenceTur module

This commit is contained in:
Ayberk Tosun
2017-08-22 11:50:57 +03:00
parent f4b092fb47
commit caad211a9f

View File

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