Implement ComplSlash

This commit is contained in:
Ayberk Tosun
2017-08-22 12:36:27 +03:00
parent 7bc30b77f4
commit 7f98c3198e
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
CN = {s : Number => Case => Str; gen : Number => Agr => Str} ;
NP = {s : Case => Str ; a : Agr} ;
VP = Verb ;
VPSlash = VP ** {c2 : Prep} ;
VPSlash = VP ** {c : Prep} ;
Pron = ResTur.Pron ;
Det = {s : Str; n : Number; useGen : UseGen} ;