Earlier quoted context omitted.
Stressed "the" and unstressed "the" have different implications for meter. (And meaning.) "The" has two pronunciations in English. "Thee" and "thuh". The former is stressed, the latter not. While part of it follows the same pattern as a/an governed by by the initial sound, some of the rules are complicated. "Thee" is also used for emphasis as a demonstrative. "Give me thuh cat toy." (Some ordinary toy.) "Give me thee…
But how was it pronounced at the time Shakespeare actually wrote Macbeth? If you listen to a performance of Shakespeare that replicates the original pronunciation, it's wildly different. I'd wager the "thuh" pronunciation is a modern simplification and not something Shakespeare accounted for. https://www.youtube.com/watch?v=YiblRSqhL04 https://www.youtube.com/watch?v=qYiYd9RcK5M (though, having watched the second vid…
Overuse of the word “the” in “Macbeth”
61–70 of 71 posts
Re: Overuse of the word “the” in “Macbeth”
#62Use of "the" considered harmful. :)
Re: Overuse of the word “the” in “Macbeth”
#63I read this a few times, looking for evidence I missed that it's a joke. Apparently not, but I can't be sure. If it's serious, it's possibly the worst article I've ever read. > But fans of Macbeth often say its freaky qualities are deeper than just the plot devices and characters. For centuries, people been unsettled by the very language of the play. > Actors and critics have long remarked that when you read Macbeth…
As noted in the article, the Scottish play displays other oddities. But this one had not been commented upon before. To demonstrate vacuity, you would need to identify other plays that do not come off as creepy, but use "the" in the way noted. For an academic presentation, we might expect the authors to have checked for it in other plays, but this article was not.
Re: Overuse of the word “the” in “Macbeth”
#64I got curious about how all the other plays ranked. For example, which plays used those words the least? So I downloaded the text files from the Folger Shakespeare Library ( https://shakespeare.folger.edu/downloads/txt/shakespeares-wo... ) and ran this command to get a rough count of "the" and "th'" vs. the total words: for f (*.txt); do echo $f; tr " \r" "\n\n" Here were the results that gave me, formatted into a ta…
Like if we assumed that all English language is generated from a weighted distribution of all words and “the” is 3.5%, is a 4.3% occurrence rate even significant? (And what even would be the base occurrence rate?)
Re: Overuse of the word “the” in “Macbeth”
#65I got curious about how all the other plays ranked. For example, which plays used those words the least? So I downloaded the text files from the Folger Shakespeare Library ( https://shakespeare.folger.edu/downloads/txt/shakespeares-wo... ) and ran this command to get a rough count of "the" and "th'" vs. the total words: for f (*.txt); do echo $f; tr " \r" "\n\n" Here were the results that gave me, formatted into a ta…
It might be worth noting that all the other plays that scored anywhere close to the Scottish play (427) are much longer. You have to go down to 17 (344) to get to a shorter play; only 6 (397) and 15 (345) approach it. If we scale by length twice (count/length^2), the contrast becomes more stark (retaining original order): | 1 | macbeth | 724 | 16929 | 252 | | 2 | henry-v | 1065 | 25577 | 162 | | 3 | coriolanus | 1126…
If we assume that length of a play has an influence on the frequency of stop words, shouldn’t we compare samples of each play? (First x pages or y randomly sampled words)
Re: Overuse of the word “the” in “Macbeth”
#66Re: Overuse of the word “the” in “Macbeth”
#67Re: Overuse of the word “the” in “Macbeth”
#68Shakespeare's famous romantic scene does exactly the same thing: "it is the east, and Juliet is the sun." That's how he wrote.
Re: Overuse of the word “the” in “Macbeth”
#69I think this is just the way Shakespeare wrote, not anything specific to Macbeth's 'creepiness.' I was able to quickly find a similar example in Julius Caesar: "Then he offered it to him again; then he put it by again; but, to my thinking, he was very loath to lay his fingers off it. And then he offered it the third time; he put it the third time by;" Or Much Ado About Nothing: "I have the toothache." It is not surpr…
But isn't the article saying that Macbeth uses the word "the" more frequently than other plays by Shakespeare? In other words it is not the way Shakespeare typically wrote, and that difference gives the play a peculiar flavor
The fact that "the" happens to be used more often in Macbeth than in other Shakespeare plays seems to me more likely to be noise with no deeper meaning.
Re: Overuse of the word “the” in “Macbeth”
#70Earlier quoted context omitted.
It might be worth noting that all the other plays that scored anywhere close to the Scottish play (427) are much longer. You have to go down to 17 (344) to get to a shorter play; only 6 (397) and 15 (345) approach it. If we scale by length twice (count/length^2), the contrast becomes more stark (retaining original order): | 1 | macbeth | 724 | 16929 | 252 | | 2 | henry-v | 1065 | 25577 | 162 | | 3 | coriolanus | 1126…
I’m not sure I understand why it’s not only valid but more precise to square the length of the play. If we assume that length of a play has an influence on the frequency of stop words, shouldn’t we compare samples of each play? (First x pages or y randomly sampled words)
After one passes several different tests, it might be worth publishing, along with the list of rejected hypotheses. Then somebody else might identify a test that it fails, and another that could be tested, and might publish that.
Or, more likely, nothing comes of it, and you move on to other phenomena and other hypotheses for them. That's science. It always starts with, "that's odd, I wonder what it means." And, most usually, it seems to just mean "huh."