<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title>Deriving a Morphophonological Lexicon for German</title>
                <author>
                    <persName>
                        <surname>Steiner</surname>
                        <forename>Petra</forename>
                    </persName>
                    <affiliation>University of Bayreuth, Germany</affiliation>
                    <email>petra.steiner@uni-bayreuth.de</email>
                </author>
            </titleStmt>
            <editionStmt>
                <edition>
                    <date>2023-01-07T15:35:00Z</date>
                </edition>
            </editionStmt>
            <publicationStmt>
                <publisher>Elisabeth Burr, University of Leipzig</publisher>
                <address>
                    <addrLine>Beethovenstr. 15</addrLine>
                    <addrLine>04107 Leipzig</addrLine>
                    <addrLine>Germany</addrLine>
                    <addrLine>Elisabeth Burr</addrLine>
                </address>
            </publicationStmt>
            <sourceDesc>
                <p>Converted from a Word document</p>
            </sourceDesc>
        </fileDesc>
        <encodingDesc>
            <appInfo>
                <application ident="DHCONVALIDATOR" version="1.22">
                    <label>DHConvalidator</label>
                </application>
            </appInfo>
        </encodingDesc>
        <profileDesc>
            <textClass>
                <keywords scheme="ConfTool" n="category">
                    <term>Paper</term>
                </keywords>
                <keywords scheme="ConfTool" n="subcategory">
                    <term>Poster Presentation</term>
                </keywords>
                <keywords scheme="ConfTool" n="keywords">
                    <term>Morphology</term>
                    <term>Phonology</term>
                    <term>German</term>
                    <term>lexicon</term>
                </keywords>
                <keywords scheme="ConfTool" n="topics">
                    <term>Conversion</term>
                    <term>Programming</term>
                    <term>Cleanup</term>
                    <term>Structural Analysis</term>
                    <term>Text</term>
                    <term>Language</term>
                    <term>Data</term>
                    <term>not applicable</term>
                    <term>not applicable</term>
                    <term>not applicable</term>
                    <term>not applicable</term>
                    <term>English</term>
                </keywords>
            </textClass>
        </profileDesc>
    </teiHeader>
    <text>
        <body>
            <div type="div1" rend="DH-Heading1">
                <head>Introduction</head>
                <p>High-quality morphophonological data is an asset for research and work on transcriptions as well as a basis for text-to-speech generation. Building a database of a basic inventory of phonemic and phonological information opens new ways not just for grapheme-to-phoneme alignment but also for refined searches in language data.</p>
                <p>This poster presents a morphophonological lexicon for German derived from the standard lexical resource CELEX (Baayen et al. 1995), which includes derivations of morphological hierarchical structures. Other freely available tools mostly use grapheme-to-phoneme conversion based on contextual information (Kisler et al. 2016; Reichel 2012; Reichel / Kisler 2014), word similarity (Marchand / Damper 2000), or probabilistic approaches (Bisani / Ney 2008; Reichel 2012).
                    <note place="foot" xml:id="ftn1" n="1">
                        <p> See Bisani / Ney (2008), and Kuligowska et al. (2018) for an overview and reviews of different systems.</p>
                    </note> Schröder / Trouvain (2003) derive their pronunciation lexicon from CELEX, by using grapheme-to-phoneme conversion as back-off method for unknown words. However, the performance for compounds and other unknown words yields an error rate of over 50% (Burkhardt / Reichel 2016).
                </p>
                <p>Our method combines the refurbished version of the
                    phonological part of CELEX for German (CELEX-G), a lexicon of morphological
                    structures for German derivatives and compounds (Steiner 2019a), and a
                    recursively morphological analyser based on the morphological tool SMOR (Schmid
                    et al. 2004). The scripts are publicly available on github at
                    <ref target="https://github.com/petrasteiner/morphology">https://github.com/petrasteiner/morphology</ref>.  </p>
            </div>
            <div type="div1" rend="DH-Heading1">
                <head>Data situation</head>
                <p>CELEX has a long history and can be considered a very solid standard for building morphological resources. The phonological part comprises phonological analyses of German in combination with morphological boundaries. As the resource was developed in the nineties, its encoding and spelling are outdated. Another issue is morphological analysis on a deep level which is oriented towards diachronic description. In analogy to the morphological structures in the respective CELEX-G entries, these are acceptable conversions from a diachronic point of view but are not useful for modern applications. Therefore, phonological and morphological data have to be transferred to a synchronic form of description.</p>
                <p>For instance, the immediate constituents of 
                    <hi rend="italic">Abschlussprüfung</hi> ‘final exam’ are 
                    <hi rend="italic">Abschluss</hi> ‘conclusion’ and 
                    <hi rend="italic">Prüfung</hi> ‘exam’ (1). 
                    <hi rend="italic">Abschluss</hi> is a derivative of the verb 
                    <hi rend="italic">schließen</hi> ‘to close’. It is a result of ablaut alternation and thus leads to spelling variants of 
                    <hi rend="italic">ss</hi> vs. 
                    <hi rend="italic">ß</hi>. This kind of morphological derivation is also mirrored in the morphophonological analyses of the German phonological lemmas as in (2) which shows an extract of the data:
                </p>
                <p>(1) 605\Abschlussprüfung\Abschluss+Prüfung\</p>
                <p>((((ab)[V|.V],(schließ)[V])[V])[N], ((prüf)[V],(ung)[N|V.])[N])</p>
                <p>(2) 605\14\Abschlussprüfung\’&amp;p-SlUs-pry-fUN\[ap][SlUs][pry:][fUN]\[...] [VC][CCVC][CCVV][CVC]\ap#Sli:s#pry:f+UN</p>
                <p>Here, [SlUs] is analyzed as a noun which is formed by a (historical) conversion of the verb stem [Sli:s]. This might be interesting for the study of sound shifts. However, for many applications this representation is inadequate. Therefore, this kind of information had to be changed systematically.</p>
            </div>
            <div type="div1" rend="DH-Heading1">
                <head>Conversion to new standards</head>
                <p>The procedure started with changing the orthographic part of the CELEX database to modern standards, by transforming outdated encodings and spelling variants on the basis of the Duden (Dudenredaktion 2013). 10,649 changes within the entries were performed.</p>
                <p>Our aim is to reconstruct the surface form from the lemma and the phonemic information. To find differences between these, we checked each entry by transforming its phonetic and its morphophonological information and then comparing the results of the transformations. The transformations include the German 
                    <hi rend="italic">Auslautverhärtung</hi> (terminal consonant devoicing) as in (3) or an addition of schwa for derived nouns, for instance 
                    <hi rend="italic">bürst</hi> ‘verb stem of to brush’ and 
                    <hi rend="italic">Bürste</hi> ‘brush
                    <hi rend="italic subscript">N</hi>’ (4). The examples contrast the phonetic and the phonemic representations of the lexemes. No change of the structure is necessary, if both forms are equal or similar according to the transformation rules.
                </p>
                <p>(3) Abendbrot ‘evening meal’ [a:][b@nt][bro:t] vs. a:b@nd#bro:t</p>
                <p>(4) bürsten ‘to brush’ / Bürste ‘brush
                    <hi rend="italic">N</hi>’ - [bYrst] vs. bYrst@
                </p>
                <p>The entries with differing analyses were then changed by substitution rules which were partially built on the foundation of Ablaut series and partially deduced otherwise. The generated morphophonological structure of 
                    <hi rend="italic">Abschlussprüfung</hi> is presented in Figure 1.
                </p>
                <figure>
                    <graphic n="1001" width="12.122727777777778cm" height="2.6439083333333335cm" url="Pictures/d6edf873ba8cae346d74a0145dd91432.jpg" rend="inline"/>
                </figure>
                <p>Figure 1: Surface structure for the morphophonological analysis of 
                    <hi rend="italic">Abschlussprüfung</hi> ‘final exam’
                </p>
            </div>
            <div type="div1" rend="DH-Heading1">
                <head>Results</head>
                <p>We checked the coverage of these forms for the 
                    <hi rend="italic">Korpus Magazin Lufthansa Bordbuch (MLD)</hi>, which is part of the DeReKo-2016-I (Institut für Deutsche Sprache 2016) corpus (Kupietz et al. 2010), an in-flight magazine with articles on traveling, consumption, and aviation. The corpus comprises 38,319 word-form types, of which only 8,621 (22.50%) were covered by CELEX-D. As the newly generated lexicon comprises a basic vocabulary, the coverage of the word-form tokens coverage is almost doubled (41.01%).
                </p>
                <p>The remaining 29,313 lemmas were analyzed by a combination of the morphological tool SMOR (Schmid et al. 2004) and a tool for the disambiguation and derivation of their hierarchical word structures by using morphological databases (Steiner 2019a) and exploiting co-occurrences within a large Wikipedia corpus (Steiner 2019b). This yielded a coverage of 93% correct analyses. The newly gained morphophonological descriptions can be added to the lexicon.</p>
            </div>
            <div type="div1" rend="DH-Heading1">
                <head>Acknowledgements</head>
                <p>This article is the outcome of research conducted within the Africa Multiple Cluster of Excellence at the University of Bayreuth, funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germany’s Excellence Strategy – EXC 2052/1 – 390713894. Many thanks go to Pia Bergmann from the Friedrich-Schiller-Universität Jena who gave me valuable feedback and motivation for this project.</p>
            </div>
        </body>
        <back>
            <div type="bibliogr">
                <listBibl>
                    <head>Bibliography</head>
                    <bibl>
                        <hi rend="bold">Baayen, Harald</hi> / <hi rend="bold">Piepenbrock,
                            Richard</hi> / <hi rend="bold">Gulikers, Léon </hi>(1995): <hi
                            rend="italic">The CELEX lexical database (CD-ROM)</hi>. Philadelphia,
                        PA. </bibl>
                    <bibl>
                        <hi rend="bold">Bisani, Maximilian</hi> / <hi rend="bold">Ney, Hermann
                        </hi>(2008): “Joint-sequence models for grapheme-to-phoneme conversion”, in:
                            <hi rend="italic">Speech Communication </hi>50, 5: 434–451 doi: <ref
                            target="https://doi.org/10.1016/j.specom.2008.01.002"
                            >10.1016/j.specom.2008.01.002</ref>. </bibl>
                    <bibl>
                        <hi rend="bold">Burkhardt, Felix</hi> / <hi rend="bold">Reichel, Uwe D.
                        </hi>(2016): “A Taxonomy of Specific Problem Classes in Text-to-Speech
                        Synthesis: Comparing Commercial and Open Source Performance”, in: European
                        Language Resources Association (ELRA) (ed.): <hi rend="italic">Proceedings
                            of the Tenth International Conference on Language Resources and
                            Evaluation (LREC’16)</hi>. Portorož, Slovenia 744–749 &lt;<ref
                            target="https://www.aclweb.org/anthology/L16-1118"
                            >https://www.aclweb.org/anthology/L16-1118</ref>&gt;. </bibl>
                    <bibl>
                        <hi rend="bold">Dudenredaktion</hi> (ed.) (<hi rend="superscript"
                        >26</hi>2013): <hi rend="italic">Duden, die deutsche Rechtschreibung: Auf
                            der Grundlage der aktuellen amtlichen Rechtschreibregeln</hi>. Der Duden
                        in zwölf Bänden das Standardwerk zur deutschen Sprache 1. Berlin:
                        Dudenverlag. </bibl>
                    <bibl>
                        <hi rend="bold">Institut für Deutsche Sprache </hi>(2016): <hi rend="italic"
                            >Deutsches Referenzkorpus / Archiv der Korpora geschriebener
                            Gegenwartssprache 2016-I</hi> (Release 31.03.2016). Mannheim &lt;<ref
                            target="http://www.ids-mannheim.de/DeReKo"
                            >www.ids-mannheim.de/DeReKo</ref>&gt;. </bibl>
                    <bibl>
                        <hi rend="bold">Kisler, Thomas</hi> / <hi rend="bold">Reichel, Uwe D.</hi> /
                            <hi rend="bold">Schiel, Florian</hi> / <hi rend="bold">Draxler,
                            Christoph</hi> / <hi rend="bold">Jackl, Bernhard</hi> / <hi rend="bold"
                            >Pörner, Nina </hi>(2016): “BAS Speech Science Web Services - an Update
                        of Current Developments”, in: European Language Resources Association (ELRA)
                        (ed.): <hi rend="italic">Proceedings of the Tenth International Conference
                            on Language Resources and Evaluation (LREC’16)</hi>. Portorož, Slovenia
                        3880–3885 &lt;<ref target="https://www.aclweb.org/anthology/L16-1614"
                            >https://www.aclweb.org/anthology/L16-1614</ref> &gt;. </bibl>
                    <bibl>
                        <hi rend="bold">Kuligowska, Karolina</hi> / <hi rend="bold">Kisielewicz,
                            Paweł</hi> / <hi rend="bold">Włodarz, Aleksandra </hi>(2018): “Speech
                        synthesis systems: disadvantages and limitations”, in: <hi rend="italic"
                            >International Journal of Engineering &amp; Technology </hi>7, 2.28:
                        234–239 doi: <ref target="https://doi.org/10.14419/ijet.v7i2.28.12933"
                            >10.14419/ijet.v7i2.28.12933</ref>. </bibl>
                    <bibl>
                        <hi rend="bold">Kupietz, Marc</hi> / <hi rend="bold">Belica, Cyril</hi> /
                            <hi rend="bold">Keibel, Holger</hi> / <hi rend="bold">Witt, Andreas
                        </hi>(2010): “The German Reference Corpus DeReKo: A Primordial Sample for
                        Linguistic Research”, in: European Language Resources Association (ELRA)
                        (ed.): <hi rend="italic">Proceedings of the Seventh International Conference
                            on Language Resources and Evaluation (LREC’10)</hi>. Valletta, Malta
                        1848–1854. </bibl>
                    <bibl>
                        <hi rend="bold">Marchand, Yannick</hi> / <hi rend="bold">Damper, Robert I.
                        </hi>(2000): “A Multi-Strategy Approach to Improving Pronunciation by
                        Analogy”, in: <hi rend="italic">Computational Linguistics </hi>26, 2:
                        195–219 doi: <ref target="https://doi.org/10.1162/089120100561674"
                            >10.1162/089120100561674</ref>. </bibl>
                    <bibl>
                        <hi rend="bold">Reichel, Uwe D. </hi>(2012): “PermA and Balloon: Tools for
                        string alignment and text processing”, in: <hi rend="italic">INTERSPEECH
                            2012</hi>, 13th Annual Conference of the International Speech
                        Communication Association, Portland, Oregon, USA, September 9-13, 2012. ISCA
                        1874–1877. &lt;<ref
                            target="http://www.isca-speech.org/archive/interspeech_2012/i12_1874.html"
                            >http://www.isca-speech.org/archive/interspeech_2012/i12_1874.html</ref>&gt;. </bibl>
                    <bibl>
                        <hi rend="bold">Reichel, Uwe D.</hi> / <hi rend="bold">Kisler, Thomas
                        </hi>(2014): “Language-Independent GraphemePhoneme Conversion and Word
                        Stress Assignment as a Web Service”, in: Rüdiger Hoffmann (ed.): <hi
                            rend="italic">Elektronische Sprachverarbeitung 2014</hi> (= Studientexte
                        zur Sprachkommunikation 71). Dresden: TUDpress 42–49 &lt;<ref
                            target="https://www.phonetik.uni-muenchen.de/~reichelu/publications/ReichelKislerESSV2014.pdf"
                            >https://www.phonetik.uni-muenchen.de/~reichelu/publications/ReichelKislerESSV2014.pdf</ref>&gt;. </bibl>
                    <bibl>
                        <hi rend="bold">Schmid, Helmut</hi> / <hi rend="bold"> Fitschen, Arne</hi> /
                            <hi rend="bold">Heid, Ulrich </hi>(2004): “SMOR: A German Computational
                        Morphology Covering Derivation, Composition and Inflection”, in: European
                        Language Resources Association (ELRA) (ed.):<hi rend="italic">Proceedings of
                            the Fourth International Conference on Language Resources and Evaluation
                            (LREC’04)</hi>. Lisbon, Portugal &lt;<ref
                            target="http://www.lrec-conf.org/proceedings/lrec2004/pdf/468.pdf"
                            >http://www.lrec-conf.org/proceedings/lrec2004/pdf/468.pdf</ref>&gt;. </bibl>
                    <bibl>
                        <hi rend="bold">Schröder, Marc</hi> / <hi rend="bold">Trouvain, Jürgen
                        </hi>(2003): “The German Text-to-Speech Synthesis System MARY: A Tool for
                        Research, Development and Teaching”, in: <hi rend="italic">International
                            Journal of Speech Technology </hi>6, 4: 365–377 doi: <ref
                            target="https://doi.org/10.1023/A:1025708916924"
                            >10.1023/A:1025708916924</ref>. </bibl>
                    <bibl>
                        <hi rend="bold">Steiner, Petra </hi>(2019a): “Augmenting a German
                        Morphological Database by Data-Intense Methods”, in: Association for
                        Computational Linguistics (ed.): <hi rend="italic">Proceedings of the 16th
                            Workshop on Computational Research in Phonetics, Phonology, and
                            Morphology</hi>. Florence, Italy 178–188 doi: <ref
                            target="https://doi.org/10.18653/v1/W19-4221">10.18653/v1/W19-4221</ref>
                            &lt;<ref target="https://www.aclweb.org/anthology/W19-4221"
                            >https://www.aclweb.org/anthology/W19-4221</ref>&gt;. </bibl>
                    <bibl>
                        <hi rend="bold">Steiner, Petra </hi>(2019b): “Combining Data-Intense and
                        Compute-Intense Methods for Fine-Grained Morphological Analyses”, in:
                        Faculty of Mathematics Charles University / Institute of Formal Physics /
                        Applied Linguistics (eds.): <hi rend="italic">Proceedings of the Second
                            International Workshop on Resources and Tools for Derivational
                            Morphology</hi>. Prague, Czechia 45–54 &lt;<ref
                            target="https://www.aclweb.org/anthology/W19-8506"
                            >https://www.aclweb.org/anthology/W19-8506</ref>&gt;. </bibl>
                </listBibl>
            </div>
        </back>
    </text>
</TEI>
