diff options
Diffstat (limited to 'examples/regulus/toy0/Toy0Fre.gf')
| -rw-r--r-- | examples/regulus/toy0/Toy0Fre.gf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/regulus/toy0/Toy0Fre.gf b/examples/regulus/toy0/Toy0Fre.gf index 425c85af0..c5267ae18 100644 --- a/examples/regulus/toy0/Toy0Fre.gf +++ b/examples/regulus/toy0/Toy0Fre.gf @@ -7,10 +7,9 @@ param lincat Spec = {s : Gender => Str ; n : Number} ; Noun = {s : Number => Str ; g : Gender} ; - MAIN,NP = {s : Str} ; + NP = {s : Str} ; lin - Main np = np ; SpecNoun spec noun = {s = spec.s ! noun.g ++ noun.s ! spec.n} ; One = {s = table {Fem => "une" ; _ => "un"} ; n = Sg} ; |
