Latvian extra: initial support for VP conjunction (VPS)

TODO: subject-dependent double negation, other verb moods (currently only the indicative mood).
This commit is contained in:
normundsg
2013-05-02 07:41:44 +00:00
parent 0660bd3779
commit e17c87e955
3 changed files with 41 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
--# -path=.:../abstract:../common:../prelude
abstract ExtraLavAbs = Extra ** open ResLav, Prelude in {
abstract ExtraLavAbs = Extra **
--open ResLav, Prelude in
{
fun
GenCN : NP -> CN -> CN ;