mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
<TITLE> Idiomatic expressions</TITLE>
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<P ALIGN="center"><CENTER><H1> Idiomatic expressions</H1>
|
|
<FONT SIZE="4">
|
|
<I>Last update: Sat Feb 25 22:35:54 2006</I><BR>
|
|
% NOTE: this is a txt2tags file.
|
|
</FONT></CENTER>
|
|
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<P>
|
|
Produced by
|
|
gfdoc - a rudimentary GF document generator.
|
|
(c) Aarne Ranta (<A HREF="mailto:aarne@cs.chalmers.se">aarne@cs.chalmers.se</A>) 2002 under GNU GPL.
|
|
</P>
|
|
<PRE>
|
|
abstract Idiom = Cat ** {
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
This module defines constructions that are formed in fixed ways,
|
|
often different even in closely related languages.
|
|
</P>
|
|
<PRE>
|
|
fun
|
|
ExistNP : NP -> Cl ; -- there is a house
|
|
ImpersCl : VP -> Cl ; -- it rains
|
|
GenericCl : VP -> Cl ; -- one sleeps
|
|
|
|
ProgrVP : VP -> VP ; -- sleeping
|
|
|
|
}
|
|
</PRE>
|
|
<P></P>
|
|
|
|
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc abstract/Idiom.txt -->
|
|
</BODY></HTML>
|