PredChi complete

This commit is contained in:
aarne
2014-03-06 07:28:34 +00:00
parent 559e317a46
commit c45dfa3caa
5 changed files with 145 additions and 11 deletions

View File

@@ -57,6 +57,9 @@ oper
appComplCase : ComplCase -> NounPhrase -> Str ;
noComplCase : ComplCase ;
appSubjCase : NounPhrase -> Str = \np -> np.s ! subjCase ;
appObjCase : NounPhrase -> Str = \np -> np.s ! objCase ;
noObj : Agr => Str = \\_ => [] ;
RPCase : PType ;