mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
fixed infinitives and imperatives
This commit is contained in:
@@ -118,9 +118,16 @@ instance SyntaxDan of SyntaxScand = TypesDan **
|
||||
|
||||
reflPron : Number -> Person -> Str = \n,p -> case <n,p> of {
|
||||
<Sg,P1> => "mig" ;
|
||||
<Sg,P2> => "mig" ;
|
||||
<Sg,P2> => "dig" ;
|
||||
<Pl,P1> => "os" ;
|
||||
<Pl,P2> => "seg" ; --- ? dere ?
|
||||
_ => "seg"
|
||||
} ;
|
||||
|
||||
progressiveVerbPhrase : VerbPhrase -> VerbGroup =
|
||||
complVerbVerb
|
||||
(verbVara **
|
||||
{s3 = ["ved at"]}
|
||||
) ;
|
||||
|
||||
}
|
||||
@@ -70,5 +70,6 @@ lin
|
||||
Important = extAdjective (aAbstrakt "viktig") ** {s2 = "for"} ;
|
||||
Probable = extAdjective (aAbstrakt "sandsynlig") ;
|
||||
Easy = extAdjective (aRod "let") ** {s2 = "for"} ;
|
||||
Rain = extTransVerb (vNopart (vHusk "regn")) [] ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user