blob: 1d6672371e5a15e857f2fd1d5d6969cc31574f72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"} ;
}
|