extraParadigmsHin

This commit is contained in:
virk.shafqat
2012-03-29 09:06:24 +00:00
parent ee868b2580
commit 4fd6d6b0c4
2 changed files with 18 additions and 4 deletions

View File

@@ -99,7 +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
ExtAdvS a s = {s = a.s ! Masc ++ "," ++ s.s} ;
RelS s r = {s = s.s ++ r.s ! agrP3 Masc Sg} ;
SSubjS s sj s = { s = s.s ++ sj.s ++ s.s};