1
0
forked from GitHub/gf-core
Files
gf-core/lib/doc/gfdoc/Idiom.html

37 lines
887 B
HTML

<html>
<body>
<i> Produced by
gfdoc - a rudimentary GF document generator.
(c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.
</i>
<p>
<h1> Idiom: Idiomatic Expressions</h1>
<pre>
abstract Idiom = Cat ** {
</pre>
This module defines constructions that are formed in fixed ways,
often different even in closely related languages.
<pre>
fun
ImpersCl : VP -> Cl ; -- it is hot
GenericCl : VP -> Cl ; -- one sleeps
CleftNP : NP -> RS -> Cl ; -- it is I who did it
CleftAdv : Adv -> S -> Cl ; -- it is here she slept
ExistNP : NP -> Cl ; -- there is a house
ExistIP : IP -> QCl ; -- which houses are there
ProgrVP : VP -> VP ; -- be sleeping
ImpPl1 : VP -> Utt ; -- let's go
ImpP3 : NP -> VP -> Utt ; -- let John walk
}
</pre>
</body>
</html>