diff options
Diffstat (limited to 'next-lib/src/french/StructuralFre.gf')
| -rw-r--r-- | next-lib/src/french/StructuralFre.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/french/StructuralFre.gf b/next-lib/src/french/StructuralFre.gf index 8096a0c8e..2bdaeb577 100644 --- a/next-lib/src/french/StructuralFre.gf +++ b/next-lib/src/french/StructuralFre.gf @@ -96,7 +96,7 @@ lin Sg => \\g,c => prepCase c ++ genForms "celui-là" "celle-là" ! g ; Pl => \\g,c => prepCase c ++ genForms "celui-là" "celle-là" ! g } ; - s2 = "-là" + s2 = [] ---- "-là" } ; ---b that_NP = makeNP ["cela"] Masc Sg ; @@ -119,7 +119,7 @@ lin Sg => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g ; Pl => \\g,c => prepCase c ++ genForms "celui-ci" "celle-ci" ! g } ; - s2 = "-ci" + s2 = [] ---- "-ci" } ; ---b this_NP = pn2np (mkPN ["ceci"] Masc) ; |
