mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
fixed relative longform
This commit is contained in:
@@ -642,30 +642,6 @@ resource ResZul = open Prelude,Predef,ParamX in {
|
||||
t = RelType
|
||||
} ;
|
||||
|
||||
-- enumAdj : Str -> { s : AForm => Str ; empty : Str ; t : AType } = \a ->
|
||||
-- {
|
||||
-- s = \\_ => a ;
|
||||
-- -- b = case a of {
|
||||
-- -- ("kh"|"th"|"sh"|"b"|"f"|"hl")+_ => True ;
|
||||
-- -- ("m"|"n")+_ => True ;
|
||||
-- -- _ => False
|
||||
-- -- } ;
|
||||
-- empty = [] ;
|
||||
-- t = EnumType
|
||||
-- } ;
|
||||
|
||||
-- relSuf : VForm -> Bool -> Str = \longform ->
|
||||
-- case longform of {
|
||||
-- True => pre { #vowel => [] ; #cons => [] ; "y" => [] ; _ => "yo" } ;
|
||||
-- False => []
|
||||
-- } ;
|
||||
|
||||
rel_yo : Str = pre {
|
||||
#vowel => [] ;
|
||||
#cons => [] ;
|
||||
_ => BIND++"yo"
|
||||
} ;
|
||||
|
||||
rel_yo_2 : Str = BIND++"yo" ;
|
||||
|
||||
relSuf : VForm -> Str = \vform -> case vform of {
|
||||
|
||||
Reference in New Issue
Block a user