summaryrefslogtreecommitdiff
path: root/examples/shallow/ShallowEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-11-01 16:45:07 +0000
committeraarne <aarne@cs.chalmers.se>2006-11-01 16:45:07 +0000
commitb8a454a7d3600195f89b407052f9f0fafe4d5910 (patch)
treea221de6fef560499cc55857006512064a5e7915b /examples/shallow/ShallowEng.gf
parent81b973e197303f491de55294697314b63ae46c93 (diff)
shallow grammar experiment
Diffstat (limited to 'examples/shallow/ShallowEng.gf')
-rw-r--r--examples/shallow/ShallowEng.gf33
1 files changed, 33 insertions, 0 deletions
diff --git a/examples/shallow/ShallowEng.gf b/examples/shallow/ShallowEng.gf
new file mode 100644
index 000000000..2580c7746
--- /dev/null
+++ b/examples/shallow/ShallowEng.gf
@@ -0,0 +1,33 @@
+--# -path=.:alltenses:prelude
+
+concrete ShallowEng of Shallow = LexiconEng, GrammarEng - [
+ VP,
+ ImpersCl,
+ GenericCl,
+ ProgrVP,
+ ImpPl1,
+ UttVP,
+ QuestVP,
+ RelVP,
+ PredVP,
+ PredSCVP,
+ ImpVP,
+ EmbedVP,
+ UseV ,
+ ComplV2 ,
+ ComplV3 ,
+ ComplVV ,
+ ComplVS ,
+ ComplVQ ,
+ ComplVA ,
+ ComplV2A,
+ ReflV2 ,
+ UseComp ,
+ PassV2 ,
+ AdvVP ,
+ AdVVP
+ ]
+
+** ShallowI with
+ (Grammar = GrammarEng) ;
+