some additions to help compile PhrasebookUrd and Pes

This commit is contained in:
aarne
2012-03-05 13:28:56 +00:00
parent bf0187b33f
commit 487acccef5
6 changed files with 9 additions and 6 deletions

View File

@@ -99,6 +99,7 @@ incomplete concrete SentenceHindustani of Sentence =
} ;
AdvS a s = {s = a.s ! Masc ++ s.s} ;
ExtAdvS a s = {s = a.s ! Masc ++ s.s} ; ---- with comma? added by AR 5/3/2012
RelS s r = {s = s.s ++ r.s ! agrP3 Masc Sg} ;
SSubjS s sj s = { s = s.s ++ sj.s ++ s.s};