From db2305286f597aafbb9284c9d2ac72c312fe5496 Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 13 Jun 2008 17:44:36 +0000 Subject: [PATCH] the verb know is a special case. It doesn't have passive but the adjective izwesten is used instead --- lib/resource-1.4/bulgarian/LexiconBul.gf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/resource-1.4/bulgarian/LexiconBul.gf b/lib/resource-1.4/bulgarian/LexiconBul.gf index ee11786ad..0c1fb24c8 100644 --- a/lib/resource-1.4/bulgarian/LexiconBul.gf +++ b/lib/resource-1.4/bulgarian/LexiconBul.gf @@ -101,7 +101,14 @@ lin industry_N = mkN047 "индустрия" ; iron_N = mkN057 "желязо" ; king_N = mkN035a "цар" ; - know_V2 = dirV2 (stateV (mkV162 "зная")) ; + know_V2 = dirV2 { + s = \\_,vform => case vform of { + VPassive aform => (mkA079 "известен").s ! aform ; + _ => mkV162 "зная" ! vform + } ; + vtype = VNormal ; + lock_V = <> + } ; lake_N = mkN054 "езеро" ; lamp_N = mkN041 "лампа" ; learn_V2 = dirV2 (actionV (mkV176 "уча") (mkV176 "науча")) ;