summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-10-28 14:05:55 +0000
committeraarne <aarne@cs.chalmers.se>2008-10-28 14:05:55 +0000
commit833752872b675a911954f218d225d21cd5b90088 (patch)
tree9ceaccd6b0737dcae283bb0b1e23d68657613a12 /examples/attempto/LexAttemptoEng.gf
parent128809b7b8382acdd7ad46be95c0ac8a6d3231a7 (diff)
part of Attempto controlled language in English and Swedish
Diffstat (limited to 'examples/attempto/LexAttemptoEng.gf')
-rw-r--r--examples/attempto/LexAttemptoEng.gf15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/attempto/LexAttemptoEng.gf b/examples/attempto/LexAttemptoEng.gf
new file mode 100644
index 000000000..f9d975d18
--- /dev/null
+++ b/examples/attempto/LexAttemptoEng.gf
@@ -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) ;
+
+}