forked from GitHub/gf-core
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) ;
|
|
|
|
}
|