diff options
| author | krasimir <krasimir@chalmers.se> | 2008-11-26 21:21:23 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-11-26 21:21:23 +0000 |
| commit | c9c07f8e6897723c5b642c329e81d761cb6a9f70 (patch) | |
| tree | bbf67746a72fd3015537f6583759a7ea06857a98 /next-lib/src/bulgarian/SentenceBul.gf | |
| parent | b6c9aedd873348b59e5215572b3540824ec3abef (diff) | |
initial Slavic grammar, shared between Bulgarian and Russian
Diffstat (limited to 'next-lib/src/bulgarian/SentenceBul.gf')
| -rw-r--r-- | next-lib/src/bulgarian/SentenceBul.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/bulgarian/SentenceBul.gf b/next-lib/src/bulgarian/SentenceBul.gf index 9966b538d..7c4ae219f 100644 --- a/next-lib/src/bulgarian/SentenceBul.gf +++ b/next-lib/src/bulgarian/SentenceBul.gf @@ -68,5 +68,5 @@ concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in { AdvS a s = {s = a.s ++ "," ++ s.s} ; - RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum DNeut Sg; p=P3}} ; + RelS s r = {s = s.s ++ "," ++ r.s ! {gn=gennum Neut Sg; p=P3}} ; } |
