mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-08 22:41:05 -07:00
final initial state for lecture 5
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
abstract Agreement = {
|
||||
cat
|
||||
S ;
|
||||
NP ;
|
||||
CN ;
|
||||
V ;
|
||||
N ;
|
||||
A ;
|
||||
Det ;
|
||||
|
||||
fun
|
||||
PredVPS : CN -> V -> S ; -- the black cat runs
|
||||
DetCN : Det -> N -> CN ; -- the black cat
|
||||
DetCN : Det -> CN -> NP ; -- the black cat
|
||||
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