mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
swadesh fixes; bug fix in i -old
This commit is contained in:
@@ -594,6 +594,14 @@ oper
|
||||
|
||||
reflPron : Number => Person => NPFormA => Str ;
|
||||
|
||||
reflPronNounPhrase : Gender -> Number -> Person -> NounPhrase = \g,n,p ->
|
||||
{s = reflPron ! n ! p ;
|
||||
g = PGen g ; -- needed in participle agreement
|
||||
n = n ;
|
||||
p = p ;
|
||||
c = Clit1 ---- depends on person?
|
||||
} ;
|
||||
|
||||
---- There is no adverbial form for the past participle.
|
||||
|
||||
adjPastPart : Verb -> Adjective = \verb -> {
|
||||
|
||||
Reference in New Issue
Block a user