diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-03-28 13:20:47 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-03-28 13:20:47 +0000 |
| commit | 90b71deaf12b82c6e1951640084d76f71268e114 (patch) | |
| tree | 26c27505b574a1e2675a6184a3a2f1188ea83619 /next-lib/src/french/StructuralFre.gf | |
| parent | 3a67fd9b56c335e2135079dbb4c00639502df209 (diff) | |
doc for next-lib; adjustments in summerschool-flyer
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) ; |
