1
0
forked from GitHub/gf-core

Add unit test for missing lins

This commit is contained in:
John J. Camilleri
2021-02-21 14:05:31 +01:00
parent dca2ebaf72
commit 9942908df9
4 changed files with 48 additions and 0 deletions

View File

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