1
0
forked from GitHub/gf-core

updated synopsis with information on extra modules and gfdoc for internal abstract syntax

This commit is contained in:
aarne
2011-10-28 08:37:38 +00:00
parent 3f29e551db
commit 34c8cfaa40
27 changed files with 2112 additions and 17 deletions

36
lib/doc/gfdoc/Idiom.html Normal file
View File

@@ -0,0 +1,36 @@
<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>