mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 23:52:51 -06:00
some test verbs in Hindi
This commit is contained in:
@@ -91,14 +91,15 @@ resource ResHin = ParamX ** open Prelude in {
|
||||
VFut Pl _ g => sp3 + ga Pl g ;
|
||||
VAbs => stem + "kar" ; --- ke
|
||||
VReq => r ;
|
||||
VImp => stem + "o" ;
|
||||
VReqFut => stem + "iega:"
|
||||
VImp => sp2 ;
|
||||
VReqFut => stem + "i-ega:"
|
||||
}
|
||||
} ;
|
||||
|
||||
regVerb : Str -> Verb = \cal ->
|
||||
let caly : Str = case cal of {
|
||||
_ + "a:" => cal + "y" ;
|
||||
_ + ("a:" | "e") => cal + "y" ;
|
||||
c + v@("u" | "i") + ":" => c + v + "y" ;
|
||||
_ => cal
|
||||
}
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user