<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title type="full">
                    <title type="main">Multi-format publishing and repurposing of historical linguistics data</title>
                    <title type="sub"/>
                </title>
                <author>
                    <persName>
                        <surname>Bermúdez-Sabel</surname>
                        <forename>Helena</forename>
                    </persName>
                    <affiliation>University of Neuchâtel, Switzerland</affiliation>
                    <email>helena.bermudez@unine.ch</email>
                </author>
            </titleStmt>
            <editionStmt>
                <edition>
                    <date>2021-06-04T10:21:01.247710464</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 an OASIS Open 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>Short Paper</term>
                </keywords>
                <keywords scheme="ConfTool" n="keywords">
                    <term>corpus linguistics</term>
                    <term>historical linguistics</term>
                    <term>semantic annotation</term>
                    <term>interoperabilty</term>
                </keywords>
                <keywords scheme="ConfTool" n="topics">
                    <term>Conversion</term>
                    <term>Gathering</term>
                    <term>Programming</term>
                    <term>Web development</term>
                    <term>Annotating</term>
                    <term>Content Analysis</term>
                    <term>Structural Analysis</term>
                    <term>Visualization</term>
                    <term>Modeling</term>
                    <term>Organizing</term>
                    <term>Publishing</term>
                    <term>Sharing</term>
                    <term>Meta: ProjectManagement</term>
                    <term>Text</term>
                    <term>Visualisation</term>
                    <term>Language</term>
                    <term>Metadata</term>
                    <term>Research</term>
                    <term>Data</term>
                    <term>English</term>
                </keywords>
            </textClass>
        </profileDesc>
    </teiHeader>
    <text>
        <body>
            <div type="div1" rend="DH-Heading1">
                <head>Introduction</head>
                <p>This paper stems from a project that studies modality in Latin from a diachronic
                    perspective (WoPoss 2019).<note xml:id="ftn1" place="foot" n="1">This work is
                        supported by the Swiss National Science Foundation [176778] and led by
                        Francesca Dell’Oro at the University of Neuchâtel.</note> We present the
                    outputs produced by the project and how they are tailored to different purposes.
                    Our strategy can be easily implemented by other projects dealing with similar
                    issues: heterogeneous sources and multiple layers of annotation that require
                    different workflows (e.g., the combination of automatic and manual annotation). </p>
                <p>In recent years, much focus was put into the definition of data management practices in the scientific context. A significant milestone in the creation of a common framework for the construction and administration of scientific data was reached with the publication of the FAIR principles (Wilkinson et al. 2016). In addition to these cross-disciplinary guidelines, specific recommendations that cover the particularities of Humanities research have been presented (Harrower et al. 2020). Thus, complying with the principles of open science, our project has been implementing data sharing policies from its early stages (Dell’Oro et al. 2020).</p>
                <p>We will first present the different phases in which our data processing is articulated. We will then focus on how the publication of our materials in multiple formats increases its reusability and interoperability.</p>
            </div>
            <div type="div1" rend="DH-Heading1">
                <head>An open science workflow</head>
                <p>Our data collection begins by gathering an initial dataset from different open, online resources. Besides taking into consideration the diachronic perspective, we are interested in semantic change that may have emerged in any of the Latin varieties. This means that our corpus needs to be representative in terms of chronology, provenance, source typology and textual genre, among other sociolinguistic factors. This requirement compels us to collect texts from heterogeneous resources that provide their data in different formats. The collected texts are converted into plain text, but pseudo-markup is added to preserve relevant information that was previously described in the markup.</p>
                <p>These plain text files are then automatically annotated using Stanza (Qi et al. 2020). The results are output in CONLL-U format (Universal Dependencies contributors 2020). These files are then uploaded to the annotation platform INCEpTION (Klie et al. 2018). Using this platform, we annotate each modal passage according to our 
                    <hi rend="italic">Guidelines</hi> (Dell’Oro 2019). A modal passage is identified on the basis of the presence of a predefined list of modal markers (eg. the verb 
                    <hi rend="italic">possum</hi> or the gerundive suffix 
                    <hi rend="italic">-ndum</hi>) (Fig. 1).
                </p>
                
                    <figure>
                        <graphic url="Pictures/328f59b00092453012206c3060c0d29d.png"/>                       
                    </figure>
                <p>After the annotation is curated, the results are exported in the UIMA CAS XMI format; the advantages of this format to formalize linguistic annotations are discussed in Eckart de Castillo et al. (2017). UIMA provides a standard for annotating unstructured data that enables the interaction between multiple layers of annotation, and CAS is the data structure through which all UIMA components communicate.</p>
                <p>Example of modal passages annotated in INCEpTION</p>
                <p>Although UIMA CAS XMI is a format used in the NLP community, its use is not as widespread among Humanities researchers as other formats. Thus, to increase the reusability of our dataset, we perform a post-processing that transforms this format into TEI. Our initial pseudo-markup also gets formalized as TEI elements at this stage. Metadata about the work (including information about the author) is also included, together with philological information provided by our annotators during the annotation process (in particular, in the case the used text deviates from the edition of reference we have chosen).</p>
                <p>Together with the annotation, we also make a detailed study of the modal markers focusing on their semantic change. The purpose of this study is twofold: First, enriching the annotation by adding the most ancient modal meaning of each marker. Second, creating diachronic interactive visualizations of the semantics of each marker (Bermúdez-Sabel et al. 2020). These maps will be enhanced with the results of our empirical corpus-based analysis, once the annotation will be completed.</p>
                <p>In addition, we will create an ontology, compliant with the Linking Latin (LiLa) model (Passarotti et al. 2020). Our goal is to convert our annotations to an RDF serialization that can be integrated in the LiLa Knowledge Base.</p>
                <p>The complete annotated dataset will be accessible through a user-friendly interface (GUI) with faceted search, which will exhibit and exploit the fine-grained annotation. All the code and the resources that are used during development are open-source (WoPoss 2020). Our own programs are made openly available, and all external software the project relies on is also open source.</p>
            </div>
            <div type="div1" rend="DH-Heading1">
                <head>Multi-format publishing as a reusability strategy</head>
                <p>The use of open standards is key for data sharing (Harrower et al. 2020: 19–20). We publish our data in different formats so that they can be repurposed according to the needs of different communities:</p>
                <list type="unordered">
                    <item>Plain text version of the source texts. As the input format of many computational resources, this can be helpful also for literary and historical research.</item>
                    <item>Diachronic modal semantic maps in JSON, SVG, and PNG (WoPoss 2021). They are useful for researchers of any field working with natural language, like history or philology, and they are also appropriate for conveying complex semantic concepts to students, thanks to the readability of the visual representation.</item>
                    <item>Linguistically annotated materials (lemmata, part of speech and morphological features) in CONLL-U format. These materials can be used to add other layers of annotation.</item>
                    <item>Semantically annotated modal passages in:
                        <list type="unordered">
                            <item>UIMA CAS XMI, intended for the NLP community.</item>
                            <item>TEI, to promote usability among the Humanities community.</item>
                            <item>RDF/XML: the publication as Linked Open Data increases interoperability besides bringing to the corpus the advantages of the Semantic Web ecosystem.</item>
                        </list>
                    </item>
                    <item>Data access through a GUI to serve both a scientific and a non-specialized community.</item>
                    <item>Web application. The dataset and the functionalities of the interface will be published as an eXist-DB application (Siegel / Retter 2014) so anybody can locally install it and, for example, increase the dataset with their own materials.</item>
                </list>
            </div>
            <div type="div1" rend="DH-Heading1">
                <head>Conclusion</head>
                <p>In this paper we discussed the advantages of publishing in different formats, at every step of development, the data constructed in the context of a historical linguistics project. We argue that this strategy increases the possibility of repurposing data, thus becoming a more useful asset to the scientific community.</p>
            </div>
        </body>
        <back>
            <div type="bibliogr">
                <listBibl>
                    <head>Bibliography</head>
                    <bibl>
                        <hi rend="bold">Bermúdez-Sabel, Helena</hi> / <hi rend="bold">Dell’Oro,
                            Francesca</hi> / <hi rend="bold">Marongiu, Paola</hi> (2020):
                        "Visualisation of Semantic Shifts: The Case of Modal Markers", in: Estill,
                        Laura / Guiliano, Jeniffer (eds.): <hi rend="italic">15th Annual
                            International Conference of the Alliance of Digital Humanities
                            Organizations, DH 2020</hi>. Conference Abstracts, Ottawa, Canada July
                        20-25, 2020 DOI: 10.17613/SCY4-BR70 &lt;<ref
                            target="https://dh2020.adho.org/wp-content/uploads/2020/07/165_Visualisationofsemanticshiftsthecaseofmodalmarkers.html"
                            >https://dh2020.adho.org/wp-content/uploads/2020/07/165_Visualisationofsemanticshiftsthecaseofmodalmarkers.html</ref>&gt;
                        [25.05.2021]. </bibl>
                    <bibl>
                        <hi rend="bold">Dell’Oro, Francesca</hi> (2019): <hi rend="italic">WoPoss
                            Guidelines for Annotation</hi>. DOI: 10.5281/zenodo.3560950. </bibl>
                    <bibl>
                        <hi rend="bold">Dell’Oro, Francesca</hi> / <hi rend="bold">Bermúdez Sabel,
                            Helena</hi> / <hi rend="bold">Marongiu, Paola</hi> (2020): "Implemented
                        to Be Shared: The WoPoss Annotation of Semantic Modality in a Latin
                        Diachronic Corpus", in: Gabay, Simon / Herrmann, Berenike / Hodel, Tobias /
                        Schulthess, Sara / Spadini, Elena / Tasovac, Toma (eds.): <hi rend="italic"
                            >Sharing the Experience: Workflows for the Digital Humanities</hi>.
                        Proceedings of the DARIAH-CH Workshop 2019 (Neuchâtel), Neuchâtel,
                        Switzerland, December 2019 DOI: 10.5281/zenodo.3739440. </bibl>
                    <bibl>
                        <hi rend="bold">Eckart de Castilho, Richard</hi> / <hi rend="bold">Ide,
                            Nancy</hi> / <hi rend="bold">Lapponi, Emanuele </hi> / <hi rend="bold"
                            >Oepen, Stephan</hi> / <hi rend="bold">Suderman, Keith</hi> / <hi
                            rend="bold">Velldal, Erik</hi> / <hi rend="bold">Verhagen, Marc
                        </hi>(2017): "Representation and Interchange of Linguistic Annotation. An
                        In-Depth, Side-by-Side Comparison of Three Designs", in: Association for
                        Computational Linguistics (ed.): <hi rend="italic">Proceedings of the 11th
                            Linguistic Annotation Workshop</hi>. Valencia, Spain, April 2017 67–75
                        DOI: 10.18653/v1/W17-0808. </bibl>
                    <bibl>
                        <hi rend="bold">Harrower, Natalie</hi> / <hi rend="bold">Maryl, Maciej</hi>
                        / <hi rend="bold">Biro, Timea / Immenhauser, Beat</hi> (2020): <hi
                            rend="italic">Sustainable and FAIR Data Sharing in the Humanities:
                            Recommendations of the ALLEA Working Group E-Humanities</hi>. Berlin:
                        ALLEA Working Group E-Humanities DOI: 10.7486/DRI.TQ582C863. </bibl>
                    <bibl>
                        <hi rend="bold">Klie, Jan-Christoph</hi> / <hi rend="bold">Bugert,
                            Michael</hi> / <hi rend="bold">Boullosa, Beto</hi> / <hi rend="bold"
                            >Eckart de Castilho, Richard</hi> / <hi rend="bold">Gurevych, Iryna</hi>
                        (2018): "The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented
                        Interactive Annotation", in: Association for Computational Linguistics
                        (ed.): <hi rend="italic">Proceedings of the 27th International Conference on
                            Computational Linguistics: System Demonstrations</hi>. August 2018 5–9
                            &lt;<ref target="http://tubiblio.ulb.tu-darmstadt.de/106270/"
                            >http://tubiblio.ulb.tu-darmstadt.de/106270/</ref>&gt; [25.05.2021]. </bibl>
                    <bibl>
                        <hi rend="bold">Passarotti, Marco</hi> / <hi rend="bold">Mambrini,
                            Francesco</hi> / <hi rend="bold">Franzini, Greta</hi> / <hi rend="bold"
                            >Cecchini, Flavio M.</hi> / <hi rend="bold">Litta, Eleonora</hi> / <hi
                            rend="bold">Moretti, Giovanni</hi> / <hi rend="bold">Ruffolo, Paolo</hi>
                        / <hi rend="bold">Sprugnoli, Rachele</hi> (2020): "Interlinking through
                        Lemmas. The Lexical Collection of the LiLa Knowledge Base of Linguistic
                        Resources for Latin", in: <hi rend="italic">Studi e Saggi Linguistici</hi>
                        58, 1: 177–212 DOI: 10.4454/ssl.v58i1.277. </bibl>
                    <bibl>
                        <hi rend="bold">Qi, Peng</hi> / <hi rend="bold">Zhang, Yuhao</hi> / <hi
                            rend="bold">Zhang,Yuhui</hi> / <hi rend="bold">Bolton, Jason</hi> / <hi
                            rend="bold">Manning, Christopher D.</hi> (2020): "Stanza: A Python
                        Natural Language Processing Toolkit for Many Human Languages", in:
                        Association for Computational Linguistics (ed.): <hi rend="italic"
                            >Proceedings of the 58th Annual Meeting of the Association for
                            Computational Linguistics: System Demonstrations</hi>, July 2020 101–108
                            &lt;<ref target="https://nlp.stanford.edu/pubs/qi2020stanza.pdf"
                            >https://nlp.stanford.edu/pubs/qi2020stanza.pdf</ref>&gt; [25.05.2021]. </bibl>
                    <bibl>
                        <hi rend="bold">Siegel, Erik</hi> / <hi rend="bold">Retter, Adam</hi>
                        (2014): <hi rend="italic">EXist: A NoSQL Document Database and Application
                            Platform</hi>. Sebastopol, California: O’Reilly Media. </bibl>
                    <bibl>
                        <hi rend="bold">Universal Dependencies contributors</hi> (2020): <hi
                            rend="italic">CoNLL-U Format</hi> &lt;<ref
                            target="https://universaldependencies.org/format.html"
                            >https://universaldependencies.org/format.html</ref>&gt; [25.05.2021]. </bibl>
                    <bibl>
                        <hi rend="bold">Wilkinson, Mark D. et al.</hi> (2016): "The FAIR Guiding
                        Principles for Scientific Data Management and Stewardship", in: <hi
                            rend="italic">Scientific Data</hi> 3: 160018 DOI: 10.1038/sdata.2016.18. </bibl>
                    <bibl>
                        <hi rend="bold">WoPoss</hi> (2019): <hi rend="italic">A World of
                            Possibilities</hi>. Modal Pathways over an Extra-Long Period of Time.
                        The Diachrony of Modality in the Latin Language
                        &lt;<ref target="https://woposs.unine.ch">https://woposs.unine.ch</ref>&gt; [25.05.2021]. </bibl>
                    <bibl>
                        <hi rend="bold">WoPoss</hi> (2021): <hi rend="italic">The Interactive
                            Visualisation of Semantic Modal Shifts</hi>
                        &lt;<ref target="https://woposs.unine.ch/semantic-modal-maps.php">https://woposs.unine.ch/semantic-modal-maps.php</ref>&gt; [25.05.2021]. </bibl>
                    <bibl>
                        <hi rend="bold">WoPoss </hi>(2020): <hi rend="italic">WoPoss – GitHub</hi>
                        &lt;<ref target="https://github.com/WoPoss-project">https://github.com/WoPoss-project</ref>&gt; [25.05.2021]. </bibl>
                </listBibl>
            </div>
        </back>
    </text>
</TEI>
