From 73e401cee21fa61dcf9900d8d2b40ddd39f4e612 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 27 Jun 2008 11:59:03 +0000 Subject: updated synopsis, removed GF/devel/ --- index.html | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 000000000..6146230c0 --- /dev/null +++ b/index.html @@ -0,0 +1,201 @@ + + + + + + + + +

+

+

+

+ +

+

Grammatical Framework

+

+Version 3.0 +

+

+June 2008 +

+

+ +

+

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

+

+ +

+

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

+

+

+

+

+ +

+

News

+

+27 June 2008: release of GF 3.0 and a 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 born 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 in 6 languages, +a database query system in 7 languages, +a formalization of an alarm system instructions with translations to 5 languages, and +an authoring system for medical drug descriptions in 2 languages. +

+

+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 ]. +

+

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! +

+ + + + -- cgit v1.2.3