Since I'll be undertaking a research trip to the UK this November or so, I need to think about exactly what I'm going to do there. Giving a paper at the AHA is part of that process. That will hopefully help me formulate my approach or at least identify potential approaches to comparing airship, spy and invasion scares in the First World War. But I also need to nail down where I am going to go in a very physical and literal sense. This is because I want to get out of London for at least a week, to look at scares in a provincial area, and raid the local archives for civil defence files or personal diaries and so on (which of course I can supplement in the London archives). This is partly because it'd be nice to avoid the London-centric perspective for change, but also because I suspect that such fears could be as or even more intense in outlying areas -- particularly on the eastern coast facing Germany. I had been thinking somewhere like Hull, which was raided by Zeppelins on multiple occasions, or East Anglia which is the closest part to Germany and so an obvious (at least in the folk sense) place for a German invasion or raid. Both areas also had notable phantom airship sightings in 1913. So maybe there. Or maybe somewhere else.
I wondered if it there was perhaps a systematic way of gauging fears along the invasion coast, something better than throwing darts at a map. And it occurred to me that I might be able to use the British Newspaper Archive (BNA) for this. We're all used to n-grams by now, which are great for tracking the varying usage of words over time. Tim Sherratt's QueryPic does this for Australian newspapers based on the Trove Newspapers corpus; though there's nothing similar for BNA that I know of, you can manually extract the data yourself without it getting too tedious. What I am thinking of might be termed an n-map: an n-gram across space instead of across time. It's a very obvious thing to do, but I don't think I've seen it done for the databases I'm used to using. It's really just GIS (without an actual map). Or distant (newspaper and map) reading.
There's no publicly-available BNA API to make it possible to do this in an automatic way, but again it is actually not too difficult to use the BNA interface manually. This is because BNA has a very fine level of geographic discrimination: all newspapers in the database are allocated a place (e.g. Hull), a county (e.g. East Riding of Yorkshire) and a region (e.g. Yorkshire and the Humber). These appear as filters when you do a search, and listed beside each filter is the number of issues the search has thrown up for it. So you can just copy down the numbers into a spreadsheet to construct your own low-tech n-map (or n-gram, for that matter).
So now the question is, what keywords do I use? This is not completely straightforward, though neither does it have to be airtight. This is just back-of-the-envelope stuff, after all. After some experimentation, I ended up going with 'zeppelin'; 'invasion'; and 'spy'. (BNA automatically searches on plurals as well.) Here are the number of articles in the BNA for each keyword for each region, for the period 4 August 1914 to 11 November 1918.
region | zeppelin | invasion | spy |
Borders, Scotland | 105 | 92 | 103 |
East Midlands, England | 2699 | 1297 | 2657 |
East, England | 530 | 395 | 354 |
Grampian, Scotland | 2710 | 1840 | 3429 |
London, England | 20 | 41 | 48 |
Lothian, Scotland | 661 | 432 | 968 |
North East, England | 1569 | 1164 | 1690 |
North West, England | 5104 | 3408 | 6854 |
South East, England | 629 | 569 | 656 |
South West, England | 4777 | 3960 | 4917 |
Strathclyde, Scotland | 224 | 207 | 349 |
Tayside, Scotland | 2361 | 1608 | 3849 |
West Midlands, England | 8522 | 4785 | 6552 |
Yorkshire and the Humber, England | 5988 | 3075 | 5575 |
...continue reading →