From a9173b7aae140ca8ed8deec2de9328b5ceaacbee Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 9 Dec 2009 17:22:17 +0000 Subject: [PATCH] updated index page - back in old place after all --- deprecated/v3.0-index.html | 249 ++++++++++++++++++++++++++++++ index.html | 71 ++------- deprecated/index.txt => index.txt | 56 +++---- 3 files changed, 284 insertions(+), 92 deletions(-) create mode 100644 deprecated/v3.0-index.html rename deprecated/index.txt => index.txt (79%) diff --git a/deprecated/v3.0-index.html b/deprecated/v3.0-index.html new file mode 100644 index 000000000..ce9e342d5 --- /dev/null +++ b/deprecated/v3.0-index.html @@ -0,0 +1,249 @@ + + + + + + + + +

+

+

+

+ +

+

Grammatical Framework

+

+Version 3.1 +

+

+14 December 2009 +

+

+ +

+

+[ Demos +| Download +| Libraries +| Reference +| Tutorial +] +

+

+ +

+

+[ Demos +| Download +| Developers +| Libraries +| People +| Publications +| QuickRefCard +| Reference +| Tutorial +] +

+

+

+

+

+ +

+

News

+ +24 November 2009: We have problems with the release via Darcs. You can +download a recent snapshot of GF (sources, libraries, documentation) +here (gf-[date].tgz, 13 MB). +

+24 June 2009: GF version 3.0 released. No longer beta! +

+4 June 2009: GF sources (from the darcs repository) can now be compiled with GHC 6.10.3, but no +longer with GHC 6.8. +

+29 April 2009: GF online course available as videos: see "News" under the +GF Summer School Web Page. +

+20 April 2009: +On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the +Summer School Google Group +for instructions how to start. +

+

+3 April 2009: +Two demos and one talk on GF at EACL in Athens. +

+

+20 February 2009: +GF Resource Grammar Summer School +in Gothenburg, 17-28 August 2009. +

+

+4 November 2008: +GHC 6.10 released, but it doesn't work with GF sources yet. +If compiling GF from source, use e.g. +GHC 6.8.3. +

+

+15 August 2008: +Numeral translator for the iPhone +

+

+27 June 2008: +release of GF 3.0 and this new web page; the old web page is +here. +

+

+ +

+

What is GF

+

+GF, Grammatical Framework, is a programming language for +multilingual grammar applications. It is +

+ + +

+Don't worry if you don't know most of the references above - but if you do know at +least one, it may help you to get a first idea of what GF is. +

+

Applications

+

+GF can be used for building +

+ + +

Availability

+

+GF is open-source, licensed under GPL (the program) and +LGPL (the libraries). It +is available for +

+ + +

Projects

+

+GF was first created in 1998 at +Xerox Research Centre Europe, +Grenoble, in the project +Multilingual Document Authoring. At Xerox, it was used for prototypes including +a restaurant phrase book, +a database query system, +a formalization of an alarm system instructions with translations to 5 languages, and +an authoring system for medical drug descriptions. +

+

+Later projects using GF and involving third parties include, in chronological order, +

+ + +

+Academically, GF has been used in four PhD theses and resulted in around +fifty scientific publications (see GF publication list). +

+

Programming in GF

+

+GF is easy to learn by following the tutorial. +You can write your first translator in 15 minutes. +

+

+GF has an interactive command interpreter, as well as a batch compiler. +Grammars can be compiled to parser and translator code in many different +formats. These components can then be embedded in applications written +in other programming languages. The formats currently supported are: +

+ + +

+The GF programming language is high-level and advanced, featuring +

+ + +

Libraries

+

+Libraries are at the heart of modern software engineering. In natural language +applications, libraries are a way to cope with thousands of details involved in +syntax, lexicon, and inflection. The +GF resource grammar library has +support for an increasing number of languages, currently including +

+
    +
  1. Arabic (partial) +
  2. Bulgarian +
  3. Catalan (partial) +
  4. Danish +
  5. English +
  6. Finnish +
  7. French +
  8. German +
  9. Hindi/Urdu (fragments) +
  10. Interlingua +
  11. Italian +
  12. Norwegian bokm�l +
  13. Russian +
  14. Spanish +
  15. Swedish +
  16. Thai (fragments) +
+ +

+Adding a language to the resource library takes 3 to 9 +months - contributions +are welcome! +

+ + + + diff --git a/index.html b/index.html index d607b61d7..403f6a59e 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,10 @@

Grammatical Framework

-Version 3.0 +Version 3.1

-24 June 2009 +December 2009

@@ -26,7 +26,7 @@ Version 3.0

[ Demos | Download -| Libraries +| Libraries | Reference | Tutorial ] @@ -44,6 +44,7 @@ Version 3.0 | QuickRefCard | Reference | Tutorial +| LibTutorial ]

@@ -53,47 +54,8 @@ Version 3.0

News

- -24 November 2009: We have problems with the release via Darcs. You can -download a recent snapshot of GF (sources, libraries, documentation) -here (gf-[date].tgz, 13 MB). -

-24 June 2009: GF version 3.0 released. No longer beta! -

-4 June 2009: GF sources (from the darcs repository) can now be compiled with GHC 6.10.3, but no -longer with GHC 6.8. -

-29 April 2009: GF online course available as videos: see "News" under the -GF Summer School Web Page.

-20 April 2009: -On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the -Summer School Google Group -for instructions how to start. -

-

-3 April 2009: -Two demos and one talk on GF at EACL in Athens. -

-

-20 February 2009: -GF Resource Grammar Summer School -in Gothenburg, 17-28 August 2009. -

-

-4 November 2008: -GHC 6.10 released, but it doesn't work with GF sources yet. -If compiling GF from source, use e.g. -GHC 6.8.3. -

-

-15 August 2008: -Numeral translator for the iPhone -

-

-27 June 2008: -release of GF 3.0 and this new web page; the old web page is -here. +GF users mailing list and wiki - link forthcoming here!

@@ -125,14 +87,13 @@ least one, it may help you to get a first idea of what GF is. GF can be used for building

Availability

@@ -195,9 +156,7 @@ in other programming languages. The formats currently supported are:

@@ -223,8 +182,9 @@ support for an increasing number of languages, currently including
  1. Arabic (partial)
  2. Bulgarian -
  3. Catalan (partial) +
  4. Catalan
  5. Danish +
  6. Dutch
  7. English
  8. Finnish
  9. French @@ -232,7 +192,10 @@ support for an increasing number of languages, currently including
  10. Hindi/Urdu (fragments)
  11. Interlingua
  12. Italian -
  13. Norwegian bokm�l +
  14. Latin (fragments) +
  15. Norwegian bokmål +
  16. Polish +
  17. Romanian
  18. Russian
  19. Spanish
  20. Swedish @@ -242,9 +205,9 @@ support for an increasing number of languages, currently including

    Adding a language to the resource library takes 3 to 9 months - contributions -are welcome! +are welcome! You can start with the resource grammarian's tutorial.

    - - + + diff --git a/deprecated/index.txt b/index.txt similarity index 79% rename from deprecated/index.txt rename to index.txt index 6068ffea1..2c2c373a2 100644 --- a/deprecated/index.txt +++ b/index.txt @@ -14,16 +14,16 @@ =Grammatical Framework= -Version 3.0 +Version 3.1 -June 2008 +December 2009 #BELARGE ``[`` [Demos demos/index.html] ``|`` [Download download/index.html] -``|`` [Libraries lib/resource/doc/synopsis.html] +``|`` [Libraries lib/doc/synopsis.html] ``|`` [Reference doc/gf-refman.html] ``|`` [Tutorial doc/gf-tutorial.html] ``]`` @@ -33,14 +33,13 @@ June 2008 ``[`` [Demos demos/index.html] ``|`` [Download download/index.html] ``|`` [Developers doc/gf-developers.html] -% ``|`` [Events doc/events.html] -``|`` [Libraries lib/resource/doc/synopsis.html] +``|`` [Libraries lib/doc/synopsis.html] ``|`` [People doc/gf-people.html] -% ``|`` [Projects doc/projects.html] ``|`` [Publications doc/gf-bibliography.html] ``|`` [QuickRefCard doc/gf-reference.html] ``|`` [Reference doc/gf-refman.html] ``|`` [Tutorial doc/gf-tutorial.html] +``|`` [LibTutorial doc/resource-tutorial.pdf] ``]`` #ENCE @@ -50,29 +49,7 @@ June 2008 ==News== -20 April 2009: -On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the -[Summer School Google Group http://groups.google.com/group/gf-resource-school-2009] -for instructions how to start. - -3 April 2009: -Two demos and one talk on GF at [EACL http://www.eacl2009.gr/conference/] in Athens. - -20 February 2009: -[GF Resource Grammar Summer School doc/gf-summerschool.html] -in Gothenburg, 17-28 August 2009. - -4 November 2008: -GHC 6.10 released, but it doesn't work with GF sources yet. -If compiling GF from source, use e.g. -[GHC 6.8.3 http://haskell.org/ghc/download_ghc_683.html]. - -15 August 2008: -[Numeral translator for the iPhone demos/index-numbers.html] - -27 June 2008: -[release of GF 3.0 doc/gf3-release.html] and this new web page; the old web page is -[here ../GF2/index.html]. +GF users mailing list and wiki - link forthcoming here! #ENSMALL @@ -101,13 +78,14 @@ least one, it may help you to get a first idea of what GF is. ==Applications== GF can be used for building -- [text translators lib/resource/doc/resdemo.html] +- [text translators http://tournesol.cs.chalmers.se:41296] +- [multilingual web gadgets http://tournesol.cs.chalmers.se:41296/fridge] - [speech translators http://www.cs.chalmers.se/~bringert/gf/translatespeech.html] - [natural-language interfaces http://www.cs.chalmers.se/~hallgren/Alfa/Tutorial/GFplugin.html] -- [multilingual web pages http://www.restauranggajden.se/tomas/] +% - [multilingual web pages http://www.restauranggajden.se/tomas/] - [multilingual authoring systems http://www.cs.chalmers.se/~markus/gramlets/letter-applet.html] - [dialogue systems http://www.cs.chalmers.se/~bringert/xv/pizza/] -- [language training systems http://csmisc14.cs.chalmers.se/~bjorn/langtrain.cgi] +% - [language training systems http://csmisc14.cs.chalmers.se/~bjorn/langtrain.cgi] - [natural language resources lib/resource/doc/synopsis.html] @@ -163,9 +141,7 @@ Grammars can be compiled to parser and translator code in many different formats. These components can then be embedded in applications written in other programming languages. The formats currently supported are: - Haskell -- Java - JavaScript -- Prolog - Speech recognition: HTK/ATK, Nuance, JSGF @@ -182,12 +158,13 @@ The GF programming language is high-level and advanced, featuring Libraries are at the heart of modern software engineering. In natural language applications, libraries are a way to cope with thousands of details involved in syntax, lexicon, and inflection. The -[GF resource grammar library lib/resource/doc/synopsis.html] has +[GF resource grammar library lib/doc/synopsis.html] has support for an increasing number of languages, currently including + Arabic (partial) + Bulgarian -+ Catalan (partial) ++ Catalan + Danish ++ Dutch + English + Finnish + French @@ -195,7 +172,10 @@ support for an increasing number of languages, currently including + Hindi/Urdu (fragments) + [Interlingua http://www.interlingua.com/] + Italian -+ Norwegian bokm�l ++ Latin (fragments) ++ Norwegian bokmål ++ Polish ++ Romanian + Russian + Spanish + Swedish @@ -204,7 +184,7 @@ support for an increasing number of languages, currently including Adding a language to the resource library takes 3 to 9 months - contributions -are welcome! +are welcome! You can start with the [resource grammarian's tutorial doc/resource-tutorial.pdf]. % [doc/10lang-small.png]