forked from GitHub/gf-core
moved obsolete files; updated umlaut help
This commit is contained in:
@@ -14,7 +14,23 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
|
||||
|
||||
<p>
|
||||
|
||||
20/12 (AR) Support for full disjunctive patterns (<tt>P | Q</tt>) i.e.
|
||||
<hr>
|
||||
|
||||
22/12 <b>Release of GF 2.4</b>.
|
||||
|
||||
<p>
|
||||
|
||||
21/12 (AR) It now works to parse escaped string literals from command
|
||||
line, and also string literals with spaces:
|
||||
<pre>
|
||||
gf examples/tram0/TramEng.gf
|
||||
> p -lexer=literals "I want to go to \"Gustaf Adolfs torg\" ;"
|
||||
QInput (GoTo (DestNamed "Gustaf Adolfs torg"))
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
||||
20/12 (AR) Support for full disjunctive patterns (<tt>P|Q</tt>) i.e.
|
||||
not just on top level.
|
||||
|
||||
<p>
|
||||
@@ -258,6 +274,7 @@ statistics of gfc compilation result. To be extended with new information.
|
||||
The most important stats now are the top-40 sized definitions.
|
||||
|
||||
<p>
|
||||
<hr>
|
||||
|
||||
1/7 <b>Release of GF 2.3</b>.
|
||||
|
||||
|
||||
47
index.html
47
index.html
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<html><head><title>GF Version 2.3+</title></head>
|
||||
<html><head><title>GF Version 2.4</title></head>
|
||||
|
||||
|
||||
<body bgcolor="#ffffff" text="#000000">
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
<h1>Grammatical Framework</h1>
|
||||
|
||||
<h2>Version 2.3</h2>
|
||||
<h2>Version 2.4</h2>
|
||||
|
||||
July 1, 2005.
|
||||
December 22, 2005.
|
||||
|
||||
|
||||
</center>
|
||||
@@ -20,17 +20,24 @@ July 1, 2005.
|
||||
|
||||
</p><h2>News</h2>
|
||||
|
||||
<i>December 21, 2005</i>. Forthcoming very soon: GF 2.4. Some highlights:
|
||||
<i>December 22, 2005</i>. GF 2.4 released. Some highlights:
|
||||
<ul>
|
||||
<li> Speech input.
|
||||
<li> Transfer modules.
|
||||
<li> Probabilistic grammars.
|
||||
</ul>
|
||||
See <a href="doc/gf-history.html">GF history</a> for more details. Also see the
|
||||
<a href="doc/tutorial/gf-tutorial2.html">New Tutorial</a>, now up to date for version 2.4.
|
||||
See <a href="doc/gf-history.html">GF history</a> for more details.
|
||||
Download from
|
||||
<a href=
|
||||
"http://sourceforge.net/project/showfiles.php?group_id=132285">SourceForge</a>.
|
||||
Also see the <a href="doc/tutorial/gf-tutorial2.html">New Tutorial</a>,
|
||||
now up to date for version 2.4.
|
||||
|
||||
<p>
|
||||
|
||||
<font size="1">
|
||||
|
||||
|
||||
<i>December 9, 2005</i>.
|
||||
<a href="http://www.cs.chalmers.se/~peb/software.html">
|
||||
MCFG/GF library for Prolog</a>, by
|
||||
@@ -39,12 +46,12 @@ This means that you can use GF grammars as parts of
|
||||
Prolog programs (in the same way as in Java and Haskell
|
||||
before).
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>December 8, 2005</i>.
|
||||
A structured <a href="doc/index.html">Documentation page</a> on GF.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>December 1, 2005</i>.
|
||||
Publicly accessible
|
||||
@@ -52,7 +59,7 @@ Publicly accessible
|
||||
Darcs repository</a>
|
||||
for latest sources and documents. The snapshots are no longer updated.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>September 22, 2005</i>.
|
||||
<a href="http://www.cs.chalmers.se/~bringert/gf/downloads/snapshots/">
|
||||
@@ -65,7 +72,7 @@ Use the
|
||||
<a href="http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/darcs.html">
|
||||
Darcs repository</a> instead!
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>July 1, 2005</i>. GF 2.3 released.
|
||||
Download from
|
||||
@@ -73,22 +80,20 @@ Download from
|
||||
The <a href="doc/gf-history.html">GF history</a> lists changes.
|
||||
The source package on SourceForge also contains a new GUI and some new grammars.
|
||||
|
||||
<p>
|
||||
|
||||
<font size="2">
|
||||
<br>
|
||||
|
||||
<i>June 3, 2005</i>. Started a page on
|
||||
<a href="doc/gf-history.html">history of changes</a>.
|
||||
These changes will appear soon in releases.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>May 17, 2005</i>. Version 2.2 released. See
|
||||
<a href="doc/gf2.2-highlights.html">highlights</a>.
|
||||
Download from
|
||||
<a href="http://sourceforge.net/project/showfiles.php?group_id=132285">SourceForge</a>.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>May 12, 2005</i>. GF now has a mailing list, to which you can register
|
||||
<a href="https://lists.sourceforge.net/lists/listinfo/gf-tools-users">here</a>.
|
||||
@@ -98,7 +103,7 @@ href="https://sourceforge.net/projects/gf-tools">
|
||||
https://sourceforge.net/projects/gf-tools</a>,
|
||||
but this page does not yet have much content.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>May 9, 2005</i>.
|
||||
PhD Thesis by
|
||||
@@ -106,7 +111,7 @@ PhD Thesis by
|
||||
<a href="http://www.cs.chalmers.se/~krijo/thesis/thesisA4.pdf">
|
||||
Formal and Informal Software Specifications</a>.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
|
||||
<i>March 15, 2005</i>.
|
||||
@@ -120,7 +125,7 @@ GF grammars that can be used as parts of Java programs. And a
|
||||
href="http://www.cs.chalmers.se/~bringert/misc/tramdemo.avi">demo film</a>
|
||||
of a multimodal dialogue system built with embedded grammars.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
|
||||
<i>November 9, 2004</i>.
|
||||
@@ -129,7 +134,7 @@ PhD Thesis by
|
||||
<a href="http://www.cs.chalmers.se/~peb/pubs/p04-PhD-thesis.pdf">
|
||||
Expressivity and Complexity of the Grammatical Framework</a>.
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
<i>November 8, 2004</i>. GF 2.1 released.
|
||||
Here are the <a
|
||||
@@ -186,7 +191,7 @@ different formats, including the ubiquitous BNF and EBNF formats.
|
||||
The <a href="doc/gf-compiler.png">GF compilation chart</a> gives a
|
||||
summary of the supported input and output formats (the nodes in ellipses).
|
||||
|
||||
<p>
|
||||
<br>
|
||||
|
||||
For instance, if you want to create a finite-state automaton
|
||||
in the HTK SLF format (to use for speech recognition), all you have to do
|
||||
@@ -383,6 +388,6 @@ Or just get the sources and start hacking.
|
||||
Last modified by
|
||||
<a href="http://www.cs.chalmers.se/%7Eaarne">
|
||||
Aarne Ranta</a>,
|
||||
December 1, 2005.
|
||||
December 22, 2005.
|
||||
|
||||
</body></html>
|
||||
|
||||
@@ -112,8 +112,7 @@ helpMsg = unlines [
|
||||
|
||||
welcomeMsg =
|
||||
"Welcome to " ++ authorMsg ++++
|
||||
"If the letters ä (a-umlaut) and ö (u-umlaut) look strange" ++
|
||||
"\nin the above message, try 'h -coding'." ++
|
||||
"If ä and ö (umlaut letters) look strange, see 'h -coding'." ++
|
||||
"\n\nType 'h' for help, and 'h [Command] for more detailed help."
|
||||
|
||||
authorMsg = unlines [
|
||||
|
||||
Reference in New Issue
Block a user