forked from GitHub/comp-syntax-gu-mlt
improve initial state
This commit is contained in:
@@ -7,7 +7,14 @@ abstract Agreement = {
|
|||||||
A ;
|
A ;
|
||||||
Det ;
|
Det ;
|
||||||
fun
|
fun
|
||||||
PredVPS : CN -> V -> S ; -- the black cats run
|
PredVPS : CN -> V -> S ; -- the black cat runs
|
||||||
DetCN : Det -> CN ; -- the black cat
|
DetCN : Det -> N -> CN ; -- the black cat
|
||||||
AdjCN : N -> A -> CN ; -- black cats
|
AdjCN : A -> N -> CN ; -- black cat
|
||||||
|
UseN : N -> CN ; -- cat
|
||||||
|
|
||||||
|
cat_N : N ;
|
||||||
|
black_A : A ;
|
||||||
|
run_V : V ;
|
||||||
|
the_Sg : Det ;
|
||||||
|
the_Pl : Det ;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user