mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
concrete Swe of Ex = {
|
|
lincat
|
|
S = {s : Str} ;
|
|
NP = {s : Str} ;
|
|
VP = {s : Str} ;
|
|
param
|
|
Num = Sg | Pl ;
|
|
lin
|
|
Pred np vp = {s = np.s ++ vp.s} ;
|
|
She = {s = "hon"} ;
|
|
They = {s = "de"} ;
|
|
Sleep = {s = "sover"} ;
|
|
}
|