<?xml version="1.0" encoding="UTF-8"?>
<item xmlns="http://omeka.org/schemas/omeka-xml/v5" itemId="526" public="1" featured="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://omeka.org/schemas/omeka-xml/v5 http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd" uri="https://riseofthenovel.swarthmore.edu/items/show/526?output=omeka-xml" accessDate="2026-04-20T20:01:50+00:00">
  <collection collectionId="79">
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="3226">
                <text>Masquerades, or What you Will</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="3227">
                <text>Anonymous</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="3228">
                <text>Fall 2017</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="3229">
                <text>Matthew Parker</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </collection>
  <itemType itemTypeId="16">
    <name>Commentary</name>
    <description/>
    <elementContainer>
      <element elementId="1">
        <name>Text</name>
        <description>Any textual data included in the document.</description>
        <elementTextContainer>
          <elementText elementTextId="3244">
            <text>For my experimental bibliography, I decided to do computational text analysis of my novel. I started out by researching the methods and libraries to use for this, decided to use the NLTK and Gensim to perform latent Dirichlet allocation after researching different methods for textual analysis, and then coded a functional model using a small toy corpus and sample query text. The model produces the topic from the corpus most closely associated with a query text. Problems I encountered doing this were as follows: 1) To do computational text analysis, I needed a plaintext copy of my novel, and none currently existed. This major issue was somewhat mitigated by the existence of a plaintext copy of another novel by the same (anonymous) author. While the OCR isn't the best, I was able to obtain a relatively similar plaintext sample from Google books which I used in place of the original novel. Because of the computational complexity of the operations involved, the operation over the corpus is still in progress. Code can be found &lt;a title="here." href="https://github.com/mparker3/experimentalBibliography" target="_self"&gt;here.&lt;/a&gt;</text>
          </elementText>
        </elementTextContainer>
      </element>
      <element elementId="87">
        <name>Text Excerpt</name>
        <description>An excerpt of the full commentary.</description>
        <elementTextContainer>
          <elementText elementTextId="3245">
            <text>Modern NLP libraries were used to analyze historical works to identify trends in a given text compared to a large corpus</text>
          </elementText>
        </elementTextContainer>
      </element>
    </elementContainer>
  </itemType>
  <elementSetContainer>
    <elementSet elementSetId="1">
      <name>Dublin Core</name>
      <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
      <elementContainer>
        <element elementId="50">
          <name>Title</name>
          <description>A name given to the resource</description>
          <elementTextContainer>
            <elementText elementTextId="3240">
              <text>Parker Commentary</text>
            </elementText>
          </elementTextContainer>
        </element>
        <element elementId="39">
          <name>Creator</name>
          <description>An entity primarily responsible for making the resource</description>
          <elementTextContainer>
            <elementText elementTextId="3241">
              <text>Anonymous</text>
            </elementText>
          </elementTextContainer>
        </element>
        <element elementId="40">
          <name>Date</name>
          <description>A point or period of time associated with an event in the lifecycle of the resource</description>
          <elementTextContainer>
            <elementText elementTextId="3242">
              <text>Fall 2017</text>
            </elementText>
          </elementTextContainer>
        </element>
        <element elementId="37">
          <name>Contributor</name>
          <description>An entity responsible for making contributions to the resource</description>
          <elementTextContainer>
            <elementText elementTextId="3243">
              <text>Matthew Parker</text>
            </elementText>
          </elementTextContainer>
        </element>
      </elementContainer>
    </elementSet>
  </elementSetContainer>
</item>
