forked from GitHub/gf-core
11 lines
109 B
Plaintext
11 lines
109 B
Plaintext
abstract Sentence = Cat ** {
|
|
|
|
fun
|
|
|
|
PredVP : NP -> VP -> Cl ;
|
|
|
|
SlashV2 : NP -> V2 -> Slash ;
|
|
|
|
}
|
|
|