mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Pes) Remove unused MakeStructuralPes
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
--# -path=.:../common:../abstract
|
|
||||||
|
|
||||||
resource MakeStructuralPnb = open CatPnb, ParadigmsPnb, ResPnb, MorphoPnb, NounPnb, Prelude in {
|
|
||||||
|
|
||||||
oper
|
|
||||||
mkSubj : Str -> CatPnb.Subj = \x ->
|
|
||||||
lin Subj {s = x} ;
|
|
||||||
mkNP : Str -> Number -> ResPnb.NP = \s,n ->
|
|
||||||
MassNP (UseN (ParadigmsPnb.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