File Information
File: 05-lr/acl_arc_1_sum/cleansed_text/xml_by_section/intro/02/w02-0501_intro.xml
Size: 989 bytes
Last Modified: 2025-10-06 14:01:31
<?xml version="1.0" standalone="yes"?> <Paper uid="W02-0501"> <Title>Parsing Akkadian Verbs with Prolog</Title> <Section position="2" start_page="0" end_page="0" type="intro"> <SectionTitle> 1 Introduction </SectionTitle> <Paragraph position="0"> The goal of this research is to create a parser capable of taking a finite Akkadian verb, with some subset of direct-object, indirect-object, and ventive suffixes and returning the verb form, suffix form if applicable, and the radical stem.</Paragraph> <Paragraph position="1"> With the exception of the GUI, a Java wrapper running through a web-server, the program is written entirely in Prolog. The Definite Clause Grammar (DCG) rules that are used are an expansion of regular context-free grammars; they define a set of one or more expansions from a set of variables to a complete form. The program also functions as a generator of finite verbal forms, as the rules can both generate and recognize forms.</Paragraph> </Section> class="xml-element"></Paper>