summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoSwe.gf
blob: cdb5a56f3008eee49b618b86df566b361318f8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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) ;

}