mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
instance LexAttemptoSwe of LexAttempto =
|
|
open ExtraSwe, SyntaxSwe, ParadigmsSwe, ConstructX, IrregSwe in {
|
|
|
|
oper
|
|
possible_A = mkA "möjlig" ;
|
|
necessary_A = mkA "nödvändig" ;
|
|
own_A = mkA "egen" ;
|
|
have_VV = must_VV ;
|
|
provably_Adv = mkAdv "bevisbart" ;
|
|
provable_A = mkA "bevisbar" ;
|
|
false_A = mkA "falsk" ;
|
|
|
|
genitiveNP np = mkNP (GenNP np) ;
|
|
|
|
}
|