{
  "metadata": {
    "title": "Number frequency in the King James Bible",
    "doi": "10.5281/zenodo.21968922",
    "doiUrl": "https://doi.org/10.5281/zenodo.21968922",
    "description": "How often each number is used in the KJV, parsed from spelled-out numerals including compound forms such as 'six hundred threescore and six'. Cardinals are the primary series; ordinals are counted separately as a robustness check.",
    "corpus": {
      "text": "King James Version",
      "edition": "Project Gutenberg ebook #10",
      "sourceUrl": "https://www.gutenberg.org/cache/epub/10/pg10.txt",
      "caveat": "This measures a 1611 English translation, not the Hebrew and Greek. Biblical Hebrew writes numbers as words rather than numerals, so a translation's choices affect every count here."
    },
    "method": {
      "parser": "compound-numeral evaluation (adders accumulate, hundred scales, thousand banks)",
      "normalisation": "whitespace collapsed before matching; the source wraps lines mid-phrase",
      "excluded": [
        "The standalone value 1 is unreliable: 'one' is also a pronoun and an article in English ('no one', 'one of them'). It is parsed so that compounds resolve, but is excluded from the curve.",
        "Project Gutenberg's header and licence text are stripped before counting."
      ],
      "distributives": "'two and two' and the like are split rather than summed — they are distributive, not compound."
    },
    "excludedFromSeries": {
      "1": 1941
    },
    "neighbourRatios": {
      "seven": 5.53,
      "twelve": 8.91,
      "forty": 1.14,
      "ten": 9.26
    },
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "source": "https://numeluna.com/bible-number-meanings/"
  },
  "counts": [
    {
      "number": 2,
      "cardinal": 639,
      "ordinal": 188
    },
    {
      "number": 3,
      "cardinal": 358,
      "ordinal": 187
    },
    {
      "number": 4,
      "cardinal": 203,
      "ordinal": 87
    },
    {
      "number": 5,
      "cardinal": 185,
      "ordinal": 63
    },
    {
      "number": 6,
      "cardinal": 103,
      "ordinal": 47
    },
    {
      "number": 7,
      "cardinal": 376,
      "ordinal": 120
    },
    {
      "number": 8,
      "cardinal": 33,
      "ordinal": 39
    },
    {
      "number": 9,
      "cardinal": 17,
      "ordinal": 34
    },
    {
      "number": 10,
      "cardinal": 176,
      "ordinal": 81
    },
    {
      "number": 11,
      "cardinal": 21,
      "ordinal": 20
    },
    {
      "number": 12,
      "cardinal": 156,
      "ordinal": 23
    },
    {
      "number": 13,
      "cardinal": 14,
      "ordinal": 11
    },
    {
      "number": 20,
      "cardinal": 114,
      "ordinal": 36
    },
    {
      "number": 30,
      "cardinal": 80,
      "ordinal": 9
    },
    {
      "number": 40,
      "cardinal": 93,
      "ordinal": 4
    },
    {
      "number": 50,
      "cardinal": 83,
      "ordinal": 4
    },
    {
      "number": 60,
      "cardinal": 31,
      "ordinal": 0
    },
    {
      "number": 70,
      "cardinal": 60,
      "ordinal": 0
    },
    {
      "number": 100,
      "cardinal": 76,
      "ordinal": 3
    },
    {
      "number": 153,
      "cardinal": 1,
      "ordinal": 0
    },
    {
      "number": 666,
      "cardinal": 4,
      "ordinal": 0
    },
    {
      "number": 1000,
      "cardinal": 73,
      "ordinal": 0
    },
    {
      "number": 1260,
      "cardinal": 2,
      "ordinal": 0
    },
    {
      "number": 144000,
      "cardinal": 3,
      "ordinal": 0
    }
  ]
}
