Open ZSchleger opened 1 year ago
These are terrific research questions. Let's see how we can address them:
[ ] We can get some help from Python and spaCy to do some NER (named entity recognition) to help pull out a cast of all the character names in each file.
[ ] About the words and phrase patterns: Have you tried scoping your files with Antconc's ngram analysis? (Definitely try that and see what you can see--what are some ngrams of interest? What changes do you see across the scripts? Someone on the team should be assigned this...
[ ] What examples of symbolism do you notice as you review your files? Try scoping your files with Python and spaCy working with parts of speech and named entities.