1
0
forked from GitHub/gf-core

latin: able to parse "ego te amo"

This commit is contained in:
aarne
2008-09-17 15:37:45 +00:00
parent 78181618f3
commit 6d458d19dc
76 changed files with 8202 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
abstract ExtraEngAbs = Extra ** {
-- uncontracted negations; contracted are the default
fun
UncNegCl : Tense -> Ant -> Cl -> S ;
UncNegQCl : Tense -> Ant -> QCl -> QS ;
UncNegRCl : Tense -> Ant -> RCl -> RS ;
UncNegImpSg : Imp -> Utt; -- do not help yourself
UncNegImpPl : Imp -> Utt; -- do not help yourselves
-- freely compounded nouns
CompoundCN : CN -> CN -> CN ; -- rock album
}