mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
part of Attempto controlled language in English and Swedish
This commit is contained in:
15
examples/attempto/LexAttemptoSwe.gf
Normal file
15
examples/attempto/LexAttemptoSwe.gf
Normal file
@@ -0,0 +1,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) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user