contraction in TranslateEng.QuestIComp as variant: where's the beef

This commit is contained in:
aarne
2014-12-11 19:37:25 +00:00
parent 5056e91cc2
commit 04840f1a63
2 changed files with 10 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ lin
refl_PlP2_Chunk = ss "yourselves" ;
refl_PlP3_Chunk = ss "themselves" ;
neg_Chunk = ss "not" | ss "doesn't" | ss "don't" ;
copula_Chunk = ss "is" | ss "are" | ss "am" ;
copula_Chunk = ss "is" | ss "are" | ss "am" ; ---- | ss (Predef.BIND ++ "'s") | ss (Predef.BIND ++ "'re") ;
copula_neg_Chunk = ss "isn't" | ss "aren't" ;
past_copula_Chunk = ss "was" | ss "were" ;
past_copula_neg_Chunk = ss "wasn't" | ss "weren't" ;