mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
add know_VS in LexiconBul.gf
This commit is contained in:
@@ -1506,6 +1506,17 @@ oper
|
||||
(v0+"˙í")
|
||||
(v0+"˙ů")
|
||||
(v0+"˙é") ;
|
||||
mkV188 : Str -> VTable ;
|
||||
mkV188 base = let v0 = tk 2 base
|
||||
in mkVerb (v0+"ŕě")
|
||||
(v0+"ŕĺ")
|
||||
(v0+"ŕő")
|
||||
(v0+"ŕő")
|
||||
(v0+"ŕë")
|
||||
(v0+"ŕë")
|
||||
(v0+"ŕí")
|
||||
(v0+"ŕů")
|
||||
(v0+"ŕé") ;
|
||||
|
||||
adjAdv : A -> Str -> A =
|
||||
\a,adv -> {s = a.s; adv = adv; lock_A=<>} ;
|
||||
|
||||
Reference in New Issue
Block a user