forked from GitHub/gf-core
part of Attempto controlled language in English and Swedish
This commit is contained in:
15
examples/attempto/LexAttemptoEng.gf
Normal file
15
examples/attempto/LexAttemptoEng.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
instance LexAttemptoEng of LexAttempto =
|
||||
open ExtraEng, SyntaxEng, ParadigmsEng, ConstructX, IrregEng in {
|
||||
|
||||
oper
|
||||
possible_A = mkA "possible" ;
|
||||
necessary_A = mkA "necessary" ;
|
||||
own_A = mkA "own" ;
|
||||
have_VV = mkVV have_V ;
|
||||
provably_Adv = mkAdv "provably" ;
|
||||
provable_A = mkA "provable" ;
|
||||
false_A = mkA "false" ;
|
||||
|
||||
genitiveNP np = mkNP (GenNP np) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user