mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
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 ;
|
|
|
|
|
|
|
|
|
|
}
|