1
0
forked from GitHub/gf-core

moved obsolete files; updated umlaut help

This commit is contained in:
aarne
2005-12-22 17:27:00 +00:00
parent 14f70e478d
commit 58d1fa84c5
3 changed files with 45 additions and 24 deletions

View File

@@ -14,7 +14,23 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
<p> <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. not just on top level.
<p> <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. The most important stats now are the top-40 sized definitions.
<p> <p>
<hr>
1/7 <b>Release of GF 2.3</b>. 1/7 <b>Release of GF 2.3</b>.

View File

@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <!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"> <body bgcolor="#ffffff" text="#000000">
@@ -9,9 +9,9 @@
<h1>Grammatical Framework</h1> <h1>Grammatical Framework</h1>
<h2>Version 2.3</h2> <h2>Version 2.4</h2>
July 1, 2005. December 22, 2005.
</center> </center>
@@ -20,17 +20,24 @@ July 1, 2005.
</p><h2>News</h2> </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> <ul>
<li> Speech input. <li> Speech input.
<li> Transfer modules. <li> Transfer modules.
<li> Probabilistic grammars. <li> Probabilistic grammars.
</ul> </ul>
See <a href="doc/gf-history.html">GF history</a> for more details. Also see the See <a href="doc/gf-history.html">GF history</a> for more details.
<a href="doc/tutorial/gf-tutorial2.html">New Tutorial</a>, now up to date for version 2.4. 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> <p>
<font size="1">
<i>December 9, 2005</i>. <i>December 9, 2005</i>.
<a href="http://www.cs.chalmers.se/~peb/software.html"> <a href="http://www.cs.chalmers.se/~peb/software.html">
MCFG/GF library for Prolog</a>, by 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 Prolog programs (in the same way as in Java and Haskell
before). before).
<p> <br>
<i>December 8, 2005</i>. <i>December 8, 2005</i>.
A structured <a href="doc/index.html">Documentation page</a> on GF. A structured <a href="doc/index.html">Documentation page</a> on GF.
<p> <br>
<i>December 1, 2005</i>. <i>December 1, 2005</i>.
Publicly accessible Publicly accessible
@@ -52,7 +59,7 @@ Publicly accessible
Darcs repository</a> Darcs repository</a>
for latest sources and documents. The snapshots are no longer updated. for latest sources and documents. The snapshots are no longer updated.
<p> <br>
<i>September 22, 2005</i>. <i>September 22, 2005</i>.
<a href="http://www.cs.chalmers.se/~bringert/gf/downloads/snapshots/"> <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"> <a href="http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/darcs.html">
Darcs repository</a> instead! Darcs repository</a> instead!
<p> <br>
<i>July 1, 2005</i>. GF 2.3 released. <i>July 1, 2005</i>. GF 2.3 released.
Download from Download from
@@ -73,22 +80,20 @@ Download from
The <a href="doc/gf-history.html">GF history</a> lists changes. 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. The source package on SourceForge also contains a new GUI and some new grammars.
<p> <br>
<font size="2">
<i>June 3, 2005</i>. Started a page on <i>June 3, 2005</i>. Started a page on
<a href="doc/gf-history.html">history of changes</a>. <a href="doc/gf-history.html">history of changes</a>.
These changes will appear soon in releases. These changes will appear soon in releases.
<p> <br>
<i>May 17, 2005</i>. Version 2.2 released. See <i>May 17, 2005</i>. Version 2.2 released. See
<a href="doc/gf2.2-highlights.html">highlights</a>. <a href="doc/gf2.2-highlights.html">highlights</a>.
Download from Download from
<a href="http://sourceforge.net/project/showfiles.php?group_id=132285">SourceForge</a>. <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 <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>. <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>, https://sourceforge.net/projects/gf-tools</a>,
but this page does not yet have much content. but this page does not yet have much content.
<p> <br>
<i>May 9, 2005</i>. <i>May 9, 2005</i>.
PhD Thesis by PhD Thesis by
@@ -106,7 +111,7 @@ PhD Thesis by
<a href="http://www.cs.chalmers.se/~krijo/thesis/thesisA4.pdf"> <a href="http://www.cs.chalmers.se/~krijo/thesis/thesisA4.pdf">
Formal and Informal Software Specifications</a>. Formal and Informal Software Specifications</a>.
<p> <br>
<i>March 15, 2005</i>. <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> href="http://www.cs.chalmers.se/~bringert/misc/tramdemo.avi">demo film</a>
of a multimodal dialogue system built with embedded grammars. of a multimodal dialogue system built with embedded grammars.
<p> <br>
<i>November 9, 2004</i>. <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"> <a href="http://www.cs.chalmers.se/~peb/pubs/p04-PhD-thesis.pdf">
Expressivity and Complexity of the Grammatical Framework</a>. Expressivity and Complexity of the Grammatical Framework</a>.
<p> <br>
<i>November 8, 2004</i>. GF 2.1 released. <i>November 8, 2004</i>. GF 2.1 released.
Here are the <a 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 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). 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 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 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 Last modified by
<a href="http://www.cs.chalmers.se/%7Eaarne"> <a href="http://www.cs.chalmers.se/%7Eaarne">
Aarne Ranta</a>, Aarne Ranta</a>,
December 1, 2005. December 22, 2005.
</body></html> </body></html>

View File

@@ -112,8 +112,7 @@ helpMsg = unlines [
welcomeMsg = welcomeMsg =
"Welcome to " ++ authorMsg ++++ "Welcome to " ++ authorMsg ++++
"If the letters ä (a-umlaut) and ö (u-umlaut) look strange" ++ "If ä and ö (umlaut letters) look strange, see 'h -coding'." ++
"\nin the above message, try 'h -coding'." ++
"\n\nType 'h' for help, and 'h [Command] for more detailed help." "\n\nType 'h' for help, and 'h [Command] for more detailed help."
authorMsg = unlines [ authorMsg = unlines [