Wednesday, March 7, 2012

APPENDIX B: Programming! huh! What is it good for ...


Julian Alps, Slovena
In the previous post I have attempted a guided tour of how an extremely modest humanities programming project would start. It is important to remember that the structure here is still: "individual facing a text." One person in front of one text with a computer as an aid. The computer in this case is an inexpensive laptop running a free programming environment called perl. The computing skill level required is modest, advanced skills are required only when entering statistical work or data base functions which may involve other programs.

This presentation is not designed for the experts who may do it differently, better, and quicker. There are quite a few packages that deliver all-inclusive services and many people have toolboxes of their own in the language of their choice. Here, one of the questions is about programming in general. Is it worth the investment to learn it, given that one has the intellectual capital to invest. Gotta have extra smarts. I maintain that mastering the techniques of programming and actually conceiving and implementing programs, gives one important insight into the digital world. Talking about it does nothing; it is like talking about sex to a shaker. No need to blog on this. This is for humanists who essentially agree with Fish, they can't read so they run the numbers.

One can think of it as learning to ride a quarter horse and using a lariat to cut a heifer out of the herd. It is learning a craft and one gains great insight into the constitution of texts. I see text programming as a form of craftsmanship.

Previously, I have attempted a guided interior monologue that considers the indictment that should wipe digital humanities from the windshield of the 18 wheeler driven by Prof. Fish.

I have tried to show that, even if we don't know exactly know what a chiasmus is, exactly, and even if we can be browbeat into accepting "Bishops and Presbyters" as a chiasmus, which we do only under muttered protest accompanied by much whining and sniffling, we can deal with the bi-labials. In the time it takes to parse four of Milton's sentences in the 70 words category, I can have a complete list of bi-labials, with the ratios to the total words in each sentence formatted in a few different views. That should be worth something.

I realize that the lists do not give a peak experience as Prof. Fish had and as he reported. However, having had the experience, and wanting to give the experience a more permanent form, this quick work of several hours could answer the question of the title: "What is it good for?"

I have explained that Fish is using the rhetorical mode of speaking from authority: his example, his authority, his insight, in your face. The result is that digital humanities is cast in the role of the half-grown stripling can't sing, can't dance. OK, I accept on behalf of digital humanists everywhere.

But we also have a story to tell that is certainly as old as Prof. Fish is, if not as old as Milton commentary. Thus I will interpose one more theoretical section before showing some actual programs.

                                                          * * *

The purpose here is to put some meat on the bones of one tiny aspect of digital humanities, manipulating text streams with perl, extracting and displaying features. In this exercise I will present a few perl programs useful for all sorts of texts. The idea is to build a toolbox that can be used in various situations. My main experience is with philosophy texts and literature. These techniques can also be used to generate queries of databases and display formatted output from the web to the web by adding a few skill sets.

The purpose is not to offer an interpretation of the Areopagitica with this list. True, numbers have been run. Some output was shown in the previous post. That does not mean that Prof. Fish can now rip apart the list of words or the numbers. There is nothing to rip apart. Sentence four has 52 words of which 9 are bp. Sentence 5 has 78, 8 respectively. That means 17% of the words in sentence 4 are bp and 10% of sentence 5. It will turn out that three sentences have a percentage of 31 and one of 30 and so on and forth.

The way to attack and destroy is to consider this strategy of approaching a text, silly and irrelevant. But if I had made some big deal in the electronic NYTimes about bi-labial stops in Milton, I would at least glance at the list briefly and casually over the top of my glasses.

Basically I am saying: you want bi-labials, here they are. You think your eye/ear is better than the computer, ok maybe, you spent a life on it. But let us look at it sentence by sentence to determine if it seems likely Milton has made a phonetic composition. Basically, I don't trust you. Don't trash talk lit. crit. at me, put the ball in the basket. Where does it begin, this bp-experience? Where does it end? Lets find that out for starters. Let us see if that can happen for everybody or if yours is the only instrument that can hear these sounds, which I am prepared to consider: literature mediated through Fish.

                                                          * * *

However, before we start, [Note: feel free to skip ahead, this is an old rhetorical form called repetition: I am going to go through the whole thing again in case some were not listening], some more words must be written on the question of "Programming: What is it good for?"

In some circles of on-line discussion among humanists, this is a recurring theme about do we really have to learn programming, do we really. The discussion generally dissolves at some point. The main line humanists think that e-mail is as far as they need to go. The programmers point to tools they have created, and the support people think of clever pedagogy to get all sorts of people involved at whatever level. I could think of similar discussions in the middle ages: reading, what good is it? Or in today's middle schools: ritin, whafo?
There should be no illusion, learning to read as an adult is hard. Learning to program is hard unless you are ten. Why is that? The scientists of the field, the CS people, think computing is simple: "process, iteration, test."

At some point they say that this kind of automation was all invented by simple weavers in the 19th century, and looking at a picture on the computer is no different than looking at a design woven in cloth. That may all be true, but it does not help. Learning how to weave was hard. Ok, one may have learned how to throw the shuttle back and forth, but programming a loom to make a picture is no easy thing. There are several levels from design through set-up through execution that require considerable initiation and applied talent.

Process - iteration - test is the simple formula. Of course, before that there is data. For the weavers it was string - string horizontal, string vertical, a matrix of different colors of different lengths makes a pattern. If you are clever enough, that pattern could be the City of London, date 1529. It could be a woven page from the Areopagitica, date 1644, although I pity the poor weaver setting up the loom.

In our case, the data is words. Words arranged in sequential sentences, separated by punctuation, arranged from one to n - n being the last word on the last page. That means we do not know the number of the last page till we count them. We also do not know the number of the last sentence till we count them, or the last word, ditto.

I say programming text is hard at the start, unless you get what I just wrote, unless it makes sense, there is no reason to argue and juxtapose some other view. It is what it is; it is a different way to look at text.

1. The Areopagitica has 18,000 words.
2. The Areopagitica has 350 sentences.
3. The number of pages has become uninteresting except when writing to others, at which point, and text will have to be located on a given page or on a given line in a given edition, that is how one could find things in texts 50 years ago, the only way, and it is still around. Explains a lot really. So forget the division into pages, that is merely an arbitrary presentation by the printer.

[Note: I should add that division into pages and reading from pages has real problems. 1. it is a completely arbitrary structure which habituates the reader. 2. certain parts of a "verso-recto" or "even-odd" double page presentation may be consistently short-changed by the attention efficiency of the eye-ball contact. I do notice that in myself.]

The single page scroll in a computer window is more elegant, especially if the chunks of text are presented sensibly divided (not pages). The addiction to pages in not easy to shake, been there.

That also means we have to find a way to harmonize the old way of citations with a new way that does not hang on different page numbers in different editions. Total nonsense really, printing up multiple paginations going back to some 16th century folio. One new way that I have used is to simply not quote at all and encourage the reader to put the string in quote marks and let Google find the reference. Works. Consider it. Everything required is linked.

This is hard for humanists to accept, because the fact that there are 18,000 words and 350 sentences seem irrelevant information to the typical humanist. But for the programmer, there is enough there already to weave a story.

For example: Of the 18,000 words, which is the most frequent word that carries some semantic meaning? Give up? books 70, book 24, booke 2, bookes 2, writings 6, writt'n 10, folio 1, and a few more.
Milton is difficult since the spelling is not standardized. But that can be overcome with lists that will be used to search as if they were one word.

So we could ask: "What other questions could we ask?" How many "and" are there? 800. I have a hunch that a census of and-pairs could be interesting, it always is.

Programming is hard for humanists because it is so different from sequential reading. A sequential reading of the 350 sentences of the Areopagitica, given problems with the references, with the language, with the grammar, with the meaning of words, with fatigue and more could take days. After that investment, it is not really certain what one actually has put into the bank. Certain temptations arise to achieve some closure with the text. One could go to some reference work to find a convenient place to hang the text and forget all this parsing. Get a modern edition or a German translation. One may have already done that tracking down references. One could flip through articles in JSTOR. One could find the imprimatured monographs on the text and on Milton. Or, one could make an outline and reading notes and let it go. Or get the Cliff Notes.

With programming, on the other hand, real processes have to be developed that can be iterated, tested and reiterated. So what does that mean, how does one do that? Of course there is Prof. Fish's reading of the P's and B's. I could take all the sentences that contain the two letters and calculate the ratio of words with P's and B's to the total words in the sentence.

OK, that could be interesting (skip to the next blog to see the programs - use a new window!):

The highest ratio is 31%. Three sentences have that. 23, 38 and 105. The ratios are: 10/32 15/49 4/13 - in sentence 228 we have 13 pb's 34 non-pb's and 47 total words in a substantial sentence. In sentence 221 (the Bishops and Presbyters sentence) we have 15 with and 120 total in another monster sentence. So I would be tempted to looks for sentences around 214 to the end with high ratios. Of course all ratios will show up and have to be interpreted.

You can see, Fish and I are going separate ways. Fish, expert on Milton, is reading the Areopagitica; he glimpses a phonetic pattern, or better, a phonetic pattern ambushes him, or as he would want it, his acute senses, finely tuned to Milton's prose have spotted a pattern and he now launches a full blown interpretation full of the villains that Milton is smiting with phonemes, intentionally. [Aside: He does smite right and left, but I would like to focus on the inspirational, not on the martial. The Areopagitica has not been read through history for Milton's view of church hierarchies.]

Milton's weapons are the sounds b and p, bi-labial stops. These sounds are meant to hurt [according to Fish] Bishops by reminding them how similar their phonetic profile is to that of Presbyters. It is meant to wound Presbyters by the same token. [Note: although forms of the word "presbyter" occur on five times. Other carriers of the phonemes e.g. "prelate" ca. 14 times, reinforce the meaning carried in the phonemes, according to Fish, but are enumerated only casually by Fish.]

I have constructed some programs that count the word and letters in the Areopagitica and I am trying to find out if there are any signs that there are any anomalous occurrences of b and p that would point to intention on Milton's part. So far the jury is still out. At present I am merely formulating a strategy for some iterative processes and tests that will yield some statistical output, some text entry points that could yield a serious second, third reading and some additional pouring over the text.

Why am I doing this? Prof. Fish has chosen to attack a view of digital humanities that dismisses the field because they run the numbers first and interpret based on what they find. Well, yes, before an empiricist says: "I think this yellow effluent is sulfur some tests will be run, it may be orange juice, it may be water-based acrylic, it may be poly-chloryl-hydro-phenol, the favorite food of lake-trout which happens to turn yellow when mixed with water. There are many examples in science where ideas were rejected because a scenario full of hope did not produce the numbers.

This case is more complicated. Once Prof. Fish has an idea, there are no more checks and balances. Completely of-the-wall pronouncements come to substantiate his claims. Since "Bishops and Presbyters" are lumped together in one sentence the term "opposite" in one instance 10 sentences later attains special status. What the ... is that all about?

Of course, this all has an air of plausibility, one is tempted to just accept, Milton, out of my field, sounds good, and move on. However, there is a human sensibility more acute and sensitive than any Prof. Fish can bring to bear on bi-labials in Milton: the suspicion of being "made to look foolish," "to be made fun of," "to be laughed at." The cook and the waiter are looking through the round windows in the swinging door to the kitchen and the cook chuckles: "Look, they are eating it."

Once that suspicion raises it head, the acuity of the interpretation goes on a full-court press. Legs apart, knees bent, palms of the hand give a quick slap to the floor to indicate serious business, body up, hands active; no sloppy pass will make it through the waving hands and quick feet, back-court trap.
...the effort to block free expression “meets for the most part with an event utterly opposite to the end which it drives at.” The stressed word in this climactic sentence is “opposite.” Can it be an accident that a word signifying difference has two “p’s” facing and mirroring each other across the weak divide of a syllable break? Opposite superficially, but internally, where it counts, the same." [Fish 1-26-2012]
This is where I get off the bus: "opposite" becomes "sameness" because of the syllables "op" and "po." Even granted that the word may be significant, there must be a better way to explain it. The next sentence kills me: "Opposite superficially, but internally, where it counts, the same." If that does not make you laugh then you obviously have not studied literature. Hence all the head-bobbing from the computer people. I can only ask: "Are you going to eat this just because it comes from somewhere where you assume there is a kitchen, and it has been brought by someone who could be confused with a waiter?"

Of course, Fish does pose the proposition (pos - pro - pos get it?) as a question. If you answer yes, you will surely be on "Candid Camera."

Below is the "climactic sentence":
|p230
Although their own late arguments and defences against the Prelats might remember them that this obstructing violence meets for the most part with an event utterly opposite to the end which it drives at: instead of suppressing sects and schisms, it raises them and invests them with a reputation: The punishing of wits enhaunces their autority, saith the Vicount St Albans, and a forbidd'n writing is thought to be a certain spark of truth that flies up in the faces of them who seeke to tread it out.
I quote the sentence from Milton [directly above] to give the reader a chance to work on the puzzle. Milton uses the term "Prelats," juxtaposed to a "their ... arguments" a should "remind them". The "them" here are "Presbyters." Here is where Fish makes the point that they are the same by phonetic inference added to Milton manifestly just saying so plainly. Paraphrase: Remember how useless censorship was in the hands of the Prelates against your own sect-building.

The term "opposite" is curious. The house "opposite" is really also a house, they are "opposite" spatially, although they may be the "same" structurally.

However, "an event utterly opposite" has a less ambiguous meaning.
For example: 1. We had hoped to have a happy, relaxed two week vacation in Transoxmenistan, snowboarding the local pistes. 2. We were swept up in a wave of kidnappings and suffered from acute cholera before the Marines rescued us out of a dank cave on the last day before our plane took us back to the States. No similarity here. Utterly "opposite" experiences.
Below you can read Milton's only other use of the term "opposite." Note the sentence number. I suspect there is mention to the retrograde motion of the planets, a spatial use of opposite..
|p264
Who can discern those planets that are oft Combust, and those stars of brightest magnitude that rise and set with the Sun, untill the opposite motion of their orbs bring them to such a place in the firmament, where they may be seen evning or morning.
To finish this section I cite the five sentences before the first "opposite" reference to make sure you can see what the antecedent to "them" might be.
|p225
To startle thus betimes at a meer unlicenc't pamphlet will after a while be afraid of every conventicle, and a while after will make a conventicle of every Christian meeting.
|p226
But I am certain that a State govern'd by the rules of justice and fortitude, or a Church built and founded upon the rock of faith and true knowledge, cannot be so pusillanimous.
|p227
While things are yet not constituted in Religion, that freedom of writing should be restrain'd by a discipline imitated from the Prelats, and learnt by them from the Inquisition to shut us up all again into the brest of a licencer, must needs give cause of doubt and discouragement to all learned and religious men.
|p228
Who cannot but discern the finenes of this politic drift, and who are the contrivers; that while Bishops were to be baited down, then all Presses might be open; it was the peoples birthright and priviledge in time of Parlament, it was the breaking forth of light.
|p229
But now the Bishops abrogated and voided out of the Church, as if our Reformation sought no more, but to make room for others into their seats under another name, the Episcopall arts begin to bud again, the cruse of truth must run no more oyle, liberty of Printing must be enthrall'd again under a Prelaticall commission of twenty, the privilege of the people nullify'd, and which is wors, the freedom of learning must groan again, and to her old fetters; all this the Parlament yet sitting.
In my view: With the Bishops gone, reformed out of the church; Presbyters are now taking up the Episcopal ways and the openings on the commission of 20 with the mission of censorship are filled by eager Protestants. All that is clear enough if you can fight through the irony.

I will let you try to parse the sentences above to see if something jumps out.

The curious thing is that the whole exercise on the professor's part is to demonstrate to digital humanists the superior "statistical pattern recognition" of the human mind, the mind of Fish. This is coupled with a sentence by Fish that says, since there are only 26 letters in the alphabet, computers are bound to find repeating patterns.

To counter this characterization, and I probably have to agree that many people who have not really thought very much about the topic might come to just this conclusion: they let the computer do the work for them, I am trying to flesh out the "run the numbers" part.

I am taking some pains to explain the difference between humanistic procedures and programming. I am trying to explain the difficult task, hard to learn for a humanist, of holding back on data, not jumping to conclusions, waiting for data to sprout. "Pretending" at least, that one does not have all the anwers. Suspend the certainty. Why is this hard? Much of reading produces no data, it produces lived experience. It can be affected by environmental variables, alcohol, chocolate cake, a rainy day, jack-hammers on the sidewalk. All that is left is a memory of having had an experience, perhaps a memorable experience. The reflex is to judge.

In subsequent encounters with that text, will the strategy be to recreate that experience, or will the task be to find something new, something that has not yet risen to awareness? At what point of the text (what page or paragraph or sentence) will you enter to find something new? Start at the beginning again? Look for margin notes? Post-its of different colors? Make an outline? Given that ideas are bubbling up between the ears, it may be difficult to be open for something different. All these questions can benefit from a suite of perl programs, an index and retrieval engine, even just a simple "find" in a word processor. This requires a stop in the digital humanities store to pick up some Milton texts.

We are at an early stage in this process from my side. I have the Areopagitica in a index retrieval engine now and I can see that there are only two references to "Presbyters" specifically, and none after sentence 220. I do have all sorts of references to all forms of "prelate, 14 in all - that could be considered significant compared to five "Presbyters."

If Prof. Fish had a digital humanist at his side, he would have been counseled to look at those entry points into the text.

The point is that I will not fight my way through to an interpretation of the Areopagitica today or tomorrow. I may do a thorough semantic inventory, I may find some anomalous features, and it still may not be enough for an "original" interpretation. I will, however be able to talk to someone who knows the Areopagitica well and compare notes. I could probably teach the Areopagitica even to graduate students, at least to get them to assert power over text by using the virtual memory with pinpoint access to lexical items instead of rhetorical handwaving and the penetrating stares to make the extemporized more permanent. We already have the notes and the paraphrases and the historical contexts. We know we can get off on phonemes. (off - ffo, get it?) What else is there? Ours is a gentle art. We let the words go through processes, perform iterations, and the processes lead us to sections we can reread. At some point, some inescapable "aha experience" manifests.

We are hunters, we have studied the movement of words, we know where they congregate. And when we find them, they are really there, all of them, not just an impression of them, and we always find them. This is an introduction, an attempt to set out the prerequisites of programming for humanists. Just because a humanist has never learned programming does not make programming uninteresting. Quite the opposite, a humanist who has learned programming can be very interesting and build spectacular monuments to the power of algorithmic systems displayed on an international network.

My bet on the Areopagitica lies with the "and-pairs." Of course everybody can work the "and-pairs," there are 800. Repeating phrases is also a promising avenue. Sentence length could be important here. In any case, the chase is never over until it is over, when the feature is in the bag. If it will not jump in the bag, it is a burger joint for supper and live to hunt another day.
                     
   *  *  *

The programs I will present, next post, would be called verbose in computer jargon. Long ago, when computing was expensive, an ethic of minimal, elegant efficiency evolved. Today, with programming essentially free and without memory limits, exceptions noted, that is no longer an issue; still programmers will look at code and roll their eyes. I have stuck with a verbose style because it saves me time trying to figure out just how clever I was the last time I looked at the program. Verbose is also good so that novices can follow the logic; much of this work could be done with a single line. Gives you something to shoot for.

Yet I find perl (and php) excellent to show the steps of the algorithm. First we open a file of words, we take a word, we count it (give it its number e.g. the 34th word in the Areopagitica) then we print out the number 34 and the word. Next line.

Once we have a list of the words with their position number, 1st, 2nd, 3rd ...18,000th, we can start work. For example: we can take the word "friends" (and foes) and go through the list and pick out all the place numbers for the word "friends." Then we print out the word friends and the sequence of numbers - that is a vector that can be graphed or compared to other vectors: friends 14, 69, 1120, 1125, 1130, 2400 etc. This is just an example, not data. [Note: when I say "print" in the context of perl, I do not mean print on paper, I mean "print to a file." Much of programming jargon evolved from analogies to words on paper, virtually.]

Since we cannot count on consistent spelling with all texts it helps to go through the first word list and count and remove all duplicates. Then you have a list that may look like this: fried 2, friend 14, friends 23, frown 2, frowns 1 etc.

One can also range the multiple positions in the text for a single word or a list of words.

For example: the two references to "fried" would look like this:

fried, 3, 483, 4500, 8220
The data structure would be A. lexical item B. total in text (3) C. three positions 483, 4500, 8220 (a vector).

Such a file can be used to compile all the members of a semantic category. So you can find - friend, friends, comrades, colleagues, or foe, foes, enemy, enemies as well as non-standard spellings. Then you are in a position to search the whole semantic category rather than a lexical item.

The usefulness of this is that you can find, in rapid succession the phrase "friends and foes" and you can find out in what context Milton is trying to build bridges to his former hated opponents in his anti-censorship crusade. "Friend nor foe" is a one-off, to bad, but I know that now.

Of course this can also be done by reading and remembering, but finding the exact entry points into the text is very helpful, especially in subsequent readings when precision is required. In this case "friends and foes" looks like a single reference, but there may be other constructions that say the same thing. The point is, and it is an important one - I know friends is a single references. I can stop wondering.

It is really as simple as that. It is easy to understand for researchers who are actually working on a text or a series of texts. These researchers are holding their texts in memory as they are formulating descriptive analyses or whatever. When you approach them with an indexing engine with their text loaded, they immediately start to pepper you with questions. It starts with, 'Can you show me this word? and this one, and this one.' What they want is to make their mental image of the text more precise, more reliable. And they are terrified of having missed something important.

That, in short, is the "discrete situation." Limited mortal human with a short term memory of 5 words at a time and a path to long term memory that is as certain a crossing the Medina in Marrakech with 8 dozen eggs and four bottles of Oulmes. Good luck finding Bab Doukkala to deposit whatever you are trying to remember and good luck finding it again in a week.

The fact of the matter is that not everybody is working on texts, I mean really pouring over a text for months. Many are simply working with intellectual constructs that will not benefit from a program that provides entry points to a text based on semantic information. However, I do think that it is important to understand what this is all about. I maintain that if one understands, one will demand to have such a tool in hand when one is studying a text. That is becoming increasingly easy.

Why is this not that case, generally, in the profession? Why can Prof. Fish get up and make fun of text searching. Perhaps literary studies is a kind of athletic contest where researchers pit their memory against each other. Sort of like wrestlers with ideas who want to pin an opponent to the ground. It may always have been like that, a battle of rhetoric. Perhaps indexing is unsporting; it is cheating the existential situation; it is pitting the Samurai against automatic weapons. I personally do not put the contest above all. I have observed the impact of tools on science. I do not think literary studies will be harmed by tools helping to locate semantic information in electronic versions of texts.

coming next, the programs ...

Monday, February 20, 2012



APPENDIX A: The Empirical Dimension

The reflection of the sun in the canal
 Singel from the golden weathercock
 atop one of the towers of Amsterdam's
gothic church De Krijtberg (meaning
Chalk Mountain) - official name
Franciscus Xaveriuskerk.

To counter possible multiple misunderstandings and misconceptions about digital humanities set into intellectual space by the Times pieces, (op.cit.) a more precise picture of this field is necessary. Prof. Fish has not contributed to clarity here. To begin, it is not a cult, application for entry happens through normal channels at human services of most universities. To get clarity, we must differentiate the methods of humanities proper, from humanities digital.

Prof. Fish has given us one egregious example of humanities proper by sharing his insight that the weak syllable divide "op po in the word "opposite," a chiasmic structure, indicates sameness, or more precisely is used by John Milton to indicated a paradoxical, insidious sameness of combatants in the English religous wars of the 17th century. Hang on for a few more pages and I will go through this argumaent again, or go back to "Blog3" for the introduction.

The professor has not shared an example of digital humanities, I am going to do this after some more wind-up; he has left this unmistakable characterization or indictment: they can't or won't read, they let the computers do their work and their work is limited by the computer.

In a very general logical sense there is some truth there. The computers are not idle, hence they work, and they only work when programmed specifically within their capabilities. So forget them mopping the floor.

On a serious note, computers are also limited by the perspective and skill of the programmer or better by the skill of the team of content specialist and process specialists. As an open ended data processing system, the computer depends on considerable human work of identifying questions or problems for consideration, followed by considerable work identifying strategies for creating processes that can be iterated, followed by identifying the cases that can be tested and extracted from the data, followed by the arrangement of the data and the planning for the formatting of the output for subsequent study by humans.

Then there are "content specialists"; therein lies the secret of computing. Computers work outside their field. They were designed to do that. It is never about the computer, it is about the virtual memory space, it is about data structures of unimaginable vastness and complexity, it is about algorithmic processes and housekeeping that can keep all this consistent and repeatable electronic activity going and allows the creation of output that can actually be understood by humans who can devise solutions to complex problems or understand hidden structures.

Of course all this is available from wiki to highschoolers. Prof. Fish seems to be pleading for an exemption for humanities proper. Or he seems to plead for special privileges for human thought written in one century and read several centuries later, the information path: pen - paper - eye, with a brain on either end, a multi centurial chiasmus, brain to brain. On can indulge in some romantic fantasy here about intuiting the communications of the past. Yet if the brain waves are studied in cognitive science (by means of computers), we can study the texts that generate brainwaves, we might also be able to study the patterns of words that generate the brainwaves. Google has collected a text-base of close to 15 million texts, we should let the computers at them.

I plan to operate on a small scale here. The understanding is that these studies will be done quietly so as not to disturb brain chiasmi. Programming is quiet - Appendix C gives examples, perhaps you can skip ahead if this discussion is becoming tedious.

Peter Denning speaks of a science of "natural information processes" in many fields. In my understanding, many fields have deep structures which appear in vast quantities of systematically collected data that can come to human awareness by applying computers. So the science of computers is really the science of "Computers and DNA Analysis" or "Computers and Weather Models." In each case, Genetics and Meteorology have taken on a partner in their science. In my view it is quite irrelevant what the names of the roles are. Everybody is in front of their screens working with their data call it what you will.

Computers have, of course, a knowledge base revolving strictly about computers. Theorist wedded to knowledge modes harking back to the encyclopedia can spend fruitful hours deciding whether computing is a science or engineering or just technology. One can also debate whether engineering is a science or merely the application of technology in various fields. Then one can separate engineering applications form the science of engineering itself. It may be that the epistemology of definitions, which certainly helped unify the quest for knowledge from the 17-8th centuries onwards, may not be so important today when everyone who gets a hallway with six offices and four labs may be working on a new science.

The same is the case with computing. Computing has departments. Computing has journals. Computing has problems to solve, horizons to push back. At some point the work in physics and materials science and in private industry lands in computer science for them to do with. Who is science and who is technology is old-think. Perhaps the term disciplines would be better. Less overhead.

The fact is that the creation, development and extension of general purpose algorithm processing environments means that many disciplines have taken computers on board. Digital machines can do serious work. Many disciplines have deep structures, possibly hidden structures, certainly information pathways in texts that are not grasped by human perception. Algorithms can store patterns within models that can uncover patterns. The literature on this is considerable and the list of disciplines in the natural sciences that have developed this perspective is growing apace. In some ways the influx of computing in the sciences and academic disciplines was prefigured at the end of the 19th century by statistics in sciences. Statistical Mechanics and Physics can be googled.

On some level, in this blog, we are actually in silly world. A professor of literature wants to pit his virtuosity in pattern recognition based on his extensive aesthetic experience with a text tradition against his caricature of computing. Man bites computer. Whatever. As part of the discussion of the three Times blogs, I have generated some lists of bi-labials in the Areopagitica, the output in the two posts above. The output is a list of words containing either or both of the bi-labial stops "b&p" arranged sequentially by sentence. Perhaps a few paragraphs to summarize the background would be helpful. [also read: BLOG3 above]

The object of the investigation is John Milton's Areopagitica. The idea to be tested is whether the letters "B and P," bi-labial stops, carry a specific meaning after sentence ca. 220 for the last 140 sentences. A very brief descriptive analysis consisting of a few paragraphs reports enthusiastically of a moment of inspiration reading sentence 220 that made the reader aware of the intentional phonetic play of Milton to indict Church Prelates and Protestant Presbyters of censorship. The reader in question is Prof. Stanley Fish. There is no contention of the fact that Milton indicts them, the question posed is: does he indict them phonetically? I recuse myself from judgement, but I will act as a friend of the court.

The list of bi-labials is clearly of little use in a discipline based on the very subjective act of reading, even by an acknowledged expert. The impressions gathered during reading at some point quite automatically flip over into certainty. Depending on the level of accomplishment of the reader, that certainty can take many forms. The problem is that the human mind cannot operate on data without organizing it into some structure that it affirms. The admission "I do not understand this" is really a signal that the game is over. Should the game continue, however, certainty will be achieved; perhaps a paper will be written, perhaps it will be graded or it will be reviewed. It may be an A+ or it may fail. This pedagogical structure and procedure assumes a defective perceptual mechanism struggling with difficult data. Or it simply assumes an existential situation where many contradictory stimuli are accepted and processed continually, not all successfully, none perfectly.

The problem is that disciplines do form; academies are built; texts are collected and studied. The goal is to teach to the point where reliable professionals can be certified. There has been a tradition of doing this in the West from the Greeks to the present, with some considerable interruptions. We have collected a considerable amount of testimony on the nature and development of this training of professionals to further knowledge.

Of particular interest is the separation of the study of texts from the study of the laws of nature, the study of the expressions of humans in writing and the study of the manifestations of nature. The latter has accepted computers and has developed fantastic vistas in its various disciplines based on computer processes. The study of texts can surely be considered the straggler in this development. The subjective internalization of the subjective utterance of humans through the ages leading to more subjective utterance will not go away easily.

The problem is the human capacity for certainty. Certainty will be achieved, no matter at what level of novice to expert with all sorts of special categories with uniforms of different colors. Disagreement is an essential feature of this certainty, for certainty hardens, it intensifies when under attack.

In our educational system we have managed to cull out a relatively small set of students and start them off on the laws of nature. Those who do not make the cut will receive degrees in humanities, English, history, languages, philosophy. There is an ethic that accompanies the concentration on texts that can live with the idea that the laws of nature are investigated elsewhere. Of course in most science fiction dramas that show this bifurcation, the story ends badly for the civilization that tolerates this split.

The solution could come from either side. The natural scientists could decide that texts, human expression, is part of "Natural History." Humans are animals and their writing contribute to our understanding. Or, the humanists, the professionals licensed to study the human tradition could try to turn the corner on subjectivity and work to attain an empirical dimension.

The fact is that in all natural sciences such moments happened when subjective speculation gave way to verifiable assertions. Authority yielded to demonstration. In the humanities the questions are still open. Authority is still the chief rhetorical device. But one of the contentious faction that is tolerated, because all factions are tolerated, is the faction for empiricism. Of course there is a great deal of certainty in humanities about empiricism and the majority is solidly inoculated against that plague.

However, although interest in the blogs of yesteryear is fading, let me hang my appeal for an empirical dimension in the study of text on this quite silly questions of the "Function of Bi-labials as Carriers of Meaning in the Areopagitica."

Below, I shall attempt to sketch out a strategy on how one would approach the texts of the Areopagitica with perl programs. I propose to test the B&P proposition by generating a list that will facilitate the examination of bi-labials sentence by sentence. I shall also execute the strategy with the actual programs as a teaching exercise to see if any insights develop. The purpose is to make the concept of "programming" and its usefulness for the study of text manifest - here is the actual program that answers this actual question. Words tend to hide from us in a text, they must be hunted down with skill and determination.

This is in response to the charge: digital humanists run the numbers before they read. To quote the charge:

"... in the digital humanities: first you run the numbers, and then you see if they prompt an interpretive hypothesis. The method, if it can be called that, is dictated by the capability of the tool. [Fish Blog 3]
There is a half truth and a half misunderstanding in the sentence. The half truth is that "we do run the numbers," But we do not necessarily run them first. To be sure, one may run a test on all of Milton to see if some specific feature, well-known from some other corpus turns up, or Milton may be part of an even larger corpus; Corpus Linguistics would distract us here, we are focused on a single text of 18,000 words.

With our relatively small text we may also run the numbers to confirm or dispel some suspicion gathered from a reading. One may also have encountered some reading from the secondary literature that must be tested, e.g. the P&B theory. So it is entirely possible, likely even, to have an interpretive hypothesis in mind before running the numbers. I don't want to belabor the obvious, but the opposite has been asserted. For more detail on the referential problems with the word "opposite", see: Blog 3.

Generally, in programming around literary computing, i.e. programs run on texts of the canon (contemporary texts are often not available for this kind of work), reading is a prerequisite. It is certainly a prerequisite if one is a digital humanist working on Milton's Areopagitica, which I remember as a tough nut to crack my first semester in college when Chaucer, Milton, Shakespeare fry-up was still on the prescribed menu. I cannot count myself in that class; however, I have read at it and spent some considerable time recently trying to parse individual sentences and trying to appreciate the classical references.

First comes the first reading. It is also possible, likely even, that a first reading does NOT yield an interpretation or even a hint of a partial. The second and subsequent readings are aided by the computer.

The point is to find passages to read a second time. More on this below; however, should I have marked some passage in the first reading, it might be profitable to consult the computer to see if some similar semantic item exists or if some juxtapositions of the items exists, e.g. "Bishops and Presbyters (sen. 220)."

The answer is no, the construction is a one-off. But that is valuable information, factual information. No need to hunt if the forest is empty. There is however one other one-off, an early reference, sen. 26, to "Prelates" and "Presbyters." I may not have found this reference quickly without a computer, even had I noticed it in the first reading.

The notion that I would have remembered sen. 26 while I was reading sen. 220 is not guaranteed. It is certain however,  that with a text of this size, I would find the reference quickly in even a cursory semantic inventory. As is, I have a good idea now of the distribution of this semantic group through the text. I consider a first reading and the subsequent time spent querying the text with a search engine valuable exploratory reading, efficient reading, without imperatives.

I cannot really think that Prof. Fish would want me to go on about some "interpretation" or interpretative proposition immediately upon finishing or even while reading. Interpretation is anchored in the text; the text is perceived by the mind and in some way is now located in the mind, the anchor lost overboard. It is crucial to keep the connection to the text; three words seems a slim line indeed. I suspect that Prof. Fish knows his Milton so well that he is rushing his shots; I see nothing wrong with exploring the situation, to make a couple of extra passes to see if a shot opens up. Milton is a special case, not many people can read his prose fluently enough to hear the phonemes; hat off. But the problem cuts across all texts, but especially working with difficult interior monologue texts, large modern novels, for example, it may take months or years even, to come up with a real interpretation groping towards originality; other people's interpretations often fill the gap. Computers are very helpful in testing other people's interpretations. I have had the privilege of working on some difficult novels for years before computers and then to observe the impact of computers, specifically, the impact of looking down a sorted word list, for the first time, ever, of a text. It is possible to tell of this experience, but it cannot really be communicated unless to someone who has worked on the same text. The novel is "Death of Virgil" by Broch [for a paper I wrote in the 1980's Google (Batke, Broch, LBS)].

It is also possible that one of many standard tests can be applied. One exploratory strategy is to look at the vocabulary of the first few paragraphs and to pin down how that vocabulary is developed. Looking at the first few paragraphs of the Areopagitica I am struck with a difficult challenge: the formal formulas of address impede the actual presentation of vocabulary that contributes to a specific point. There is talk of "public good," "writing" and the various states of mind while writing, "passion" for the subject, and the subject itself "liberty." A good start for a second read is the sections on liberty. Read them in sequential order: of the 13 instances, three in the header, one in sen. 3, two in sen. 4 and then 3 in sen. 304-305 and three more in the last 50 sentences.

Another strategy is to examine the new vocabulary that is introduced after an exposition should be long finished. Of the 4,000 unique words one would have to look at roughly a thousand that carry semantic information.

I am not able to claim an interpretation, but I have learned something about the text that I could nail on the wall were I the excitable type. Unfortunately, there are still some hours of semantic inventory to be done. Easy to do, and most important, the answers come immediately: liberty, 13 total, sen. 3, 4,  62, 217, 229, 280, 304, 306, 311, 329, 357. As you can see, there is only one path: from a question in the mind to the computer to a sequence of sentences in the text to the eye-ball on the text. The sentences are read, but they are read in sequence one after the other, dependent on similar semantic content, it is a form of directed reading.

This kind of reading, is of course possible with a printed concordance and as such nothing terribly new; yet, with a search and retrieval engine, there is much less fuss with finding editions and writing down numbers. There is also no fuss about searching lists of cognates and co-occurrences. There is also no fuss with finding a word on a page, not always instantaneous on a printed page, even if you know it is there (and is not the fault of my eyes). In short, index and retrieval engines have made concordance work efficient and logistically unproblematic. So, if we are to examine digital humanities, we have to ask ourselves, what was behind the impulse for concordances? Why was all that work done in the 19th and 20th centuries with "slips of paper" technology? Let me allow that question to hang out in rhetorical space for a bit.

Clearly, the readers of the past, the people who spent a life-time with Milton felt their grasp of the individual text required serious auxiliary constructs to the tune of writing every word and page number on a slip of paper and collating the slips. For the Areopagitica alone, that meant 18,000 slips of paper. That kind of work would point to a style of interpretation that does not rely on impression but on careful study of the semantic material. It depends on going through the video tape in slow motion to see just what the line-backers did during the pump-fake into the flat; did they flinch long enough to open up a screen pass? Pardon the time shift, but I would really like to conjure up a scholar of the later 19th century and what a secure grasp of a text entails, no computers, only paper and books. A secure grasp can be achieved in many ways.

A novice may be extremely secure in his or her estimation of his or her grasp of a text he or she has been assigned; that certainty will most likely be an illusion based on his or her healthy capacity for self-deception. Perhaps even Prof. Fish's secure certainty of his interpretive propositions is a form of impressionistic interaction with the text, perhaps fed by an insight that there is no secure grasp, only a judicious interaction, a well played game, the defeat of an opponent, in this case the pattern recognition of computers.

What precisely are the possibilities for an interaction of the mind with a stream of 18,000 words. First of all, the Areopagitica is not fiction. It is in form of a speech before parliament, a call for legislative action. For the legislature of the time there was no issue. With the position of parliament extremely fragile, about to be disbanded in the near future, it would under no circumstance alienate all factions by curtailing censorship. So no doubt, had they heard all about "liberty - censorship - learning - freedom," that would have been enough for most to pull the hat over the eyes and try to get a nap or perhaps go to the loo for 300 sentences worth. This document was really more important for later generations or even later centuries as a clear uncowed expression against censorship with citations from the classics and from church history, written while enduring censorship.

There are other classes of text, fiction, that actually simulate lived experience where there is a connection between words on the page and images in the mind. What is remembered of the reading, i.e. the lived experience, are the images and not the words. There is, in fact, only a tenuous connection between the words and the images. The lived experience may even end in confusion over an extended period of time. The first cheat is to accept either hints or a fully painted canvass from the secondary literature. Sometimes that is all there is. The second cheat is to go to the concordance.

Of course it is only a cheat in the sense that there is an athletic view of reading literature, with the clock running, that demands 1. that the essential be grasped 2. that all pertinent passages documenting the essential be found and excerpted and 3. that no untidy, possibly contradictory passages be ignored or swept under the rug rhetorically. Clearly, the three points are an imperative, the question is only, at what point in an engagement with a text do these three points solidify. If we can speculate that "interpretation" of texts started in earnest in the 19th century, we now have several generations of interpretations that show just how differently a text can be read over time. Text that were acclaimed for their view of the human condition one decade were reviled as degenerate the next decade, only to be rediscovered as shining beacons ten years later, only to be discarded as irrelevant and forgotten.

There are important questions here, questions of history, historical context, questions of shifting priorities of society, education and human self-awareness. If multiple readings are not only possible, but also not to be avoided, then a secure grasp of a text means that the text is securely grasped by the context of the mind grasping. At that point, the text is pretty much irrelevant; the mind will pick congenial vocabulary or give words congenial meanings.

There is enough play in the meaning of words 1. over historical time and 2. over lived time of the reader (learner, teacher, scholar) that the generation of images from the lived experience of reading carries no guarrantee of predictable, verifiable results. This was made painfully clear to me when I realized that I had always seen Hermann Broch as a victim of persecution who spent years in relative poverty and unhappy exile and an early death, writing a great work on the relation of the artist to despotic power. In the eighties there appeared essays reading proto-nazi tendencies in his work. One can view him as a industrialist turned writer with an elitist aesthetic. One can read Vergil's discussion with Caesar as an apology for power. There are many words, many long sentences over 800 pages. The easy thing is to integrate [read: mutate] the text into the ideology extant between the ears.

                                                        * * *

We return to the question that the computer programs in this exercise are to show us.

What did a Milton scholar of yore attempt to when he, statistically probably a "he", went to a concordance and copied out the numbers for "liberty" and "freedom" or the numbers for "bishop" "presbyter" and "prelate" and all their forms. It is an attempt to hold several passages open before the eyes at the same time. I have done similar things with my copy of the "Magic Mountain" (no concordance alas). With one hand it is possible to hold open six different pages in a text, simultaneously, with a pair of glasses added, eight pages. With slips of paper it is possible have up to 50 passages queued for a quick look, but after that, too many slips means the same as no slips. Computers were not up to the task in the 1979's.

When holding open eight pages with glasses included, there is no real guarantee that all the dinner conversations in the Magic Mountain are there for comparison, especially since many go on for pages. The same goes for bi-labials in Milton. Before we start with a tentative list-based look at the semantics in Areopagitica, let us return to the "b&p question" and my contention that one can, and routinely does, run the numbers AFTER an interpretive proposition is in intellectual space. Once I decide bi-labials are important, digital humanities allows me to nail all of them to the wall, so they hold still, even if reading the text out loud was not a satisfactory experience, so I can at least look at them at leisure.

For example, sentences four and five of the Areopagitica:

213-liberty
217-hope,
234-expect;
235-but
237-complaints
241-deeply
244-speedily
250-bound
253-liberty
9-52-4-XXX

266-by
282-part
289-steepe
294-superstition
298-principles
301-beyond
310-bee
311-attributed
8-78-5-XXX

[9-52-4-XXX] Sentence 4 contains 52 words of which 9 are bp words etc. XXX shows a sentence cusp.

[311-attributed] The number before each word is the sequential number of the word in the text e.g. "bee attributed" are words 310 and 311, according to my count.

Let us not rush to dialectic steam rolling here. Of course you have your Milton in your hand while you are looking at these sentences. You can see the positional distance between the pb words, and you can read along with your text. If you are clever, however, you will have prepared your text to make the sentence numbers obvious, and also give an easy view of the relative size of the sentences.

For example:
|p4
 For this is not the liberty which wee can hope, that no grievance ever should arise in the Commonwealth, that let no man in this World expect; but when complaints are freely heard, deeply consider'd and speedily reform'd, then is the utmost bound of civill liberty attain'd, that wise men looke for.
 |p5
 To which if I now manifest by the very sound of this which I shall utter, that wee are already in good part arriv'd, and yet from such a steepe disadvantage of tyranny and superstition grounded into our principles as was beyond the manhood of a Roman recovery, it will bee attributed first, as is most due, to the strong assistance of God our deliverer, next to your faithfull guidance and undaunted Wisdome, Lords and Commons of England.
 |p6
 Neither is it in Gods esteeme the diminution of his glory, when honourable things are spoken of good men and worthy Magistrates; which if I now first should begin to doe, after so fair a progresse of your laudable deeds, and such a long obligement upon the whole Realme to your indefatigable virtues, I might be justly reckn'd among the tardiest, and the unwillingest of them that praise yee.
 |p7
 Nevertheless there being three principall things, without which all praising is but Courtship and flattery, First, when that only is prais'd which is solidly worth praise: next, when greatest likelihoods are brought that such things are truly and really in those persons to whom they are ascrib'd, the other, when he who praises, by shewing that such his actuall perswasion is of whom he writes, can demonstrate that he flatters not; the former two of these I have heretofore endeavour'd, rescuing the employment from him who went about to impaire your merits with a triviall and malignant Encomium; the latter as belonging chiefly to mine owne acquittall, that whom I so extoll'd I did not flatter, hath been reserv'd opportunely to this occasion.

Here are sentences 4 through 7. Should there still be some objections along the line of privileging a running sequential presentation of sentences, let that not stand in the way:
For this is not the liberty which wee can hope, that no grievance ever should arise in the Commonwealth, that let no man in this World expect; but when complaints are freely heard, deeply consider'd and speedily reform'd, then is the utmost bound of civill liberty attain'd, that wise men looke for. To which if I now manifest by the very sound of this which I shall utter, that wee are already in good part arriv'd, and yet from such a steepe disadvantage of tyranny and superstition grounded into our principles as was beyond the manhood of a Roman recovery, it will bee attributed first, as is most due, to the strong assistance of God our deliverer, next to your faithfull guidance and undaunted Wisdome, Lords and Commons of England. Neither is it in Gods esteeme the diminution of his glory, when honourable things are spoken of good men and worthy Magistrates; which if I now first should begin to doe, after so fair a progresse of your laudable deeds, and such a long obligement upon the whole Realme to your indefatigable virtues, I might be justly reckn'd among the tardiest, and the unwillingest of them that praise yee. Nevertheless there being three principall things, without which all praising is but Courtship and flattery, First, when that only is prais'd which is solidly worth praise: next, when greatest likelihoods are brought that such things are truly and really in those persons to whom they are ascrib'd, the other, when he who praises, by shewing that such his actuall perswasion is of whom he writes, can demonstrate that he flatters not; the former two of these I have heretofore endeavour'd, rescuing the employment from him who went about to impaire your merits with a triviall and malignant Encomium; the latter as belonging chiefly to mine owne acquittall, that whom I so extoll'd I did not flatter, hath been reserv'd opportunely to this occasion. 

Given the distinctly unmodern phrase and clause structure of Milton's prose, I prefer the numbered and separated version. Given all the various printings of this work over time, I think digital humanist should be allowed to come up with a version that can be read on an i-Phone on the sub-way.


Win 1 - ratios, Win2 setences with "b or p", Win 4 the text (TextPad detail)
Note: each window can scroll independently.

One further suggestion is to put the list of bi-labials in one window, and in the window adjacent, the texts with numbered and separated sentences. As a third window I would suggest a list of sentences with the ratio of bi-labials to the words in the sentence, i.e. what percentage of the words have a bi-l; 31% is the most and occurs in three sentences.

Below is the list of ratios by sentence numbers; it is to be used if you are going through the text sequentially, to test the phonetic impression while reading:

0.13, 11, 85, 1
0.13, 9, 72, 2
0.18, 9, 50, 3
0.17, 9, 52, 4
0.10, 8, 78, 5
0.14, 10, 69, 6
0.15, 19, 123, 7
0.17, 7, 42, 8
0.16, 15, 94, 9
0.14, 11, 78, 10
0.10, 8, 78, 11
0.10, 5, 51, 12
0.08, 4, 48, 13
0.19, 6, 31, 14
0.14, 18, 129, 15
0.19, 19, 99, 16
0.26, 11, 42, 17
0.18, 16, 88, 18

Below is the same list sorted by the ratio of bi-l's: [Note: sen.#23 has roughly a third of its words with bi-l's, so on down to 23%. This is to read into the heavy concentrators, easy if the window with the numbered sentences is up.]

The idea is to hang with an idea long enough for the first impression to evaporate. The temptation is to reinforce the original stimulous. When encountering texts after the initial experience, the notion of "Epoché" (suspension of judgement) is helpful. If perfect perception is not possible (exceptions noted) one may be able to sneak up on a text by holding it suspended in virtual space and seeing many parts of it at the same time. Suspend judgement for a little while, while examining the text closer, the text suspended virtually, the flow paused briefly. True, the visceral experience of the flow of the text is gone, a mere memory, but there may be an intellectual experience lurking when the mind can take its sweet time with a text in virtual suspension.

 0.31, 10, 32, 23
 0.31, 15, 49, 38
 0.31, 4, 13, 105
 0.30, 7, 23, 94
 0.29, 6, 21, 108
 0.28, 13, 47, 228
 0.28, 7, 25, 56
 0.27, 6, 22, 168
 0.27, 10, 37, 117
 0.26, 11, 42, 17
 0.26, 18, 70, 349
 0.26, 9, 35, 171
 0.25, 7, 28, 54
 0.25, 7, 28, 46
 0.25, 9, 36, 131
 0.25, 3, 12, 146
 0.25, 2, 8, 321
 0.24, 6, 25, 58
 0.24, 8, 34, 172
 0.24, 8, 34, 212
 0.24, 4, 17, 291
 0.24, 8, 34, 356
 0.24, 14, 58, 254

There are other options that one might consider. I can present the text with all the b's marked in yellow and all the p's marked in blue, that would simulate a synesthetic perception. I can also mark all the bi-l in the color of choice, mauve or lincoln green.

Stay tuned...

Saturday, February 18, 2012


Output of Bi-labials in Areopagitica. Sentence 147 to 357

Elizabeth-Park Meran

diff 10 7103 be
diff 4 7107 be
diff 4 7111 but
147,XXX
diff 8 7119 be
diff 8 7127 deportment
diff 1 7128 be
diff 4 7132 but
diff 2 7134 by
diff 4 7138 be
diff 5 7143 Plato
diff 2 7145 provided
diff 28 7173 be
diff 3 7176 prattle
diff 4 7180 but
diff 2 7182 be
148,XXX
diff 16 7198 whisper
diff 3 7201 chambers?
diff 6 7207 Balcone's
diff 2 7209 be
diff 6 7215 books,
diff 3 7218 Frontispices
diff 6 7224 prohibit
diff 17 7241 bagpipe
diff 3 7244 rebbeck
diff 5 7249 ballatry,
diff 6 7255 municipal
149,XXX
diff 16 7271 corruption,
diff 6 7277 abroad,
diff 6 7283 be
diff 10 7293 be
diff 3 7296 inhibit
diff 12 7308 harbour'd?
diff 5 7313 be
diff 8 7321 sober
diff 10 7331 garb.
150,XXX
diff 25 7356 appoint
diff 3 7359 be
diff 3 7362 presum'd,
diff 7 7369 forbid
diff 2 7371 separat
diff 6 7377 company?
diff 4 7381 be,
diff 3 7384 be;
diff 1 7385 but
diff 4 7389 be
151,XXX
diff 25 7414 Eutopian
diff 1 7415 polities
diff 4 7419 be
diff 9 7428 but
diff 16 7444 plac't
diff 2 7446 unavoidably.
152,XXX
diff 4 7450 Plato's
diff 3 7453 books
diff 6 7459 pulls
diff 15 7474 both
diff 7 7481 but
diff 16 7497 Plato
diff 5 7502 bonds
diff 7 7509 pillars
diff 10 7519 be
diff 3 7522 bear
diff 12 7534 be
153,XXX
diff 3 7537 Impunity
diff 7 7544 bane
diff 4 7548 but
diff 14 7562 bid
diff 3 7565 punishment,
diff 5 7570 perswasion
154,XXX
diff 16 7586 ripe
diff 4 7590 be
diff 2 7592 pittance,
diff 3 7595 prescription,
diff 2 7597 compulsion,
diff 4 7601 but
diff 4 7605 praise
diff 2 7607 be
diff 8 7615 be
diff 1 7616 sober,
diff 6 7622 be
diff 2 7624 complain
diff 3 7627 Providence
diff 22 7649 but
diff 4 7653 bin
155,XXX
diff 22 7675 obedience,
diff 15 7690 before
diff 3 7693 provoking
diff 1 7694 object,
diff 17 7711 praise
diff 3 7714 abstinence.
156,XXX
diff 5 7719 passions
diff 3 7722 pleasures
diff 2 7724 about
diff 2 7726 but
diff 4 7730 temper'd
diff 20 7750 by
diff 7 7757 besides
diff 6 7763 heap
diff 10 7773 part
diff 7 7780 be
diff 4 7784 persons,
diff 11 7795 books
157,XXX
diff 30 7825 bereave
158,XXX
diff 5 7830 Banish
diff 2 7832 objects
diff 4 7836 up
diff 6 7842 discipline
diff 3 7845 be
diff 28 7873 point.
159,XXX
diff 1 7874 Suppose
diff 3 7877 expell
diff 2 7879 by
diff 8 7887 expell
diff 6 7893 expell
diff 8 7901 both
diff 10 7911 both
160,XXX
diff 6 7917 providence
diff 8 7925 temperance,
diff 4 7929 powrs
diff 2 7931 before
diff 5 7936 profusenes
diff 2 7938 desirable
diff 9 7947 beyond
161,XXX
diff 21 7968 by
diff 1 7969 abridging
diff 6 7975 books
diff 2 7977 permitted
diff 2 7979 both
162,XXX
diff 13 7992 be
diff 1 7993 better
diff 9 8002 be
163,XXX
diff 27 8029 be
diff 1 8030 preferr'd
diff 1 8031 before
diff 6 8037 forcible
164,XXX
diff 11 8048 compleating
diff 4 8052 person,
165,XXX
diff 9 8061 albeit
diff 13 8074 be
diff 4 8078 book,
diff 15 8093 be
diff 1 8094 prohibited
diff 3 8097 books,
diff 2 8099 appears
166,XXX
diff 22 8121 but
diff 4 8125 Court-libell
diff 3 8128 Parlament
diff 3 8131 Printed,
diff 8 8139 dispers't
167,XXX
diff 13 8152 prime
diff 11 8163 proof
168,XXX
169,XXX
diff 10 8173 But
diff 4 8177 be
diff 3 8180 blindfold
diff 5 8185 particular,
diff 4 8189 be
diff 5 8194 books?
diff 7 8201 be
diff 4 8205 behold
diff 3 8208 labour,
diff 6 8214 repeal
diff 2 8216 proscribe
diff 5 8221 books
diff 2 8223 printed
diff 8 8231 up
diff 19 8250 books
diff 1 8251 be
diff 8 8259 bin
170,XXX
171,XXX
diff 21 8280 be
diff 2 8282 books
diff 3 8285 partly
diff 4 8289 partly
diff 1 8290 culpable
diff 2 8292 pernicious;
diff 11 8303 expurgations,
diff 2 8305 expunctions,
diff 6 8311 be
172,XXX
diff 9 8320 books
diff 2 8322 upon
diff 6 8328 be
diff 6 8334 Printers
diff 7 8341 forbidd
diff 2 8343 importation
diff 4 8347 suspected
diff 1 8348 typography.
173,XXX
diff 9 8357 be
diff 9 8366 perfectly
diff 13 8379 abhorre
174,XXX
diff 12 8391 forbid,
diff 5 8396 be
diff 1 8397 but
175,XXX
diff 13 8410 prevent
diff 21 8431 books
diff 5 8436 preserving
diff 8 8444 by
176,XXX
diff 17 8461 spread
diff 6 8467 Gospel
diff 2 8469 Epistle
177,XXX
diff 10 8479 be
diff 7 8486 Spain,
diff 3 8489 places
diff 1 8490 be
diff 2 8492 scruple
diff 2 8494 better,
diff 14 8508 been
diff 2 8510 upon
diff 1 8511 books.
178,XXX
diff 5 8516 whereby
diff 4 8520 plain
diff 11 8531 by
diff 6 8537 be
179,XXX
diff 6 8543 be
diff 2 8545 but
diff 9 8554 upon
diff 2 8556 birth,
diff 4 8560 books
diff 4 8564 be
diff 10 8574 be
diff 3 8577 above
diff 4 8581 both
diff 7 8588 be
diff 11 8599 passable
180,XXX
diff 11 8610 be
diff 5 8615 behoovs
diff 4 8619 be
diff 5 8624 unpleasing
diff 8 8632 upon
diff 5 8637 be
diff 3 8640 perpetuall
diff 4 8644 books
diff 2 8646 pamphlets,
181,XXX
diff 7 8653 book
diff 3 8656 acceptable
diff 5 8661 but
diff 2 8663 be
diff 14 8677 legible,
diff 3 8680 pages
diff 10 8690 Print,
diff 3 8693 imposition
diff 3 8696 beleeve
diff 12 8708 but
diff 3 8711 sensible
diff 3 8714 be
diff 1 8715 able
182,XXX
diff 12 8727 present
diff 3 8730 be
diff 1 8731 pardon'd
diff 5 8736 doubtlesse
diff 4 8740 up,
diff 6 8746 obedience
diff 3 8749 Parlament,
diff 3 8752 perhaps
diff 7 8759 unlaborious
diff 3 8762 but
diff 12 8774 expressions
183,XXX
diff 22 8796 possesse
diff 2 8798 imployment,
diff 1 8799 by
diff 21 8820 plain
diff 12 8832 except
diff 4 8836 put
diff 7 8843 Presse-corrector,
diff 12 8855 expect
diff 4 8859 imperious,
diff 4 8863 basely
diff 1 8864 pecuniary.
184,XXX
diff 18 8882 bears
185,XXX
diff 7 8889 proceed
diff 15 8904 being
diff 9 8913 be
186,XXX
diff 11 8924 complaint
diff 4 8928 Prelats,
diff 1 8929 upon
diff 3 8932 breath
diff 6 8938 pluralities,
diff 2 8940 distribute
diff 10 8950 be
187,XXX
diff 6 8956 But
diff 4 8960 opinion,
diff 10 8970 part
diff 13 8983 but
diff 8 8991 speech
diff 7 8998 competency
188,XXX
diff 6 9004 be
diff 13 9017 pretenders
diff 3 9020 but
diff 11 9031 born
diff 16 9047 but
diff 9 9056 perhaps
diff 5 9061 perpetuity
diff 2 9063 praise
diff 9 9072 be
diff 6 9078 publisht
diff 1 9079 labours
diff 22 9101 but
diff 3 9104 repute
diff 14 9118 print
diff 11 9129 drop
diff 6 9135 corruption,
diff 4 9139 displeasure
diff 8 9147 spirit
diff 3 9150 be
diff 1 9151 put
diff 1 9152 upon
189,XXX
diff 7 9159 be
diff 7 9166 be
diff 2 9168 boy
diff 7 9175 scapt
diff 10 9185 Imprimatur?
diff 4 9189 elaborat
diff 17 9206 Pedagogue
diff 3 9209 be
diff 8 9217 temporizing
diff 2 9219 extemporizing
190,XXX
diff 14 9233 being
diff 3 9236 be
diff 10 9246 penalty,
diff 8 9254 reputed
diff 7 9261 born,
191,XXX
diff 18 9279 up
diff 5 9284 deliberation
diff 26 9310 be
diff 12 9322 before
diff 13 9335 ripenesse,
diff 7 9342 proof
diff 3 9345 abilities
diff 2 9347 bring
diff 10 9357 be
diff 4 9361 suspected,
diff 13 9374 expence
diff 2 9376 Palladian
diff 10 9386 perhaps
diff 4 9390 perhaps
diff 6 9396 perhaps
diff 6 9402 labour
diff 2 9404 book-writing,
diff 4 9408 be
diff 2 9410 repulst,
diff 4 9414 appear
diff 2 9416 Print
diff 3 9419 punie
diff 10 9429 back
diff 5 9434 be
diff 2 9436 bayl
diff 12 9448 be
diff 1 9449 but
diff 10 9459 book,
diff 3 9462 priviledge
192,XXX
diff 11 9473 be
diff 3 9476 copious
diff 20 9496 book
diff 5 9501 Presse,
diff 4 9505 happ'ns
diff 3 9508 best
diff 6 9514 perhaps
diff 6 9520 book.
193,XXX
diff 2 9522 Printer
diff 4 9526 beyond
diff 3 9529 copy;
diff 17 9546 be
diff 7 9553 be
diff 8 9561 be
diff 6 9567 be
diff 10 9577 Presse
diff 19 9596 book
diff 21 9617 befall.
194,XXX
diff 18 9635 be
diff 5 9640 book
diff 5 9645 be,
diff 5 9650 better
diff 1 9651 be
diff 10 9661 but
diff 9 9670 patriarchal
diff 3 9673 blot
diff 4 9677 precisely
diff 5 9682 hidebound
195,XXX
diff 11 9693 upon
diff 6 9699 pedantick
diff 3 9702 be
diff 9 9711 book
diff 9 9720 pupil
diff 13 9733 wardship
196,XXX
diff 11 9744 but
diff 20 9764 replies
diff 3 9767 but
diff 8 9775 be
diff 3 9778 but
diff 6 9784 be
diff 14 9798 be
diff 17 9815 Bacon,
diff 4 9819 books
diff 2 9821 but
197,XXX
diff 11 9832 happ'n
diff 2 9834 be
diff 7 9841 be
diff 3 9844 jeopardy
diff 16 9860 passe
diff 2 9862 but
198,XXX
diff 10 9872 lamentable,
diff 28 9900 be
diff 1 9901 Printed,
diff 2 9903 Reprinted,
diff 3 9906 be
diff 4 9910 book
diff 20 9930 be
diff 6 9936 Spirit,
diff 7 9943 decrepit
diff 16 9959 spake
diff 5 9964 pardon
diff 13 9977 posterity
diff 1 9978 be
diff 7 9985 presumptuous
diff 4 9989 perfunctory
199,XXX
diff 10 9999 bin
diff 6 10005 book
diff 5 10010 be
diff 2 10012 publisht,
diff 5 10017 but
diff 2 10019 forbear
200,XXX
diff 10 10029 be
diff 6 10035 by
diff 8 10043 power,
diff 1 10044 but
diff 15 10059 periods
diff 3 10062 books,
diff 10 10072 orphan
diff 11 10083 belong
diff 3 10086 haples
201,XXX
diff 21 10107 be
diff 11 10118 be
diff 5 10123 be
diff 6 10129 be
diff 3 10132 pleasant
202,XXX
diff 13 10145 particular
diff 5 10150 person
diff 8 10158 labours
203,XXX
diff 24 10182 by
diff 21 10203 be
diff 1 10204 comprehended
diff 4 10208 capacities
diff 10 10218 passe
diff 1 10219 except
diff 2 10221 superintendence
diff 1 10222 be
diff 3 10225 except
diff 2 10227 be
diff 10 10237 be
diff 5 10242 stamp.
204,XXX
diff 10 10252 be
diff 1 10253 monopoliz'd
diff 4 10257 by
205,XXX
diff 13 10270 staple
diff 16 10286 broad
diff 5 10291 packs.
206,XXX
diff 4 10295 but
diff 5 10300 impos'd
diff 1 10301 by
diff 2 10303 Philistims,
diff 3 10306 be
diff 3 10309 sharpning
diff 7 10316 but
diff 3 10319 repair
207,XXX
diff 47 10366 but
diff 5 10371 by
diff 2 10373 appointed
diff 5 10378 be
diff 3 10381 passe
diff 9 10390 be
diff 6 10396 be
diff 1 10397 apprehended
diff 5 10402 punishment.
208,XXX
diff 19 10421 suspectfull
diff 1 10422 prohibition,
diff 2 10424 plainly
diff 1 10425 be
diff 4 10429 disparagement
209,XXX
diff 13 10442 abroad
diff 3 10445 keeper,
diff 1 10446 but
diff 2 10448 books
diff 7 10455 visible
210,XXX
diff 11 10466 people
diff 4 10470 reproach;
diff 4 10474 be
diff 15 10489 pamphlet,
diff 4 10493 but
diff 9 10502 people;
diff 14 10516 be
diff 1 10517 able
diff 5 10522 but
diff 3 10525 pipe
211,XXX
diff 14 10539 pretend,
diff 4 10543 Popish
diff 1 10544 places
diff 8 10552 dispis'd
212,XXX
diff 13 10565 because
diff 2 10567 stops
diff 1 10568 but
diff 2 10570 breach
diff 8 10578 corruptions
diff 5 10583 prevent,
diff 1 10584 break
diff 8 10592 be
213,XXX
diff 11 10603 disrepute
diff 7 10610 labours
diff 3 10613 hope
diff 1 10614 better,
diff 4 10618 proficiencie
diff 4 10622 reaps
diff 1 10623 by
diff 10 10633 Gospel
diff 6 10639 be,
diff 5 10644 preaching,
diff 3 10647 be
diff 6 10653 unprincipl'd,
diff 4 10657 rabble,
diff 8 10665 pamphlet
214,XXX
diff 33 10698 benefiting
diff 12 10710 be
diff 7 10717 paper
diff 11 10728 preacht,
diff 1 10729 printed,
diff 4 10733 numbers,
diff 11 10744 books
diff 1 10745 unsalable,
diff 3 10748 be
215,XXX
diff 15 10763 Imprimatur.
216,XXX
diff 7 10770 perswade
diff 54 10824 bin
diff 2 10826 happy
diff 2 10828 be
diff 1 10829 born
diff 4 10833 place
diff 2 10835 Philosophic
diff 4 10839 suppos'd
diff 7 10846 but
diff 1 10847 bemoan
diff 10 10857 brought;
diff 7 10864 dampt
diff 9 10873 bin
diff 7 10880 but
217,XXX
diff 18 10898 prisner
218,XXX
diff 28 10926 Prelaticall
diff 8 10934 pledge
diff 3 10937 happines,
diff 6 10943 perswaded
diff 3 10946 liberty.
219,XXX
diff 4 10950 beyond
diff 2 10952 hope
diff 6 10958 breathing
diff 6 10964 be
diff 10 10974 be
diff 2 10976 by
220,XXX
diff 15 10991 begun,
diff 12 11003 complaint
diff 8 11011 parts
diff 10 11021 by
diff 10 11031 Parlament
diff 18 11049 companion
diff 15 11064 quæstorship
diff 9 11073 by
diff 2 11075 importun'd
diff 5 11080 favourable
diff 1 11081 opinion
diff 13 11094 respected
diff 1 11095 by
diff 7 11102 perswasions,
diff 5 11107 despair
diff 9 11116 bring
diff 11 11127 upon
221,XXX
diff 8 11135 disburdning
diff 3 11138 particular
diff 2 11140 but
diff 9 11149 prepar'd
diff 5 11154 above
diff 3 11157 pitch
222,XXX
diff 53 11210 suspicious
diff 8 11218 book,
diff 7 11225 before
diff 10 11235 but
diff 5 11240 better
diff 4 11244 preaching,
diff 9 11253 except
diff 3 11256 please,
diff 3 11259 be
diff 5 11264 by
diff 2 11266 but
diff 9 11275 put
diff 6 11281 Bishops
diff 2 11283 Presbyters
diff 6 11289 both
223,XXX
diff 8 11297 Prelaty
diff 2 11299 before
diff 9 11308 distributivly
diff 2 11310 upon
diff 3 11313 people,
diff 5 11318 upon
diff 4 11322 obscure
diff 6 11328 Pastor
diff 5 11333 Parish,
diff 5 11338 be
diff 2 11340 Archbishop
diff 6 11346 books,
diff 5 11351 but
diff 1 11352 keep
diff 7 11359 pluralist.
224,XXX
diff 3 11362 but
diff 11 11373 Batchelor
diff 9 11382 simplest
diff 1 11383 Parishioner,
diff 7 11390 privat
diff 3 11393 both
diff 6 11399 books
diff 2 11401 ablest
225,XXX
diff 11 11412 Protestations
diff 9 11421 put
diff 2 11423 Prelaty,
diff 3 11426 but
diff 2 11428 chop
diff 2 11430 Episcopacy;
diff 3 11433 but
diff 4 11437 Palace
diff 1 11438 Metropolitan
diff 10 11448 but
diff 8 11456 penance.
226,XXX
diff 4 11460 betimes
diff 5 11465 pamphlet
diff 5 11470 be
227,XXX
diff 17 11487 But
diff 9 11496 by
diff 10 11506 built
diff 3 11509 upon
diff 9 11518 be
diff 2 11520 pusillanimous.
228,XXX
diff 14 11534 be
diff 2 11536 by
diff 2 11538 discipline
diff 4 11542 Prelats,
diff 3 11545 by
diff 8 11553 up
diff 5 11558 brest
diff 9 11567 doubt
229,XXX
diff 11 11578 but
diff 6 11584 politic
diff 9 11593 Bishops
diff 3 11596 be
diff 1 11597 baited
diff 4 11601 Presses
diff 2 11603 be
diff 1 11604 open;
diff 4 11608 peoples
diff 1 11609 birthright
diff 2 11611 priviledge
diff 4 11615 Parlament,
diff 4 11619 breaking
230,XXX
diff 4 11623 But
diff 3 11626 Bishops
diff 1 11627 abrogated
diff 14 11641 but
diff 13 11654 Episcopall
diff 2 11656 begin
diff 2 11658 bud
diff 11 11669 liberty
diff 2 11671 Printing
diff 2 11673 be
diff 5 11678 Prelaticall
diff 5 11683 privilege
diff 3 11686 people
diff 21 11707 Parlament
231,XXX
diff 12 11719 Prelats
diff 2 11721 remember
diff 4 11725 obstructing
diff 6 11731 part
diff 5 11736 opposite
diff 10 11746 suppressing
diff 12 11758 reputation:
diff 2 11760 punishing
232,XXX
diff 10 11770 Albans,
diff 3 11773 forbidd'n
diff 5 11778 be
diff 3 11781 spark
diff 5 11786 up
233,XXX
diff 16 11802 prove
diff 6 11808 but
diff 8 11816 be
diff 2 11818 step-dame
diff 5 11823 by
diff 1 11824 disinabling
234,XXX
diff 25 11849 by
diff 6 11855 limbs
diff 2 11857 complexion.
235,XXX
diff 3 11860 compar'd
diff 2 11862 Scripture
diff 12 11874 perpetuall
diff 1 11875 progression,
diff 6 11881 pool
236,XXX
diff 8 11889 be
diff 9 11898 beleeve
diff 3 11901 because
diff 2 11903 Pastor
diff 5 11908 Assembly
diff 9 11917 belief
diff 1 11918 be
diff 8 11926 becomes
237,XXX
diff 7 11933 burden
diff 5 11938 post
238,XXX
diff 13 11951 be,
diff 6 11957 be
diff 2 11959 Protestants
diff 2 11961 professors
diff 9 11970 implicit
diff 5 11975 Papist
239,XXX
diff 9 11984 pleasure
diff 4 11988 profits,
diff 4 11992 be
diff 9 12001 piddling
diff 10 12011 keep
diff 4 12015 upon
240,XXX
diff 14 12029 be
diff 5 12034 bear
diff 1 12035 up
diff 3 12038 neighbours
241,XXX
diff 7 12045 but
diff 36 12081 be.
242,XXX
diff 26 12107 person
diff 19 12126 piety.
243,XXX
diff 15 12141 but
diff 2 12143 becom
diff 3 12146 movable,
244,XXX
diff 31 12177 praies,
diff 2 12179 liberally
diff 1 12180 supt,
diff 2 12182 sumptuously
diff 3 12185 sleep,
diff 11 12196 spic't
diff 1 12197 bruage,
diff 2 12199 better
diff 1 12200 breakfasted
diff 5 12205 appetite
diff 8 12213 between
diff 1 12214 Betheny
diff 6 12220 abroad
diff 10 12230 shop
245,XXX
diff 12 12242 be
diff 9 12251 be
diff 9 12260 but
diff 2 12262 passes
diff 6 12268 Publicans
diff 7 12275 poundaging
diff 4 12279 spok'n
diff 6 12285 up
diff 11 12296 please;
diff 2 12298 be
diff 3 12301 be
diff 4 12305 pastimes
diff 6 12311 about
246,XXX
diff 31 12342 unalterably
diff 4 12346 pourveying.
247,XXX
diff 15 12361 bring
diff 4 12365 people.
248,XXX
diff 6 12371 be
diff 5 12376 obedient
diff 14 12390 doubtles
diff 5 12395 peece
249,XXX
diff 13 12408 better
diff 2 12410 be
diff 16 12426 before,
diff 3 12429 parochiall
diff 11 12440 pillars
diff 4 12444 benefice,
diff 2 12446 be
diff 2 12448 inclinable,
diff 9 12457 up
diff 13 12470 topic
diff 8 12478 sober
diff 1 12479 graduatship,
diff 30 12509 alphabet
diff 4 12513 by
diff 10 12523 book-craft,
diff 8 12531 unspeakably
diff 3 12534 performance
diff 12 12546 up
diff 3 12549 helps
diff 3 12552 breviaries,
diff 1 12553 synopses,
250,XXX
diff 5 12558 But
diff 8 12566 printed
diff 2 12568 pil'd
diff 1 12569 up,
251,XXX
diff 19 12588 boot
252,XXX
253,XXX
diff 13 12601 vendible
diff 9 12610 penury
diff 6 12616 Pulpit
diff 1 12617 provision,
diff 4 12621 plenteously
254,XXX
diff 5 12626 But
diff 6 12632 be
diff 2 12634 impal'd,
diff 3 12637 back
diff 2 12639 be
diff 3 12642 by
diff 4 12646 but
diff 3 12649 bold
diff 1 12650 book
diff 26 12676 keep
diff 12 12688 about
diff 3 12691 opinions,
diff 10 12701 inspectors,
diff 7 12708 be
diff 6 12714 be
diff 1 12715 better
diff 2 12717 better
diff 3 12720 disciplin'd.
255,XXX
diff 13 12733 be
256,XXX
diff 18 12751 be
diff 15 12766 becomes
diff 16 12782 people
diff 10 12792 be
diff 29 12821 privily
diff 9 12830 but
diff 1 12831 openly
diff 1 12832 by
diff 2 12834 publish
diff 6 12840 opinion
diff 13 12853 be
257,XXX
diff 12 12865 preacht
diff 2 12867 publick;
diff 5 12872 publick
diff 2 12874 preaching;
diff 8 12882 be,
diff 2 12884 being
diff 4 12888 businesse
diff 2 12890 profession
diff 5 12895 be
diff 2 12897 champions
diff 9 12906 be
diff 1 12907 imputed
diff 1 12908 but
diff 4 12912 unability?
diff 10 12922 by
258,XXX
diff 35 12957 employment,
diff 27 12984 because
diff 4 12988 particular,
diff 1 12989 but
259,XXX
diff 18 13007 behind
diff 4 13011 purpos'd
diff 3 13014 open,
diff 2 13016 incredible
diff 6 13022 plot
diff 3 13025 puts
diff 11 13036 stop
diff 1 13037 up
diff 5 13042 ports,
diff 8 13050 importation
diff 10 13060 establisht
diff 2 13062 put
diff 2 13064 practice
diff 1 13065 by
diff 7 13072 purpose
diff 6 13078 possible,
diff 13 13091 policie
diff 4 13095 upholds
diff 3 13098 by
diff 2 13100 prohibition
diff 2 13102 Printing.
260,XXX
diff 4 13106 but
diff 27 13133 especially
diff 4 13137 points
diff 1 13138 between
diff 4 13142 Pope,
diff 3 13145 appertinences
diff 2 13147 Prelats:
diff 1 13148 but
diff 7 13155 pitch
diff 9 13164 prospect
diff 9 13173 contemplate,
diff 8 13181 beatific
diff 4 13185 by
diff 3 13188 opinion
261,XXX
diff 26 13214 perfect
diff 1 13215 shape
diff 6 13221 but
diff 6 13227 Apostles
diff 5 13232 asleep,
diff 16 13248 Ægyptian
diff 1 13249 Typhon
diff 3 13252 conspirators,
diff 19 13271 peeces,
262,XXX
diff 21 13292 appear,
diff 11 13303 body
diff 4 13307 up
diff 4 13311 up
diff 1 13312 limb
diff 1 13313 by
diff 1 13314 limb
263,XXX
diff 28 13342 bring
diff 5 13347 member,
diff 12 13359 perfection.
264,XXX
diff 5 13364 prohibitions
diff 5 13369 place
diff 2 13371 opportunity
diff 1 13372 forbidding
diff 2 13374 disturbing
diff 10 13384 obsequies
diff 4 13388 body
265,XXX
diff 6 13394 boast
diff 3 13397 but
266,XXX
diff 20 13417 planets
diff 4 13421 Combust,
diff 5 13426 brightest
diff 11 13437 opposite
diff 4 13441 orbs
diff 1 13442 bring
diff 5 13447 place
diff 7 13454 be
267,XXX
diff 16 13470 be
diff 4 13474 but
diff 1 13475 by
268,XXX
diff 18 13493 Priest,
diff 5 13498 Bishop,
diff 8 13506 Presbyterian
diff 7 13513 happy
diff 17 13530 both
diff 3 13533 politicall
diff 1 13534 be
diff 11 13545 upon
diff 2 13547 blaze
diff 6 13553 beacon'd
diff 1 13554 up
diff 7 13561 blind.
269,XXX
diff 2 13563 be
diff 2 13565 perpetually
diff 1 13566 complain
270,XXX
diff 21 13587 pride
diff 6 13593 disturbing,
diff 13 13606 be
diff 1 13607 suppresst
271,XXX
diff 11 13618 troublers,
diff 10 13628 permit
diff 7 13635 peeces
diff 7 13642 body
272,XXX
diff 4 13646 be
diff 7 13653 by
diff 6 13659 up
diff 11 13670 body
diff 4 13674 proportionall),
diff 15 13689 up
diff 2 13691 best
273,XXX
diff 46 13737 but
diff 6 13743 piercing
diff 1 13744 spirit,
diff 10 13754 beneath
diff 5 13759 point
diff 5 13764 capacity
274,XXX
diff 11 13775 deepest
diff 3 13778 bin
diff 14 13792 ablest
diff 3 13795 bin
diff 1 13796 perswaded
diff 6 13802 Pythagoras,
diff 3 13805 Persian
diff 3 13808 beginning
diff 4 13812 Philosophy
275,XXX
diff 18 13830 preferr'd
diff 5 13835 Britain,
diff 1 13836 before
diff 2 13838 labour'd
276,XXX
diff 25 13863 borders
diff 4 13867 beyond
diff 7 13874 but
277,XXX
diff 16 13890 above
diff 18 13908 peculiar
diff 2 13910 propitious
diff 2 13912 propending
278,XXX
diff 9 13921 before
diff 12 13933 be
diff 1 13934 proclam'd
diff 8 13942 trumpet
diff 5 13947 Europ.
279,XXX
diff 5 13952 bin
diff 2 13954 obstinat
diff 1 13955 perversenes
diff 3 13958 Prelats
diff 5 13963 admirable
diff 1 13964 spirit
diff 4 13968 suppresse
diff 7 13975 perhaps
diff 3 13978 Bohemian
diff 14 13992 bin
diff 9 14001 neighbours
diff 2 14003 bin
diff 1 14004 compleatly
280,XXX
diff 2 14006 But
diff 4 14010 obdurat
diff 10 14020 become
diff 5 14025 backwardest
281,XXX
diff 15 14040 by
diff 6 14046 by
diff 14 14060 expresse
diff 7 14067 begin
diff 5 14072 period
diff 16 14088 but
282,XXX
diff 36 14124 Behold
diff 13 14137 liberty,
diff 1 14138 encompast
diff 5 14143 protection;
diff 2 14145 shop
diff 15 14160 plates
diff 9 14169 beleaguer'd
diff 4 14173 be
diff 1 14174 pens
diff 5 14179 by
diff 3 14182 lamps,
diff 10 14192 present,
diff 9 14201 approaching
283,XXX
diff 27 14228 pliant
diff 3 14231 prone
284,XXX
diff 13 14244 pregnant
diff 2 14246 but
diff 4 14250 labourers,
diff 5 14255 people,
diff 4 14259 Prophets,
285,XXX
diff 18 14277 be
diff 5 14282 but
diff 4 14286 up,
286,XXX
diff 17 14303 be
diff 6 14309 opinions;
diff 2 14311 opinion
diff 5 14316 but
287,XXX
diff 28 14344 up
288,XXX
diff 15 14359 praise
diff 2 14361 pious
diff 8 14369 deputed
289,XXX
diff 13 14382 prudence,
diff 3 14385 forbearance
diff 22 14407 brotherly
diff 6 14413 but
diff 3 14416 Prelaticall
diff 9 14425 liberties
diff 4 14429 precepts
290,XXX
diff 4 14433 doubt
diff 18 14451 temper
diff 3 14454 people,
diff 6 14460 observing
diff 3 14463 hopes
diff 14 14477 pursuance
diff 5 14482 but
diff 7 14489 Pirrhus
diff 12 14501 Epirots,
diff 4 14505 despair
diff 6 14511 be
diff 1 14512 attempted
diff 7 14519 happy.
291,XXX
diff 17 14536 Temple
diff 5 14541 building,
diff 6 14547 marble,
diff 7 14554 be
diff 12 14566 be
diff 13 14579 timber,
diff 7 14586 be
diff 1 14587 built.
292,XXX
diff 11 14598 be
diff 7 14605 but
diff 1 14606 be
diff 8 14614 peece
diff 3 14617 building
diff 1 14618 be
diff 7 14625 perfection
diff 11 14636 brotherly
diff 6 14642 disproportionall
diff 12 14654 pile
293,XXX
diff 6 14660 be
diff 3 14663 builders,
diff 4 14667 spirituall
diff 6 14673 expected.
294,XXX
diff 11 14684 Prophet
diff 9 14693 memorable
diff 13 14706 but
diff 4 14710 people
diff 2 14712 become
diff 1 14713 Prophets.
295,XXX
diff 12 14725 perhaps,
diff 1 14726 but
296,XXX
diff 25 14751 subdivisions
297,XXX
diff 7 14758 applauds,
diff 8 14766 brancht
diff 8 14774 parties
diff 2 14776 partitions,
diff 3 14779 be
298,XXX
diff 18 14797 branches:
diff 3 14800 be
diff 8 14808 maniples
diff 12 14820 brigade.
299,XXX
diff 6 14826 hope
diff 1 14827 better
diff 4 14831 supposed
diff 13 14844 perhaps
diff 10 14854 behalf,
diff 1 14855 but
diff 9 14864 applauders
diff 9 14873 perswade
300,XXX
diff 9 14882 be
diff 4 14886 besieg'd
diff 2 14888 blockt
diff 1 14889 about,
diff 2 14891 navigable
diff 9 14900 battell
diff 4 14904 be
diff 2 14906 up
diff 6 14912 suburb
diff 5 14917 people,
diff 4 14921 part,
diff 8 14929 up
diff 8 14937 important
diff 3 14940 be
diff 3 14943 be
diff 1 14944 disputing,
diff 13 14957 before
diff 16 14973 prudent
diff 17 14990 bravery
diff 4 14994 contempt
diff 10 15004 number
diff 4 15008 spirits
diff 11 15019 besieg'd
diff 1 15020 by
diff 1 15021 Hanibal,
diff 1 15022 being
diff 4 15026 bought
diff 2 15028 peece
diff 5 15033 cheap
diff 3 15036 Hanibal
diff 2 15038 encampt
301,XXX
diff 11 15049 presage
diff 3 15052 happy
302,XXX
diff 8 15060 body,
diff 3 15063 blood
diff 4 15067 spirits
diff 1 15068 pure
diff 7 15075 but
diff 11 15086 pertest
diff 1 15087 operations
diff 10 15097 plight
diff 4 15101 body
diff 8 15109 people
diff 3 15112 sprightly
diff 1 15113 up,
diff 16 15129 but
diff 2 15131 spare,
diff 3 15134 bestow
diff 1 15135 upon
diff 4 15139 sublimest
diff 1 15140 points
diff 7 15147 betok'ns
diff 5 15152 drooping
diff 5 15157 but
diff 9 15166 corruption
diff 4 15170 pangs
diff 12 15182 prosperous
diff 4 15186 become
diff 3 15189 honourable
303,XXX
diff 12 15201 noble
diff 2 15203 puissant
diff 9 15212 sleep,
diff 4 15216 invincible
diff 22 15238 beam;
diff 1 15239 purging
diff 5 15244 abused
diff 18 15262 birds,
diff 9 15271 about,
diff 10 15281 gabble
diff 2 15283 prognosticat
304,XXX
diff 16 15299 suppresse
diff 4 15303 crop
diff 6 15309 sprung
diff 1 15310 up
diff 3 15313 springing
diff 16 15329 bring
diff 3 15332 upon
diff 9 15341 but
diff 6 15347 by
diff 2 15349 bushel?
diff 1 15350 Beleeve
diff 12 15362 suppressing,
diff 5 15367 bid
diff 2 15369 suppresse
305,XXX
diff 11 15380 be
diff 14 15394 speaking,
diff 3 15397 be
diff 16 15413 liberty,
diff 9 15422 happy
diff 3 15425 purchast
diff 2 15427 liberty
diff 18 15445 spirits
diff 15 15460 up
diff 2 15462 apprehensions
diff 2 15464 above
306,XXX
diff 8 15472 capable,
diff 5 15477 pursuing
diff 23 15500 liberty.
307,XXX
diff 6 15506 brutish,
diff 8 15514 but
diff 5 15519 become
diff 5 15524 be,
diff 1 15525 oppressive,
diff 1 15526 arbitrary,
308,XXX
diff 18 15544 capacious,
diff 9 15553 expectation
diff 13 15566 propagated
diff 5 15571 suppresse
diff 6 15577 abrogated
diff 7 15584 dispatch
309,XXX
diff 21 15605 up
diff 9 15614 nobles
310,XXX
diff 5 15619 dispraise
diff 10 15629 peace
diff 1 15630 better,
311,XXX
diff 8 15638 liberty
diff 12 15650 above
diff 2 15652 liberties.
312,XXX
diff 5 15657 be
diff 1 15658 best
diff 5 15663 be
diff 8 15671 suppresse
diff 1 15672 opinions
diff 6 15678 unsutablenes
diff 4 15682 acceptance,
diff 3 15685 be
diff 8 15693 repeat
diff 10 15703 honourable
diff 1 15704 number,
diff 3 15707 noble
diff 2 15709 pious
diff 22 15731 bewayl'd
diff 4 15735 undoubted
diff 1 15736 patron
313,XXX
diff 18 15754 be
diff 9 15763 Brook.
314,XXX
diff 4 15767 Episcopacy,
diff 2 15769 by
diff 27 15796 be
diff 13 15809 breathing
diff 9 15818 bequeath'd
diff 3 15821 peace
diff 3 15824 Disciples,
diff 16 15840 peacefull.
315,XXX
diff 8 15848 patience
diff 6 15854 be
diff 6 15860 purely,
diff 10 15870 best
316,XXX
diff 19 15889 book
diff 8 15897 being
diff 1 15898 publisht
diff 8 15906 Parlament
diff 1 15907 by
diff 3 15910 both
diff 14 15924 be
diff 3 15927 by
diff 2 15929 perusall.
317,XXX
diff 8 15937 speciall
diff 2 15939 by
diff 1 15940 priviledge
diff 4 15944 speak
diff 3 15947 help
318,XXX
diff 10 15957 temple
diff 12 15969 be
diff 2 15971 open.
319,XXX
diff 12 15983 play
diff 1 15984 upon
diff 5 15989 be
diff 7 15996 by
diff 3 15999 prohibiting
diff 2 16001 misdoubt
320,XXX
diff 7 16008 grapple;
diff 5 16013 put
diff 8 16021 open
321,XXX
diff 6 16027 best
diff 3 16030 suppressing.
322,XXX
diff 5 16035 praying
diff 9 16044 be
diff 11 16055 be
diff 2 16057 beyond
diff 2 16059 discipline
diff 5 16064 fabric't
323,XXX
diff 12 16076 beg
diff 4 16080 upon
diff 3 16083 be
diff 4 16087 oppose,
324,XXX
diff 19 16106 by
diff 27 16133 but
diff 1 16134 by
325,XXX
diff 6 16140 bin
diff 1 16141 labouring
diff 3 16144 labour
diff 3 16147 deep
diff 12 16159 equipage,
diff 9 16168 battell
diff 6 16174 objections
diff 10 16184 plain,
diff 11 16195 please;
diff 8 16203 by
diff 6 16209 opponents
diff 6 16215 ambushments,
diff 2 16217 keep
diff 3 16220 bridge
diff 7 16227 passe,
diff 3 16230 be
diff 4 16234 souldiership,
diff 2 16236 but
326,XXX
diff 24 16260 policies,
diff 21 16281 power:
diff 3 16284 but
diff 5 16289 bind
diff 4 16293 sleeps,
diff 4 16297 speaks
diff 6 16303 Proteus
diff 3 16306 spake
diff 8 16314 bound,
diff 1 16315 but
diff 8 16323 shapes,
diff 1 16324 except
diff 4 16328 perhaps
diff 11 16339 before
diff 1 16340 Ahab,
diff 3 16343 be
327,XXX
diff 10 16353 impossible
diff 6 16359 shapes
328,XXX
diff 15 16374 be
diff 9 16383 being
329,XXX
diff 5 16388 but
diff 7 16395 abolition
diff 13 16408 purchase
diff 4 16412 liberty
diff 2 16414 Paul
diff 3 16417 boasts
330,XXX
331,XXX
diff 30 16447 be
diff 3 16450 peace,
diff 7 16457 but
diff 12 16469 hypocrisie
diff 2 16471 be
332,XXX
diff 18 16489 print
diff 1 16490 upon
333,XXX
diff 13 16503 stumble
diff 3 16506 impatient
diff 7 16513 visible
diff 6 16519 be
diff 9 16528 suppresse,
diff 3 16531 backwardnes
diff 5 16536 peece
diff 6 16542 gripe
diff 7 16549 keep
diff 2 16551 separated
334,XXX
diff 21 16572 by
diff 17 16589 stupidity,
diff 11 16600 stubble
diff 17 16617 subdichotomies
diff 2 16619 petty
335,XXX
diff 11 16630 separation,
diff 9 16639 be
diff 1 16640 expected
diff 5 16645 pretious
diff 5 16650 possible
diff 19 16669 be
336,XXX
diff 14 16683 be
diff 10 16693 be?
diff 2 16695 doubtles
diff 5 16700 prudent,
diff 6 16706 be
diff 5 16711 compell'd.
337,XXX
diff 5 16716 Popery,
diff 2 16718 open
diff 1 16719 superstition,
diff 4 16723 extirpats
diff 5 16728 supremacies,
diff 5 16733 be
diff 1 16734 extirpat,
diff 1 16735 provided
diff 4 16739 charitable
diff 2 16741 compassionat
diff 2 16743 be
diff 15 16758 impious
diff 3 16761 absolutely
diff 9 16770 possibly
diff 1 16771 permit,
diff 8 16779 but
diff 2 16781 neighboring
diff 8 16789 speak
diff 5 16794 point
diff 5 16799 discipline,
diff 5 16804 be
diff 5 16809 interrupt
diff 4 16813 Spirit,
diff 4 16817 but
diff 5 16822 bond
diff 2 16824 peace.
338,XXX
diff 11 16835 bring
diff 2 16837 helpfull
diff 8 16845 labour
diff 5 16850 spok'n
diff 3 16853 before
diff 3 16856 but
diff 5 16861 speak,
diff 4 16865 bejesuited
diff 5 16870 trouble
diff 21 16891 prohibiting,
diff 8 16899 be
diff 1 16900 prohibited
diff 7 16907 appearance
diff 4 16911 blear'd
diff 4 16915 prejudice
diff 7 16922 unplausible
diff 7 16929 person
diff 9 16938 contemptible
339,XXX
diff 13 16951 opinions,
diff 4 16955 opinion
diff 6 16961 be
diff 2 16963 but
diff 9 16972 opinion
diff 16 16988 abound,
diff 5 16993 kept
diff 5 16998 besides
340,XXX
diff 35 17033 busiest
diff 3 17036 but
diff 17 17053 abilities,
diff 10 17063 back
diff 5 17068 bin
diff 3 17071 but
diff 10 17081 steps
341,XXX
diff 17 17098 dispense
diff 4 17102 by
diff 3 17105 beam,
diff 7 17112 best
342,XXX
diff 6 17118 appointed
diff 8 17126 place
diff 5 17131 be
diff 4 17135 speak;
diff 22 17157 places,
diff 2 17159 assemblies,
diff 6 17165 planting
diff 15 17180 Chapell
diff 11 17191 be
diff 7 17198 plain
diff 6 17204 patient
diff 3 17207 supple
diff 3 17210 bruise
diff 14 17224 Spirit,
diff 12 17236 number
diff 5 17241 be
343,XXX
diff 14 17255 tombs
diff 1 17256 about
diff 12 17268 number.
344,XXX
diff 5 17273 be
diff 3 17276 appear
diff 2 17278 be
diff 7 17285 but
diff 24 17309 debate
diff 8 17317 liberall
diff 20 17337 but
diff 7 17344 profiting
diff 1 17345 by
diff 9 17354 able
diff 7 17361 positions
345,XXX
diff 7 17368 but
diff 20 17388 polish
diff 2 17390 brighten
diff 8 17398 respect
diff 6 17404 be
346,XXX
diff 3 17407 But
diff 3 17410 be
diff 9 17419 speciall
diff 8 17427 ample
diff 4 17431 perhaps
diff 5 17436 Priests,
diff 4 17440 Pharisees,
diff 8 17448 precipitant
diff 6 17454 but
diff 3 17457 stop
diff 3 17460 because
diff 9 17469 opinions,
diff 22 17491 Gospel,
diff 5 17496 persecutors.
347,XXX
diff 5 17501 bin
diff 6 17507 beginning
diff 3 17510 Parlament,
diff 1 17511 both
diff 3 17514 Presbytery
diff 4 17518 by
diff 3 17521 books
diff 3 17524 contempt
diff 3 17527 Imprimatur
diff 2 17529 broke
diff 2 17531 triple
diff 3 17534 about
diff 6 17540 people
diff 5 17545 hope
diff 7 17552 perswaders
diff 3 17555 upon
diff 3 17558 bondage
diff 9 17567 by
348,XXX
diff 2 17569 But
diff 26 17595 prohibit
diff 6 17601 be
diff 8 17609 unacceptable
diff 7 17616 prohibiting
diff 6 17622 remembrance
diff 4 17626 abounded
diff 4 17630 by
diff 11 17641 begun
diff 1 17642 by
diff 3 17645 be
diff 3 17648 but
diff 4 17652 perswade,
diff 6 17658 part
diff 14 17672 stirrup
diff 4 17676 suppressing,
diff 3 17679 be
diff 3 17682 distribution
diff 4 17686 place
diff 2 17688 suppresse
diff 2 17690 suppressors
diff 9 17699 puft
diff 1 17700 up,
diff 5 17705 experience
349,XXX
diff 14 17719 Presse,
diff 12 17731 better
diff 9 17740 publisht
diff 2 17742 before
diff 4 17746 book
diff 1 17747 be
diff 1 17748 Printed,
diff 3 17751 Printers
diff 9 17760 Printers
diff 1 17761 be
350,XXX
diff 9 17770 be
diff 4 17774 libellous,
diff 7 17781 be
diff 10 17791 prevention
351,XXX
diff 6 17797 Spanish
diff 1 17798 policy
diff 3 17801 books,
diff 7 17808 prove
diff 4 17812 book
diff 14 17826 Star-chamber
diff 4 17830 purpose
diff 15 17845 pious
352,XXX
diff 13 17858 Whereby
diff 8 17866 prudence,
diff 5 17871 people,
diff 16 17887 hypocrisie
diff 2 17889 pretended
diff 2 17891 bind
diff 1 17892 books
diff 4 17896 behaviour.
353,XXX
diff 6 17902 upper
diff 4 17906 precedent
diff 5 17911 before,
diff 4 17915 beleeve
diff 4 17919 profession
diff 9 17928 be
diff 1 17929 doubted
diff 10 17939 patentees
diff 2 17941 monopolizers
diff 5 17946 book-selling;
diff 3 17949 pretence
diff 3 17952 poor
diff 3 17955 Company
diff 3 17958 be
diff 11 17969 copy,
diff 3 17972 forbid
diff 2 17974 be
diff 2 17976 brought
diff 10 17986 but
diff 7 17993 except
diff 2 17995 be
diff 4 17999 superiority
diff 3 18002 neighbours,
diff 6 18008 labour
diff 4 18012 profession
diff 9 18021 be
354,XXX
diff 12 18033 by
diff 5 18038 procuring
diff 1 18039 by
diff 1 18040 petition
diff 5 18045 power
diff 5 18050 books
diff 4 18054 scape
diff 1 18055 abroad,
355,XXX
diff 5 18060 But
diff 3 18063 Sophisms
diff 20 18083 bad
diff 10 18093 be
diff 7 18100 liberty
diff 2 18102 Printing
diff 1 18103 be
diff 4 18107 power
diff 4 18111 but
diff 5 18116 speedily
diff 3 18119 bin
diff 9 18128 plain
diff 8 18136 sumptuous
diff 1 18137 bribe,
diff 8 18145 answerable
diff 9 18154 participat
diff 1 18155 but
356,XXX
357,XXX