Last update: Tue Jan 10 21:50:59 2006

Produced by gfdoc - a rudimentary GF document generator. (c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.

    abstract Sentence = Cat ** {
    
      fun
    
        PredVP   : NP -> VP -> Cl ;
        PredSCVP : SC -> VP -> Cl ;
    
        ImpVP    : VP -> Imp ;
    
        SlashV2   : NP -> V2 -> Slash ;
        SlashVVV2 : NP -> VV -> V2 -> Slash ;
        AdvSlash  : Slash -> Adv -> Slash ;
        SlashPrep : Cl -> Prep -> Slash ;
    
    }