1
0
forked from GitHub/gf-rgl

tutorial in final form

This commit is contained in:
aarne
2007-07-08 16:36:56 +00:00
parent e8fc287f16
commit a74b1441c8
6 changed files with 41 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@@ -7,9 +7,18 @@
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.2</H1> <P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.2</H1>
<FONT SIZE="4"> <FONT SIZE="4">
<I>Author: Aarne Ranta &lt;aarne (at) cs.chalmers.se&gt;</I><BR> <I>Author: Aarne Ranta &lt;aarne (at) cs.chalmers.se&gt;</I><BR>
Last update: Thu Jul 5 23:14:56 2007 Last update: Sun Jul 8 17:07:04 2007
</FONT></CENTER> </FONT></CENTER>
<P>
<center>
</P>
<P>
<IMG ALIGN="middle" SRC="10lang-large.png" BORDER="0" ALT="">
</P>
<P>
</center>
</P>
<P> <P>
The GF Resource Grammar Library defines the basic grammar of The GF Resource Grammar Library defines the basic grammar of
ten languages: ten languages:
@@ -273,8 +282,7 @@ Swedish
</P> </P>
<H2>More reading</H2> <H2>More reading</H2>
<P> <P>
<A HREF="../../../doc/resource.pdf">GF Resource Grammar Library</A> (pdf). <A HREF="synopsis.html">Synopsis</A>. The concise guide to API v. 1.2.
Printable user manual with API documentation.
</P> </P>
<P> <P>
<A HREF="gslt-sem-2006.html">Grammars as Software Libraries</A>. Slides <A HREF="gslt-sem-2006.html">Grammars as Software Libraries</A>. Slides
@@ -302,7 +310,11 @@ Slides showing how linearization rules are written as strings parsable by the re
Slides showing how to use the multimodal resource library. N.B. the library Slides showing how to use the multimodal resource library. N.B. the library
examples are from <CODE>multimodal/old</CODE>, which is a reduced-size API. examples are from <CODE>multimodal/old</CODE>, which is a reduced-size API.
</P> </P>
<P>
<A HREF="../../../doc/resource.pdf">GF Resource Grammar Library</A> (pdf).
Printable user manual with API documentation, for version 1.0.
</P>
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> <!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -thtml index.txt --> <!-- cmdline: txt2tags -thtml index.txt -->
</BODY></HTML> </BODY></HTML>

View File

@@ -8,6 +8,16 @@ Last update: %%date(%c)
%!target:html %!target:html
%!postproc(html): #BCEN <center>
%!postproc(html): #ECEN </center>
#BCEN
[10lang-large.png]
#ECEN
The GF Resource Grammar Library defines the basic grammar of The GF Resource Grammar Library defines the basic grammar of
ten languages: ten languages:
@@ -233,8 +243,7 @@ Swedish
==More reading== ==More reading==
[GF Resource Grammar Library ../../../doc/resource.pdf] (pdf). [Synopsis synopsis.html]. The concise guide to API v. 1.2.
Printable user manual with API documentation.
[Grammars as Software Libraries gslt-sem-2006.html]. Slides [Grammars as Software Libraries gslt-sem-2006.html]. Slides
with background and motivation for the resource grammar library. with background and motivation for the resource grammar library.
@@ -256,3 +265,6 @@ Slides showing how linearization rules are written as strings parsable by the re
Slides showing how to use the multimodal resource library. N.B. the library Slides showing how to use the multimodal resource library. N.B. the library
examples are from ``multimodal/old``, which is a reduced-size API. examples are from ``multimodal/old``, which is a reduced-size API.
[GF Resource Grammar Library ../../../doc/resource.pdf] (pdf).
Printable user manual with API documentation, for version 1.0.

View File

@@ -2944,17 +2944,22 @@ source <A HREF="../finnish/ParadigmsFin.gf"><CODE>http://www.cs.chalmers.se/~aar
</TR> </TR>
<TR> <TR>
<TD><CODE>mkV2</CODE></TD> <TD><CODE>mkV2</CODE></TD>
<TD><CODE>V -&gt; Prep -&gt; V2</CODE></TD> <TD><CODE>Str -&gt; V2</CODE></TD>
<TD>-</TD> <TD>-</TD>
</TR> </TR>
<TR> <TR>
<TD><CODE>caseV2</CODE></TD> <TD><CODE>mkV2</CODE></TD>
<TD><CODE>V -&gt; V2</CODE></TD>
<TD>-</TD>
</TR>
<TR>
<TD><CODE>mkV2</CODE></TD>
<TD><CODE>V -&gt; Case -&gt; V2</CODE></TD> <TD><CODE>V -&gt; Case -&gt; V2</CODE></TD>
<TD>-</TD> <TD>-</TD>
</TR> </TR>
<TR> <TR>
<TD><CODE>dirV2</CODE></TD> <TD><CODE>mkV2</CODE></TD>
<TD><CODE>V -&gt; V2</CODE></TD> <TD><CODE>V -&gt; Prep -&gt; V2</CODE></TD>
<TD>-</TD> <TD>-</TD>
</TR> </TR>
<TR> <TR>

View File

@@ -47,7 +47,8 @@ incomplete concrete NounRomance of Noun =
} ; } ;
SgQuant q = {s = q.s ! False ! Sg} ; SgQuant q = {s = q.s ! False ! Sg} ;
PlQuant q = {s = \\b => q.s ! b ! Pl} ; PlQuant q = {s = \\b,g,c => q.s ! b ! Pl ! g ! c} ;
--- part app: cf NounScand. AR 8/7/2007
PossPron p = { PossPron p = {
s = \\_,n,g,c => possCase g n c ++ p.s ! Poss (aagr g n) ---- il mio! s = \\_,n,g,c => possCase g n c ++ p.s ! Poss (aagr g n) ---- il mio!