1
0
forked from GitHub/gf-core

removed commas from subjunctions in Eng,Fre

This commit is contained in:
aarne
2009-12-17 09:46:22 +00:00
parent 3e79540035
commit d0fc84ba74
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ concrete SentenceEng of Sentence = CatEng ** open Prelude, ResEng in {
AdvS a s = {s = a.s ++ "," ++ s.s} ;
SSubjS a s b = {s = a.s ++ "," ++ s.s ++ b.s} ;
SSubjS a s b = {s = a.s ++ s.s ++ b.s} ;
RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ;

View File

@@ -69,7 +69,7 @@ incomplete concrete SentenceRomance of Sentence =
AdvS a s = {s = \\o => a.s ++ "," ++ s.s ! o} ;
SSubjS a s b = {s = \\m => a.s ! m ++ "," ++ s.s ++ b.s ! s.m} ;
SSubjS a s b = {s = \\m => a.s ! m ++ s.s ++ b.s ! s.m} ;
RelS s r = {
s = \\o => s.s ! o ++ "," ++ partQIndir ++ r.s ! Indic ! agrP3 Masc Sg