mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
next-lib renamed to lib, lib to old-lib
This commit is contained in:
13
lib/src/english/MakeStructuralEng.gf
Normal file
13
lib/src/english/MakeStructuralEng.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
resource MakeStructuralEng = open CatEng, ParadigmsEng, ResEng, MorphoEng, Prelude in {
|
||||
|
||||
oper
|
||||
mkSubj : Str -> Subj = \x ->
|
||||
lin Subj {s = x} ;
|
||||
mkNP : Str -> Number -> NP = \s,n ->
|
||||
lin NP (regNP s n) ;
|
||||
mkIDet : Str -> Number -> IDet = \s,n ->
|
||||
lin IDet {s = s ; n = n} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user