forked from GitHub/gf-core
"Committed_by_peb"
This commit is contained in:
17
grammars/ljung/thesis/FragmentAbstract.gf
Normal file
17
grammars/ljung/thesis/FragmentAbstract.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
abstract FragmentAbstract = {
|
||||
|
||||
cat S; NP; VP; D; N; V;
|
||||
|
||||
fun
|
||||
|
||||
s_p : NP -> VP -> S;
|
||||
np_d : D -> N -> NP;
|
||||
np_p : N -> NP;
|
||||
vp_t : V -> NP -> VP;
|
||||
d_a, d_m : D;
|
||||
n_c, n_f : N;
|
||||
v_e : V;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user