% mal-uni02.otp % Last update : 2006-01-25 % Alex A.J. % input: 2; output: 2; aliases: consonant = (@"0D15-@"0D39) ; virama = (@"0D4D) ; hyph = (@"0D4F) ; indvowel = (@"0D05-@"0D14) ; depA = (@"0D3E) ; depi = (@"0D3F) ; depI = (@"0D40) ; depu = (@"0D41) ; depU = (@"0D42) ; deprr = (@"0D43) ; depe = (@"0D46) ; depE = (@"0D47) ; depai = (@"0D48) ; depo = (@"0D4A) ; depO = (@"0D4B) ; depau = (@"0D4C) ; cilluN = (@"0D7A) ; cillun = (@"0D7B) ; cilluR = (@"0D7C) ; cillul = (@"0D7D) ; cilluL = (@"0D7E) ; AM = (@"0D02) ; AH = (@"0D03) ; expressions: {hyph}{AM} => \2 ; {hyph}{AH} => \2 ; {hyph}{cilluN} => \2 ; {hyph}{cillun} => \2 ; {hyph}{cilluR} => \2 ; {hyph}{cillul} => \2 ; {hyph}{cilluL} => \2 ; {hyph}{consonant}{hyph} @"0020 => \2 \4 ; {hyph}{consonant}{depA}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depi}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depI}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depu}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depU}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depe}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depE}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depai}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depo}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depO}{hyph} @"0020 => \2 \3 \5 ; {hyph}{consonant}{depau}{hyph} @"0020 => \2 \3 \5 ; %{hyph} end: => "" ; {hyph} @"0020 => \2 ; . => \1 ;