GF Logo

Grammatical Framework

A programming language for multilingual grammar applications

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 & Availability

GF can be used for building translation systems, multilingual web gadgets, natural-language interfaces, dialogue systems, and natural language resources.

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

  • Linux
  • macOS
  • Windows
  • Android mobile platform (via Java; runtime)
  • via compilation to JavaScript, almost any platform that has a web browser (runtime)

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:

  • Haskell
  • Java, in particular the Android platform
  • JavaScript
  • Speech recognition: HTK/ATK, Nuance, JSGF

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

  • static type checking
  • higher-order functions
  • dependent types
  • pattern matching with data constructors and regular expressions
  • module system with multiple inheritance and parametrized modules

Getting help

If you need some help with GF, the first places to start are the Tutorial and Reference pages. The printed book contains all the material in the tutorial and some extra bits, and is the recommended reference for GF.

We run the IRC channel #gf on the Freenode network, where you are welcome to look for help with small questions or just start a general discussion. IRC logs (in raw format) are available here. If you have a larger question which the community may benefit from, we recommend you ask it on the mailing list.

News

2018-12-03
Sixth GF Summer School in Stellenbosch (South Africa), 3–14 December 2018
2018-12-02
GF 3.10 released.
2018-07-25
The GF repository has been split in two: gf-core and gf-rgl. The original GF repository is now archived.
2017-08-11
GF 3.9 released. Release notes
2017-06-29
GF is moving to GitHub.
2017-03-13
GF Summer School in Riga (Latvia), 14-25 August 2017

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:

  • GF-Alfa: natural language interface to formal proofs
  • Efficient: authoring tool for business models.
  • GF-KeY: authoring and translation of software specifications
  • TALK: multilingual and multimodal spoken dialogue systems
  • WebALT: multilingual generation of mathematical exercises (commercial project)
  • SALDO: Swedish morphological dictionary based on rules developed for GF and Functional Morphology
  • MOLTO: multilingual online translation
  • REMU: reliable multilingual digital communication

Academically, GF has been used in at least ten PhD theses and resulted in more than a hundred scientific publications.

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 Afrikaans, Amharic (partial), Arabic (partial), Bulgarian, Catalan, Chinese, Danish, Dutch, English, Estonian, Finnish, French, German, Greek ancient (partial), Greek modern, Hebrew (fragments), Hindi, Interlingua, Japanese, Italian, Latin (fragments), Latvian, Maltese, Mongolian, Nepali, Norwegian bokmål, Norwegian nynorsk, Persian, Polish, Punjabi, Romanian, Russian, Sindhi, Slovene (partial), Spanish, Swahili (fragments), Swedish, Thai, Turkish (fragments), Urdu

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