mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
74 lines
2.2 KiB
HTML
74 lines
2.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
<TITLE>GF Grammar Libraries</TITLE>
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<P ALIGN="center"><CENTER><H1>GF Grammar Libraries</H1>
|
|
<FONT SIZE="4">
|
|
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
|
Last update: Fri Mar 10 11:32:28 2006
|
|
</FONT></CENTER>
|
|
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<UL>
|
|
<LI><A HREF="#toc1">The resource grammar library</A>
|
|
<LI><A HREF="#toc2">The prelude library</A>
|
|
</UL>
|
|
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<P>
|
|
One of the main ideas of
|
|
<A HREF="..">GF</A>
|
|
is the use of libraries in grammar writing, in a way familiar
|
|
from software engineering. In this way, large grammars can
|
|
be built in cooperation, and old grammars or parts of them
|
|
can be reused in new grammars. The slides
|
|
<A HREF="resource-1.0/doc/gslt-sem-2006.html">Grammars as Software Libraries</A>
|
|
give some introduction to this idea.
|
|
</P>
|
|
<A NAME="toc1"></A>
|
|
<H2>The resource grammar library</H2>
|
|
<P>
|
|
This library covers basic linguistic structures of
|
|
different languages.
|
|
</P>
|
|
<P>
|
|
<A HREF="resource-1.0/doc">Version 1.0</A> (still beta, but already recommended).
|
|
Covers English, Finnish, French, German, Italian, Norwegian,
|
|
Spanish, and Swedish.
|
|
</P>
|
|
<P>
|
|
<A HREF="resource/">Version 0.9</A> (current "official" version).
|
|
Also covers Danish and Russian, but not German.
|
|
</P>
|
|
<P>
|
|
<A HREF="resource-0.6/">Version 0.6</A>. Old version with 7 languages.
|
|
</P>
|
|
<A NAME="toc2"></A>
|
|
<H2>The prelude library</H2>
|
|
<P>
|
|
The <A HREF="prelude/">prelude</A>
|
|
library gives utility functions for different GF applications:
|
|
</P>
|
|
<P>
|
|
<A HREF="resource-1.0/doc/gfdoc/Precedence.html">Precedence</A>. Utilities for
|
|
formal languages: precedence levels, associatives, infixes.
|
|
</P>
|
|
<P>
|
|
<A HREF="resource-1.0/doc/gfdoc/Predef.html">Predef</A>. Type signatures
|
|
of predefined (hard-coded) functions.
|
|
</P>
|
|
<P>
|
|
<A HREF="resource-1.0/doc/gfdoc/Prelude.html">Prelude</A>. Generic utilities
|
|
for strings, tables, records, booleans.
|
|
</P>
|
|
|
|
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -\-toc -thtml index.txt -->
|
|
</BODY></HTML>
|