mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
AttemptoUrd added
This commit is contained in:
14
lib/src/urdu/MakeStructuralUrd.gf
Normal file
14
lib/src/urdu/MakeStructuralUrd.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
resource MakeStructuralUrd = open CatUrd, ParadigmsUrd, ResUrd, MorphoUrd, NounUrd, Prelude in {
|
||||
|
||||
oper
|
||||
mkSubj : Str -> CatUrd.Subj = \x ->
|
||||
lin Subj {s = x} ;
|
||||
mkNP : Str -> Number -> ResUrd.NP = \s,n ->
|
||||
MassNP (UseN (ParadigmsUrd.mkN s));
|
||||
-- lin NP (regNP s n) ;
|
||||
mkIDet : Str -> Number -> IDet = \s,n ->
|
||||
lin IDet {s = \\_ => s ; n = n} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user