You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fabian edited this page Dec 10, 2020
·
8 revisions
Grammatical Framework and Subtyping in GF
by Inari Listenmaa
Abstract
Grammatical Framework (GF) is a framework for building multilingual
grammar applications. Its main components are a functional
programming language and a resource library that contains the
linguistic details of many natural languages. GF has a rich type
system,
including dependent types and subtyping.
The first part of the talk is a general introduction to GF. The
second part is an introduction to subtyping using GF.