Files
gf-core/lib/src/latvian/ExtraLavAbs.gf
T
Normunds Gruzitis 3aa95e3fe9 More improvements to the Latvian resource grammar (motivated by PhrasebookLav)
- 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.
2012-08-18 04:56:33 +00:00

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 ;
}