{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2015-06-25T15:04:02+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "qdap-qdapVersion2.1.0.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:24b1ec10aa2a54b5dcf91f82315af9a9",
        "ext": "zip",
        "id": "8aa8fd88-b988-4662-8ae2-9c30934c90f1",
        "key": "qdap-qdapVersion2.1.0.zip",
        "links": {
          "content": "https://zenodo.org/api/records/11124/files/qdap-qdapVersion2.1.0.zip/content",
          "self": "https://zenodo.org/api/records/11124/files/qdap-qdapVersion2.1.0.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 9808555,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 9808555
  },
  "id": "11124",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/11124/access",
    "access_grants": "https://zenodo.org/api/records/11124/access/grants",
    "access_links": "https://zenodo.org/api/records/11124/access/links",
    "access_request": "https://zenodo.org/api/records/11124/access/request",
    "access_users": "https://zenodo.org/api/records/11124/access/users",
    "archive": "https://zenodo.org/api/records/11124/files-archive",
    "archive_media": "https://zenodo.org/api/records/11124/media-files-archive",
    "communities": "https://zenodo.org/api/records/11124/communities",
    "communities-suggestions": "https://zenodo.org/api/records/11124/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.11124",
    "draft": "https://zenodo.org/api/records/11124/draft",
    "file_modification": "https://zenodo.org/api/records/11124/file-modification",
    "files": "https://zenodo.org/api/records/11124/files",
    "latest": "https://zenodo.org/api/records/11124/versions/latest",
    "latest_html": "https://zenodo.org/records/11124/latest",
    "media_files": "https://zenodo.org/api/records/11124/media-files",
    "parent": "https://zenodo.org/api/records/592474",
    "parent_doi": "https://doi.org/10.5281/zenodo.592474",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.592474",
    "parent_html": "https://zenodo.org/records/592474",
    "preview_html": "https://zenodo.org/records/11124?preview=1",
    "quota_increase": "https://zenodo.org/api/records/11124/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/11124/request-deletion",
    "requests": "https://zenodo.org/api/records/11124/requests",
    "reserve_doi": "https://zenodo.org/api/records/11124/draft/pids/doi",
    "self": "https://zenodo.org/api/records/11124",
    "self_doi": "https://doi.org/10.5281/zenodo.11124",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.11124",
    "self_html": "https://zenodo.org/records/11124",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:11124/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:11124/sequence/default",
    "versions": "https://zenodo.org/api/records/11124/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "creators": [
      {
        "affiliations": [
          {
            "name": "University at Buffalo"
          }
        ],
        "person_or_org": {
          "family_name": "Tyler Rinker",
          "name": "Tyler Rinker",
          "type": "personal"
        }
      },
      {
        "affiliations": [
          {
            "name": "Newcastle University"
          }
        ],
        "person_or_org": {
          "family_name": "Colin Gillespie",
          "name": "Colin Gillespie",
          "type": "personal"
        }
      },
      {
        "affiliations": [
          {
            "name": "Google"
          }
        ],
        "person_or_org": {
          "family_name": "Craig Citro",
          "name": "Craig Citro",
          "type": "personal"
        }
      }
    ],
    "description": "<a name=\"user-content-changes-in-qdap-version-211\" class=\"anchor\" href=\"#changes-in-qdap-version-211\"></a>\n<strong>CHANGES</strong> IN <a href=\"https://github.com/trinker/qdap\">qdap</a> VERSION 2.1.1\n\n<p><strong>BUG FIXES</strong></p>\n\n<ul>\n<li><p>syllable_count returned the sentence (recycled) in the words column of the\noutput.  This behavior has been fixed.  See GitHub <a href=\"https://github.com/trinker/qdap/issues/188\">issue #188</a> for details.</p></li>\n<li><p>syn returned antonyms for some words.  This was caused by the dictionary:\nqdapDictionaries::key.syn contained antonyms and elemets the were error \nmessages (character).  This has been fixed.  Reference <a href=\"https://github.com/trinker/qdap/issues/190\">issue #190</a>. (Jingjing Zou)</p></li>\n<li><p>The pres_debates2012 data set contained three errors in speech attribution.\nThis has been corrected and the turn of talk (tot) as well.</p></li>\n<li><p>word_stats would throw an error if no poly-syllable words existed.  This has \nbeen corrected (reported by Nicolas Turenne).</p></li>\n</ul><p><strong>NEW FEATURES</strong></p>\n\n<ul>\n<li><p>qdap_df and %&amp;% added to mimic some of the functionality of dplyr's \ntbl_df and chaining pipe in a more specific, less flexible, qdap oriented \nway.</p></li>\n<li><p>Text added to view and change the text.var attribute of a data.frame of \nthe classqdap_df`.</p></li>\n<li><p>cumulative generic method added to view cumulative scores over time.</p></li>\n<li><p>formality picks up a cumulative method.</p></li>\n<li><p>polarity picks up a cumulative method.</p></li>\n<li><p>end_mark picks up a class (end_mark), plot method, and a cumulative \nmethod.</p></li>\n<li><p>syllable_sum, polysyllable_sum, and combo_syllable_sum pick up a \nclass, plot method, and a cumulative method.</p></li>\n<li><p>wfm becomes a generic method currently applied to a text.var that is:\ncharacter, factor (coerced to character), or wfdf.</p></li>\n<li><p>unbag added as a compliment to bag_o_words and friends for undoing string \nsplitting.  A convenience wrapper for paste(collapse = &quot; &quot;).</p></li>\n<li><p>as.Corpus.TermDocumentMatrix, as.Corpus.DocumentTermMatrix, and \nas.Corpus.wfm added to convert a matrix format to a tm::Corpus.</p></li>\n<li><p>exclude becomes a generic method for various classes.  Functionality is the \nsame but with improved code readability.</p></li>\n<li><p>check_spelling_interactive, check_spelling, which_misspelled, and \ncorrect allow the user to identify potentially misspelled words and \noptionally suggest replacements.</p></li>\n<li><p>random_data &amp; random_sent added to generate random sentence data sets and \nvectors.</p></li>\n<li><p>comma_spacer added to ensure strings with commas contain a space after them.</p></li>\n<li><p>check_text added to identify potential problems in text.</p></li>\n<li><p>replace_ordinal added to convert ordinal representations of 1 through 100 to\nstrictly ordinal text (e.g., &quot;1st&quot; becomes &quot;first&quot;).</p></li>\n<li><p>A vignette: Cleaning Text &amp; Debugging was added to assist users with \ncleaning and debugging problems in qdap.</p></li>\n<li><p>pronoun_type, and subject_pronoun_type, object_pronoun_type added to \nexamine usage of subject/object pronouns by grouping variable.</p></li>\n</ul><p><strong>MINOR FEATURES</strong></p>\n\n<ul>\n<li>\ndplyr's chaining pipe imported for convenience.  See \n<a href=\"http://www.rdocumentation.org/packages/magrittr/functions/magrittr\"></a><a href=\"http://www.rdocumentation.org/packages/magrittr/functions/magrittr\">http://www.rdocumentation.org/packages/magrittr/functions/magrittr</a> for details.</li>\n</ul><p><strong>IMPROVEMENTS</strong></p>\n\n<ul>\n<li><p>wfm gains a speedup through generic classes and tm package integration \n(strip is no longer used in wfm).</p></li>\n<li><p>as.tdm.character and as.dtm.character gain a speed boost with a tm \npackage integration.</p></li>\n<li><p>Added message to as.data.frame.Corpus for missing end-marks suggesting the \nuse of: sent.split = FALSE.</p></li>\n<li><p>as.Corpus familiy of functions didn't necessarily respect document names and\nsometimes used numeric sequence instead.  The introduction of a reader via\ntm::readTabular has fixed this.</p></li>\n<li><p>sentSplit now gives warnings for text that may contain anomalies such as:\nnon-ASCII characters, factors, missing punctuation, empty cells, and no \nalphabetic characters found.</p></li>\n<li><p>read.transcript now gives a warning when reading from a .docx file and the \nseparator (sep) used is still found in the text as this may indicate the \ndata did not split correctly.</p></li>\n<li><p>dispersion_plot now takes a named list of vectors of terms as the argument to \nmatch.terms.  The vectors are combined as a unified theme named with the \nnames of the list supplied to match.terms.</p></li>\n</ul><p><strong>CHANGES</strong></p>\n\n<ul>\n<li><p>as.data.frame.Corpus's default value for sent.split is now FALSE.</p></li>\n<li><p>The state column in the qdap::DATA2 data-set is now character (previously \nfactor).</p></li>\n</ul>",
    "publication_date": "2014-08-02",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/trinker/qdap/tree/qdapVersion2.1.0",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "other-open",
        "title": {
          "en": "Other (Open)"
        }
      }
    ],
    "title": "qdap Version 2.1.0",
    "version": "qdapVersion2.1.0"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "5398"
      }
    },
    "communities": {},
    "id": "592474",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.592474",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.11124",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:11124",
      "provider": "oai"
    }
  },
  "revision_id": 11,
  "stats": {
    "all_versions": {
      "data_volume": 1040161954.0,
      "downloads": 106,
      "unique_downloads": 105,
      "unique_views": 1150,
      "views": 1199
    },
    "this_version": {
      "data_volume": 588513300.0,
      "downloads": 60,
      "unique_downloads": 59,
      "unique_views": 613,
      "views": 646
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2020-01-25T07:25:17.116716+00:00",
  "versions": {
    "index": 1,
    "is_latest": false
  }
}