mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 06:02:55 -06:00
added participles to Scandinavian VP
This commit is contained in:
@@ -66,6 +66,10 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
|
||||
VPInfinit Anter => vf [] (ha ++ vsup d) ; --# notpresent
|
||||
VPInfinit Simul => vf [] (vinf d)
|
||||
} ;
|
||||
sp = table {
|
||||
PartPret a c => verb.s ! (VI (VPtPret a c)) ;
|
||||
PartPres n s c => verb.s ! (VI (VPtPres n s c))
|
||||
} ;
|
||||
a1 : Polarity => Agr => Str = \\p,a => negation ! p ;
|
||||
n2 : Agr => Str = \\a => case verb.vtype of {
|
||||
VRefl => reflPron a ;
|
||||
|
||||
Reference in New Issue
Block a user