mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
refinementsNep-11-06-27
This commit is contained in:
@@ -229,6 +229,7 @@ resource MorphoNep = ResNep ** open Prelude,Predef in {
|
||||
"जा" => root + "न्" ;
|
||||
"हु" => root + "न्" ;
|
||||
rot + "्" => root ;
|
||||
rot + ("ह") => root + "न्" ; --cmnt
|
||||
rot + ("ा"|"ि"|"ी") => root + "न्" ;
|
||||
rot + ("े"|"ु"|"ू") => root + "न्" ;
|
||||
rot + ("उ"|"ऊ") => root + "ँ" ;
|
||||
@@ -239,13 +240,14 @@ resource MorphoNep = ResNep ** open Prelude,Predef in {
|
||||
"हु" => "भ" ;
|
||||
rot + "्" => rot ;
|
||||
rot + ("ा"|"ि"|"ी") => root ;
|
||||
rot + ("ह") => root + "न्" ; --cmnt
|
||||
rot + ("े"|"ु"|"ू") => rot + "ो" ;
|
||||
rot + ("उ"|"ऊ") => rot ;
|
||||
_ => root
|
||||
} ;
|
||||
vcase = case root of {
|
||||
rot + "्" => VReg;
|
||||
rot + "ह" => VReg;
|
||||
--rot + "ह" => VReg;
|
||||
_ => VIReg
|
||||
}
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user