mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-28 04:16:28 -06:00
Add unit test for missing lins
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract Missing = {
|
||||
cat S; NP; V2;
|
||||
fun
|
||||
Pred: NP -> V2 -> NP -> S;
|
||||
John, Dogs, Fish: NP ;
|
||||
Love, Eat: V2 ;
|
||||
}
|
||||
Reference in New Issue
Block a user