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
|
<!DOCTYPE html>
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>Third GF Summer School — Bavaria, August 2013</TITLE>
<style type="text/css">
body {
max-width: 700px;
margin: 0 auto;
line-height: 1.5;
font-size: 18px;
font-family: 'Average', serif;
}
h1, h2, h3, h4 {
font-family: 'Merriweather Sans', sans-serif;
}
h1 {
text-align: center;
}
img {
display: block;
margin: 0 auto;
}
sup {
font-size: 0.6em;
}
</style>
<link href='http://fonts.googleapis.com/css?family=Average' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:700' rel='stylesheet' type='text/css'>
</HEAD>
<BODY>
<H1>3<sup>rd</sup> GF Summer School 2013<br/><em>Scaling up Grammatical Resources</em></H1>
<img height="480" width="480" alt="GF Summer School logo" src="https://sites.google.com/site/gfschool2011/_/rsrc/1286870375590/home/summerschool-logo.jpg?height=480&width=480" />
<H2 style="text-align:center">Frauenchiemsee island, Bavaria<br/>18<sup>th</sup>–30<sup>th</sup> August, 2013</H2>
<H2>About</H2>
<P>
Grammatical Framework (GF), <a href="http://www.grammaticalframework.org/">grammaticalframework.org</a>, is a multilingual grammar formalism
based on the idea of a shared abstract syntax and mappings between the abstract syntax and
concrete languages. GF has hundreds of users all over the world.
</P>
<P>
The GF Resource Grammar Library (RGL) implements the morphology (inflection) and basic syntax
(phrase structure) of some 26 languages:
Bulgarian,
Catalan,
Chinese,
Danish,
Dutch,
English,
Finnish,
French,
German,
Hindi,
Interlingua,
Japanese,
Italian,
Latvian,
Nepali,
Norwegian bokmål,
Persian,
Polish,
Punjabi,
Romanian,
Russian,
Sindhi,
Spanish,
Swedish,
Thai, and
Urdu.
These resources are freely available as open-source software. More languages are under construction,
in both in-house and external projects.
</P>
<P>
We are especially interested in EU languages not yet covered by the Resource Grammar Library,
namely: Estonian, Lithuanian, Irish, Czech, Slovak, Hungarian, Slovene, Portuguese, Greek, and Maltese.
Learn more at the <a href="http://www.grammaticalframework.org/lib/doc/status.html">RGL status page</a>.
Embedded grammars are parsing and generation programs compiled from GF grammars and usable as parts of programs written in other languages: Haskell, Java, and JavaScript.
</P>
<H2>Venue</H2>
<img src="http://www.mpq.mpg.de/Theorygroup/CIRAC/wiki/images/f/f9/Kloster.jpg" alt="Frauenchiemsee island" />
<P>
The summer school will take place at the <a href="http://www.frauenwoerth.de/english/">Frauenwörth Monastery</a>,
on Frauenchiemsee island in Chiemsee lake, Bavaria, Germany
(<a href="http://goo.gl/maps/uUnxN">map</a>).
<h2>Preliminary schedule</h2>
<ul>
<li>Week 1: GF Introdcution</li>
<ul>
<li>GF tutorial</li>
<li>Tools: Eclipse IDE, GF Cloud</li>
</ul>
<li>Week 2: Advanced topics</li>
<ul>
<li>Automatic creation of large lexicons</li>
<li>Statistical parsing</li>
<li>Generation from ontologies</li>
<li>Common goals with Apertium - sharing of GF resources with other frameworks</li>
</ul>
</ul>
<h2>Teachers</h2>
<ul>
<li>Krasimir Angelov</li>
<li>Thomas Hallgren</li>
<li>Hans Leiß</li>
<li>Laurette Pretorius</li>
<li>Aarne Ranta</li>
<li>Mike Rosner</li>
<li>Christina Unger</li>
<li>others (to be confirmed)</li>
</ul>
<H2>Registration</H2>
<P>
We have now opened a prliminary registration for those of you who wish to express your interest.
Precise details about costs payments will follow later (the preliminary booking is non-binding).
If you are pretty sure you will attend, please fill out the <strong><a href="https://docs.google.com/forms/d/1DMTYSFhbD4xeirWv0DdOi4NfiwOrHMz_NDlHGHxuH-k/viewform">preliminary registration form</a></strong>.
If you have any questions about the summer school you can contact us now below.
</P>
<H2>Contact</H2>
<P>
Local organiser: <strong>Hans Leiß</strong>, leiss at cis dot uni-muenchen dot de
</P>
<P>
Head organiser: <strong>Aarne Ranta</strong>, aarne at chalmers dot se
</P>
<P>
Web/registration: <strong>John J. Camilleri</strong>, john dot j dot camilleri at chalmers dot se
</P>
<H2>Previous summer schools</H2>
<ul>
<li><a href="http://school.grammaticalframework.org/2009">GF Resource Grammar Summer School</a> (2009) in Göteborg, Sweden</li>
<li><a href="http://school.grammaticalframework.org/2011">Second GF Summer School</a> (2011) in Barcelona, Spain</li>
</ul>
</BODY>
</HTML>
|