mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 05:02:50 -06:00
tutorial in final form
This commit is contained in:
BIN
lib/resource-1.0/doc/10lang-large.png
Normal file
BIN
lib/resource-1.0/doc/10lang-large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
lib/resource-1.0/doc/10lang-small.png
Normal file
BIN
lib/resource-1.0/doc/10lang-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
@@ -7,9 +7,18 @@
|
||||
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.2</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
||||
Last update: Thu Jul 5 23:14:56 2007
|
||||
Last update: Sun Jul 8 17:07:04 2007
|
||||
</FONT></CENTER>
|
||||
|
||||
<P>
|
||||
<center>
|
||||
</P>
|
||||
<P>
|
||||
<IMG ALIGN="middle" SRC="10lang-large.png" BORDER="0" ALT="">
|
||||
</P>
|
||||
<P>
|
||||
</center>
|
||||
</P>
|
||||
<P>
|
||||
The GF Resource Grammar Library defines the basic grammar of
|
||||
ten languages:
|
||||
@@ -273,8 +282,7 @@ Swedish
|
||||
</P>
|
||||
<H2>More reading</H2>
|
||||
<P>
|
||||
<A HREF="../../../doc/resource.pdf">GF Resource Grammar Library</A> (pdf).
|
||||
Printable user manual with API documentation.
|
||||
<A HREF="synopsis.html">Synopsis</A>. The concise guide to API v. 1.2.
|
||||
</P>
|
||||
<P>
|
||||
<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
|
||||
examples are from <CODE>multimodal/old</CODE>, which is a reduced-size API.
|
||||
</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 -->
|
||||
</BODY></HTML>
|
||||
|
||||
@@ -8,6 +8,16 @@ Last update: %%date(%c)
|
||||
|
||||
%!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
|
||||
ten languages:
|
||||
@@ -233,8 +243,7 @@ Swedish
|
||||
|
||||
==More reading==
|
||||
|
||||
[GF Resource Grammar Library ../../../doc/resource.pdf] (pdf).
|
||||
Printable user manual with API documentation.
|
||||
[Synopsis synopsis.html]. The concise guide to API v. 1.2.
|
||||
|
||||
[Grammars as Software Libraries gslt-sem-2006.html]. Slides
|
||||
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
|
||||
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.
|
||||
|
||||
|
||||
@@ -2944,17 +2944,22 @@ source <A HREF="../finnish/ParadigmsFin.gf"><CODE>http://www.cs.chalmers.se/~aar
|
||||
</TR>
|
||||
<TR>
|
||||
<TD><CODE>mkV2</CODE></TD>
|
||||
<TD><CODE>V -> Prep -> V2</CODE></TD>
|
||||
<TD><CODE>Str -> V2</CODE></TD>
|
||||
<TD>-</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD><CODE>caseV2</CODE></TD>
|
||||
<TD><CODE>mkV2</CODE></TD>
|
||||
<TD><CODE>V -> V2</CODE></TD>
|
||||
<TD>-</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD><CODE>mkV2</CODE></TD>
|
||||
<TD><CODE>V -> Case -> V2</CODE></TD>
|
||||
<TD>-</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD><CODE>dirV2</CODE></TD>
|
||||
<TD><CODE>V -> V2</CODE></TD>
|
||||
<TD><CODE>mkV2</CODE></TD>
|
||||
<TD><CODE>V -> Prep -> V2</CODE></TD>
|
||||
<TD>-</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
|
||||
Reference in New Issue
Block a user