Temp = Tense + Ant in next-resource

This commit is contained in:
aarne
2008-09-05 13:27:56 +00:00
parent db41a42f1c
commit aa0b8a9d8b
6 changed files with 29 additions and 23 deletions
+3
View File
@@ -46,11 +46,14 @@ abstract Common = {
--2 Tense, polarity, and anteriority
Temp ; -- temporal and aspectual features e.g. past anterior
Tense ; -- tense e.g. present, past, future
Pol ; -- polarity e.g. positive, negative
Ant ; -- anteriority e.g. simultaneous, anterior
fun
TTAnt : Tense -> Ant -> Temp ;
PPos, PNeg : Pol ; -- I sleep/don't sleep
TPres : Tense ;