summaryrefslogtreecommitdiff
path: root/examples/shallow/ShallowEng.gf
blob: eacffefc58020cac5d0f1ef5cebc6ecf15d8489e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--# -path=.:alltenses:prelude

concrete ShallowEng of Shallow = 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) ;