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 95c3054e89
commit e7247dbf26
3 changed files with 41 additions and 3 deletions
+4 -1
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 ;