Skip to main content Skip to main navigation

Publikation

A Flexible Parser for a Linguistic Development Environment

Gregor Erbach
CLAUS-Report, Universität des Saarlandes, Vol. 9, 5/1991.

Zusammenfassung

We describe the parser of LEU/2, the Linguistic Experimentation Environment of the LILOG project. The parser is designed to support and encourage experimentation with different grammars, different styles of writing grammar, and with different parsing strategies. Unlike the parser of the first LILOG prototype, which was designed specifically for Categorial Unification Grammars, the present parser places hardly any restrictions on the format of the grammar, and also supports rules in ID/LP-format under two interpretations of LP statements. Empty categories can be processed. The parser includes a mechanism for processing unknown words, and for determining sentence boundaries in continuous text. The parser is a bottom-up chart parser for grammars encoded in STUF. Although the emphasis of the parser is on experimentation with different grammars rather than efficient analysis of texts, we have tried to make the parser as efficient as possible to make it a powerful experimentation tool for the grammar designer. In order to implement parsing strategies, the parsing process is decomposed into individual parsing tasks, which are placed onto an agenda according to their priority. This paper consists of two parts. In the first part, we discuss various choices in parser design, and motivate our design decisions by the use of the parser in a linguistic development environment. In the second part, the parser is described in more detail. Some familiarity with chart parsing is assumed.

Weitere Links