summaryrefslogtreecommitdiff
path: root/index-3.html
blob: 95a78246205031e6b66ef6883e83b1702ae9721e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
</HEAD><BODY BGCOLOR="white" TEXT="black">
<FONT SIZE="4">
</FONT></CENTER>

<P>
<center>
</P>
<P>
<IMG ALIGN="middle" SRC="doc/gf-logo.png" BORDER="0" ALT="">
</P>
<H1>Grammatical Framework</H1>
<P>
Version 3.0
</P>
<P>
June 2008
</P>
<P>
</center>
</P>
<P>
<font size=+2>
</P>
<P>
<CODE>|</CODE> <A HREF="demos/">Demos</A>
<CODE>|</CODE> <A HREF="download">Download</A>
<CODE>|</CODE> <A HREF="lib/">Libraries</A>
<CODE>|</CODE> <A HREF="doc/gf-refman.html">Reference</A>
<CODE>|</CODE> <A HREF="doc/gf-tutorial.html">Tutorial</A>
<CODE>|</CODE> 
</P>
<P>
</font>
</P>
<P>
<CODE>|</CODE> <A HREF="demos/">Demos</A>
<CODE>|</CODE> <A HREF="download">Download</A>
<CODE>|</CODE> <A HREF="download">Development</A>
<CODE>|</CODE> <A HREF="doc/events.html">Events</A>
<CODE>|</CODE> <A HREF="lib/">Libraries</A>
<CODE>|</CODE> <A HREF="doc/gf-people.html">People</A>
<CODE>|</CODE> <A HREF="doc/projects.html">Projects</A>
<CODE>|</CODE> <A HREF="doc/gf-tutorial.html">Publications</A>
<CODE>|</CODE> <A HREF="doc/gf-refman.html">Reference</A>
<CODE>|</CODE> <A HREF="doc/gf-tutorial.html">Tutorial</A>
<CODE>|</CODE> 
</P>
<P>
<font size=-1>
</P>
<H2>News</H2>
<P>
27 June 2008: release of GF 3.0 and a new web page; the old web page is 
<A HREF="index-2.html">here</A>.
</P>
<P>
</font>
</P>
<H2>What is GF</H2>
<P>
GF, Grammatical Framework, is a programming language for 
<B>multilingual grammar applications</B>. It is
</P>
<UL>
<LI>a <B>special-purpose language for grammars</B>, like YACC, Bison, Happy, BNFC
<LI>a <B>functional language</B>, like Haskell, Lisp, OCaml, Scheme, SML
<LI>a <B>natural language processing framework</B>, like LKB, XLE, Regulus
<LI>a <B>categorial grammar formalism</B>, like ACG, CCG
<LI>a <B>logical framework</B>, like Agda, Coq, Isabelle
</UL>

<P>
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.
</P>
<H2>Applications</H2>
<P>
GF can be used for building
</P>
<UL>
<LI>[text translators ]
<LI>[speech translators ]
<LI>[natural-language interfaces ]
<LI>[multilingual web pages ]
<LI>[multilingual authoring systems ]
<LI>[dialogue systems ]
<LI>[language training systems ]
<LI>[natural language resources ]
</UL>

<H2>Availability</H2>
<P>
GF is <B>open-source</B>, licensed under [GPL ] (the program) and [LGPL ] (the libraries). It
is available for 
</P>
<UL>
<LI>[Linux ]
<LI>[Mac OS X ]
<LI>[Windows ]
<LI>via compilation to [JavaScript ], almost any platform that has a web browser
</UL>

<H2>Projects</H2>
<P>
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.
</P>
<P>
Later projects using GF and involving third parties include, in chronological order,
</P>
<UL>
<LI>GF-Alfa: natural language interface to formal proofs
<LI>GF-KeY: authoring and translation of software specifications
<LI>TALK: multilingual and multimodal spoken dialogue systems
<LI>WebALT: multilingual generation of mathematical exercises (commercial project)
<LI>MultiWiki: multilingual Wiki for restaurant reviews
<LI>SALDO: Swedish morphological dictionary based on tools developed for GF
</UL>

<P>
Academically, GF has been used in four [PhD theses ], and resulted in around
fifty [scientific publications ].
</P>
<H2>Programming in GF</H2>
<P>
GF is easy to learn by following the <A HREF="doc/gf-tutorial.html">tutorial</A>. You can write your
first translator in 15 minutes.
</P>
<P>
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:
</P>
<UL>
<LI>Haskell
<LI>Java
<LI>JavaScript
<LI>Prolog
<LI>Speech recognition: HTK/ATK, Nuance, JSGF
</UL>

<P>
The GF programming language is high-level and advanced, featuring
</P>
<UL>
<LI>static type checking
<LI>higher-order functions
<LI>dependent types
<LI>pattern matching with data constructors and regular expressions
<LI>module system with multiple inheritance and parametrized modules
</UL>

<H2>Libraries</H2>
<P>
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 <A HREF="lib/">GF resource grammar library</A> has
support for an increasing number of languages, currently including
</P>
<OL>
<LI>Arabic (partial)
<LI>Bulgarian
<LI>Catalan (partial)
<LI>Danish
<LI>English
<LI>Finnish
<LI>French
<LI>German 
<LI>Hindi/Urdu (fragments)
<LI><A HREF="http://www.interlingua.com/">Interlingua</A>
<LI>Italian
<LI>Norwegian bokmål
<LI>Russian
<LI>Spanish
<LI>Swedish
<LI>Thai (fragments)
</OL>

<P>
Adding a language to the resource library takes 3 to 9 
months - <A HREF="doc/projects.html">contributions</A>
are welcome!
</P>

<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -thtml index-3.txt -->
</BODY></HTML>