forked from GitHub/gf-rgl
21 lines
369 B
Plaintext
21 lines
369 B
Plaintext
--# -path=.:../romance:../common:../abstract:../../prelude
|
|
abstract ExtraRonAbs = Cat **{
|
|
|
|
|
|
fun
|
|
DatSubjCl : NP -> VP -> Cl ;
|
|
AccSubjCl : NP -> VP -> Cl ;
|
|
DatSubjCompCl : NP -> VP -> NP -> Cl ;
|
|
at_Prep : Prep ;
|
|
refCN : N -> CN ;
|
|
|
|
i8fem_Pron : Pron ;
|
|
youSg8fem_Pron : Pron ;
|
|
youPl8fem_Pron : Pron ;
|
|
youPol8fem_Pron : Pron ;
|
|
|
|
|
|
|
|
|
|
}
|