mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
added slavic to some paths in Bulgaria, and Inanimate to one place in SymbolBul, to be able to compile them
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
--# -path=.:../abstract:../common:../slavic
|
||||
|
||||
concrete AllBul of AllBulAbs =
|
||||
LangBul,
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user