1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/lpgf/unittests/Missing.gf
2021-02-21 14:05:31 +01:00

8 lines
124 B
Plaintext

abstract Missing = {
cat S; NP; V2;
fun
Pred: NP -> V2 -> NP -> S;
John, Dogs, Fish: NP ;
Love, Eat: V2 ;
}