mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 08:02:51 -06:00
Add more unit tests for missing lin functions
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
abstract Missing = {
|
||||
cat S; NP; V2;
|
||||
cat S; Det; N; NP; V2; -- A;
|
||||
fun
|
||||
Pred: NP -> V2 -> NP -> S;
|
||||
John, Dogs, Fish: NP ;
|
||||
ASg, {- APl, TheSg, -} ThePl : Det ;
|
||||
Dog, Fish: N ;
|
||||
Love, Eat: V2 ;
|
||||
-- Big, Red: A ;
|
||||
|
||||
mkNP : Det -> N -> NP ;
|
||||
-- mkANP : Det -> A -> N -> NP ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user