diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-12-02 08:49:04 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-12-02 08:49:04 +0000 |
| commit | 90ca53d18a2fa8ed30c4097931ce8f1a4c6d08a4 (patch) | |
| tree | b671238d121ea5ce7e9be50f8582b7e39ce4992f /next-lib/src/bulgarian | |
| parent | d0a129dabc82a23336052255890aba894b8ec7ad (diff) | |
added slavic to some paths in Bulgaria, and Inanimate to one place in SymbolBul, to be able to compile them
Diffstat (limited to 'next-lib/src/bulgarian')
| -rw-r--r-- | next-lib/src/bulgarian/AllBul.gf | 2 | ||||
| -rw-r--r-- | next-lib/src/bulgarian/SymbolBul.gf | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/next-lib/src/bulgarian/AllBul.gf b/next-lib/src/bulgarian/AllBul.gf index 80ad02165..8efb34903 100644 --- a/next-lib/src/bulgarian/AllBul.gf +++ b/next-lib/src/bulgarian/AllBul.gf @@ -1,4 +1,4 @@ ---# -path=.:../abstract:../common:prelude +--# -path=.:../abstract:../common:../slavic concrete AllBul of AllBulAbs = LangBul, diff --git a/next-lib/src/bulgarian/SymbolBul.gf b/next-lib/src/bulgarian/SymbolBul.gf index 814cbbf71..609badfba 100644 --- a/next-lib/src/bulgarian/SymbolBul.gf +++ b/next-lib/src/bulgarian/SymbolBul.gf @@ -1,4 +1,4 @@ ---# -path=.:abstract:common +--# -path=.:../abstract:../common:../slavic concrete SymbolBul of Symbol = CatBul ** open Prelude, ResBul in { @@ -15,7 +15,9 @@ lin a = agrP3 (gennum cn.g Sg) } ; CNSymbNP det cn xs = { - s = \\c => det.s ! False ! cn.g ! RSubj ++ cn.s ! NF det.n Indef ++ xs.s ; + s = \\c => + det.s ! False ! cn.g ! Inanimate ! RSubj ++ ---- AR 2/12: Inanimate + cn.s ! NF det.n Indef ++ xs.s ; a = agrP3 (gennum cn.g det.n) } ; CNNumNP cn i = { |
