forked from GitHub/gf-core
cheese.s in tutorial
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<P ALIGN="center"><CENTER><H1>Grammatical Framework Tutorial</H1>
|
<P ALIGN="center"><CENTER><H1>Grammatical Framework Tutorial</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
||||||
Last update: Sat Jan 7 21:51:56 2006
|
Last update: Wed Jan 25 16:03:03 2006
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -1417,7 +1417,7 @@ The application of a table to a parameter is done by the <B>selection</B>
|
|||||||
operator <CODE>!</CODE>. For instance,
|
operator <CODE>!</CODE>. For instance,
|
||||||
</P>
|
</P>
|
||||||
<PRE>
|
<PRE>
|
||||||
Cheese.s ! Pl
|
table {Sg => "cheese" ; Pl => "cheeses"} ! Pl
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>
|
<P>
|
||||||
is a selection, whose value is <CODE>"cheeses"</CODE>.
|
is a selection, whose value is <CODE>"cheeses"</CODE>.
|
||||||
@@ -2392,6 +2392,6 @@ English and German.
|
|||||||
A simpler example will be explained here.
|
A simpler example will be explained here.
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
|
||||||
<!-- cmdline: txt2tags -\-toc gf-tutorial2.txt -->
|
<!-- cmdline: txt2tags -\-toc gf-tutorial2.txt -->
|
||||||
</BODY></HTML>
|
</BODY></HTML>
|
||||||
|
|||||||
@@ -1166,7 +1166,7 @@ example shows such a table:
|
|||||||
The application of a table to a parameter is done by the **selection**
|
The application of a table to a parameter is done by the **selection**
|
||||||
operator ``!``. For instance,
|
operator ``!``. For instance,
|
||||||
```
|
```
|
||||||
Cheese.s ! Pl
|
table {Sg => "cheese" ; Pl => "cheeses"} ! Pl
|
||||||
```
|
```
|
||||||
is a selection, whose value is ``"cheeses"``.
|
is a selection, whose value is ``"cheeses"``.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user