diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-11-02 17:04:35 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-11-02 17:04:35 +0000 |
| commit | 3396a13ee732159216ce128f5df33c3833e1666e (patch) | |
| tree | 9ee229a3f177f3731f78c5149120512fc74f9974 /examples/shallow/ShallowSwe.gf | |
| parent | b8a454a7d3600195f89b407052f9f0fafe4d5910 (diff) | |
new big and shallow modules
Diffstat (limited to 'examples/shallow/ShallowSwe.gf')
| -rw-r--r-- | examples/shallow/ShallowSwe.gf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/examples/shallow/ShallowSwe.gf b/examples/shallow/ShallowSwe.gf new file mode 100644 index 000000000..9163b575d --- /dev/null +++ b/examples/shallow/ShallowSwe.gf @@ -0,0 +1,33 @@ +--# -path=.:alltenses:prelude + +concrete ShallowSwe of Shallow = GrammarSwe - [ + 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 = GrammarSwe) ; + |
