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} ;