improve initial state

This commit is contained in:
Arianna Masciolini
2025-04-13 19:13:57 +02:00
parent df36af3ed8
commit c76f53ac81

View File

@@ -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 ;
} }