forked from GitHub/gf-core
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
abstract Missing = {
|
|
cat S; NP; V2;
|
|
fun
|
|
Pred: NP -> V2 -> NP -> S;
|
|
John, Dogs, Fish: NP ;
|
|
Love, Eat: V2 ;
|
|
}
|