forked from GitHub/gf-core
middle polarity for French in Romance (for "personne ne dort")
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
incomplete concrete TenseRomance of Tense =
|
||||
CatRomance [Tense,Temp], TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||
open ResRomance, CommonRomance in {
|
||||
CatRomance [Tense,Temp], TenseX [Ant,AAnter,ASimul] **
|
||||
open ResRomance, CommonRomance, Prelude in {
|
||||
|
||||
lin
|
||||
TTAnt t a = {s = a.s ++ t.s ; a = a.a ; t = t.t} ;
|
||||
@@ -9,4 +9,7 @@ incomplete concrete TenseRomance of Tense =
|
||||
TFut = {s = []} ** {t = RFut} ; --# notpresent
|
||||
TCond = {s = []} ** {t = RCond} ; --# notpresent
|
||||
|
||||
PPos = {s = [] ; p = RPos} ;
|
||||
PNeg = {s = [] ; p = RNeg False} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user