mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
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 ;
|
|
}
|