mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
"Committed_by_peb"
This commit is contained in:
27
grammars/ljung/timeflies/TimeFliesAbs.gf
Normal file
27
grammars/ljung/timeflies/TimeFliesAbs.gf
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
abstract TimeFliesAbs = {
|
||||
|
||||
cat
|
||||
S; VP; NP; PP; V; N; D; P;
|
||||
|
||||
fun
|
||||
s1 : NP -> VP -> S;
|
||||
vp1 : V -> VP;
|
||||
vp2 : V -> NP -> VP;
|
||||
vp3 : VP -> PP -> VP;
|
||||
np1 : N -> NP;
|
||||
np2 : D -> N -> NP;
|
||||
np3 : NP -> PP -> NP;
|
||||
pp1 : P -> NP -> PP;
|
||||
|
||||
flyV : V;
|
||||
timeV : V;
|
||||
likeV : V;
|
||||
flyN : N;
|
||||
timeN : N;
|
||||
arrowN : N;
|
||||
anD : D;
|
||||
timeD : D;
|
||||
likeP : P;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user