diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:32:34 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:32:34 +0000 |
| commit | d5fa908250517476d69fae92ec7648a207007c0a (patch) | |
| tree | c0b685f8e506cc64d0b9260239cb0c7e26452167 /next-lib/src/french/StructuralFre.gf | |
| parent | f2a5937120e4c9d0e633f252b50a008746422a07 (diff) | |
rules for constructing structural words (separate from Paradigms - is this desirable?)
Diffstat (limited to 'next-lib/src/french/StructuralFre.gf')
| -rw-r--r-- | next-lib/src/french/StructuralFre.gf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/next-lib/src/french/StructuralFre.gf b/next-lib/src/french/StructuralFre.gf index 4a0fa4981..133455612 100644 --- a/next-lib/src/french/StructuralFre.gf +++ b/next-lib/src/french/StructuralFre.gf @@ -163,9 +163,6 @@ lin Masc Pl P2 ; not_Predet = {s = \\a,c => prepCase c ++ "pas" ; c = Nom} ; - nothing_but_Predet = {s = \\a,c => prepCase c ++ "rien excepté" ; c = Nom} ; - nobody_but_Predet = {s = \\a,c => prepCase c ++ "personne excepté" ; c = Nom} ; - no_Quant = let aucun : ParadigmsFre.Number => ParadigmsFre.Gender => Case => Str = table { @@ -184,5 +181,7 @@ lin at_least_AdN = ss "au moins" ; at_most_AdN = ss "au plus" ; + except_Prep = mkPreposition "excepté" ; + } |
