mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-01 17:05:13 -06:00
3aa95e3fe9
- Few bug-fixes (agreement between Pron and ComplAP; C1 verb paradigm; how8much_IAdv / how8many_IDet). - Differentiation between male and female pronouns. - Irregular verbs now can have prefixes. - Code refactoring.
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
abstract ExtraLavAbs = Extra ** {
|
|
fun
|
|
to8uz_Prep : Prep ; -- "to" in the sense of "uz" (direction)
|
|
|
|
i8fem_Pron : Pron ;
|
|
we8fem_Pron : Pron ;
|
|
youSg8fem_Pron : Pron ;
|
|
youPol8fem_Pron : Pron ;
|
|
youPl8fem_Pron : Pron ;
|
|
they8fem_Pron : Pron ;
|
|
it8fem_Pron : Pron ;
|
|
}
|