Idiomatic expressions

Last update: Sat Feb 25 22:35:54 2006
% NOTE: this is a txt2tags file.



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

    abstract Idiom = Cat ** {

This module defines constructions that are formed in fixed ways, often different even in closely related languages.

      fun
        ExistNP   : NP -> Cl ;    -- there is a house
        ImpersCl  : VP -> Cl ;    -- it rains
        GenericCl : VP -> Cl ;    -- one sleeps
    
        ProgrVP   : VP -> VP ;    -- sleeping
    
    }