forked from GitHub/gf-rgl
verbosity in make phrasebook ; removed own hacks in LexiconBul
This commit is contained in:
@@ -113,6 +113,7 @@ lin
|
|||||||
vtype = VNormal ;
|
vtype = VNormal ;
|
||||||
lock_V = <>
|
lock_V = <>
|
||||||
} ;
|
} ;
|
||||||
|
know_VS = mkVS (actionV (mkV188 "çíàì") (mkV162 "çíàÿ")) ;
|
||||||
lake_N = mkN054 "åçåðî" ;
|
lake_N = mkN054 "åçåðî" ;
|
||||||
lamp_N = mkN041 "ëàìïà" ;
|
lamp_N = mkN041 "ëàìïà" ;
|
||||||
learn_V2 = dirV2 (actionV (mkV176 "ó÷à") (mkV176 "íàó÷à")) ;
|
learn_V2 = dirV2 (actionV (mkV176 "ó÷à") (mkV176 "íàó÷à")) ;
|
||||||
@@ -377,14 +378,4 @@ oper
|
|||||||
"ñúñ" / strs {"ñ" ; "ç" ; "Ñ" ; "Ç"}
|
"ñúñ" / strs {"ñ" ; "ç" ; "Ñ" ; "Ç"}
|
||||||
}) Acc ;
|
}) Acc ;
|
||||||
|
|
||||||
oper know_V : V =
|
|
||||||
{
|
|
||||||
s = \\_,vform => case vform of {
|
|
||||||
VPassive aform => (mkA079 "èçâåñòåí").s ! aform ;
|
|
||||||
_ => mkV162 "çíàÿ" ! vform
|
|
||||||
} ;
|
|
||||||
vtype = VNormal ;
|
|
||||||
lock_V = <>
|
|
||||||
} ;
|
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user