-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | Makefile | 25 | ||||
-rw-r--r-- | README | 368 | ||||
-rw-r--r-- | README.DIC | 268 | ||||
-rw-r--r-- | WXXVII.JPG | bin | 1188380 -> 0 bytes | |||
-rw-r--r-- | abbrevn.lst | 457 | ||||
-rw-r--r-- | authors.lst | 9669 | ||||
-rw-r--r-- | gcide.conf | 42 | ||||
-rw-r--r-- | pronunc.jpg (renamed from PRONUNC.JPG) | bin | 2569796 -> 2569796 bytes | |||
-rw-r--r-- | pronunc.txt (renamed from PRONUNC.WEB) | 44 | ||||
-rw-r--r-- | symbols.jpg (renamed from SYMBOLS.JPG) | bin | 144716 -> 144716 bytes | |||
-rw-r--r-- | tagset.txt (renamed from TAGSET.WEB) | 26 | ||||
-rw-r--r-- | titlepage.png | bin | 0 -> 24666 bytes | |||
-rw-r--r-- | webfont.txt (renamed from WEBFONT.ASC) | 31 |
14 files changed, 10627 insertions, 308 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec988f4 --- a/dev/null +++ b/.gitignore | |||
@@ -0,0 +1,5 @@ | |||
1 | .emacs* | ||
2 | *~ | ||
3 | *.tar.gz | ||
4 | *.tar.xz | ||
5 | *.zip | ||
@@ -4,13 +4,24 @@ VERSION = 0.51 | |||
4 | DISTFILES=\ | 4 | DISTFILES=\ |
5 | $(wildcard CIDE.[A-Z])\ | 5 | $(wildcard CIDE.[A-Z])\ |
6 | COPYING\ | 6 | COPYING\ |
7 | PRONUNC.JPG\ | 7 | README\ |
8 | PRONUNC.WEB\ | 8 | pronunc.jpg\ |
9 | README.DIC\ | 9 | symbols.jpg\ |
10 | SYMBOLS.JPG\ | 10 | pronunc.txt\ |
11 | TAGSET.WEB\ | 11 | tagset.txt\ |
12 | WEBFONT.ASC\ | 12 | webfont.txt\ |
13 | WXXVII.JPG | 13 | abbrevn.lst\ |
14 | authors.lst\ | ||
15 | titlepage.png | ||
16 | |||
17 | anclist: | ||
18 | @ls -o $(DISTFILES) | grep -v 'CIDE.[A-Z]' | ||
19 | |||
20 | clean: | ||
21 | rm -f *~ | ||
22 | |||
23 | distclean: clean | ||
24 | rm -f $(DISTBASE).tar.gz $(DISTBASE).tar.xz $(DISTBASE).zip | ||
14 | 25 | ||
15 | DISTBASE = $(PROJECT)-$(VERSION) | 26 | DISTBASE = $(PROJECT)-$(VERSION) |
16 | 27 | ||
@@ -0,0 +1,368 @@ | |||
1 | The README file | ||
2 | |||
3 | To accompany the GNU version of the set of files (CIDE.*) containing | ||
4 | the electronic version of the | ||
5 | Collaborative International Dictionary of English. | ||
6 | (called also GCIDE) | ||
7 | These files contain Version 0.51 (January 2012) | ||
8 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
9 | |||
10 | * OVERVIEW | ||
11 | ========== | ||
12 | This document describes the GNU version of the Collaborative | ||
13 | International Dictionary of English. It is organized into a series of | ||
14 | chapters, introduced by headings beginning with a single asterisk. A | ||
15 | chapter may have sections, which are marked with two asterisks. For | ||
16 | those readers who use Emacs, this structure corresponds to its | ||
17 | "Outline mode", which will be enabled automatically upon loading this | ||
18 | file. | ||
19 | |||
20 | The chapter "INTRODUCTION" describes the structure of this package. | ||
21 | The chapter "STRUCTURE OF THE DICTIONARY" describes the dictionary | ||
22 | structure in general. An overview of the markup tags is provided in | ||
23 | the chapter "TAGS". A detailed information about dictionary markup | ||
24 | can be obtained from a set of ancillary files included in this | ||
25 | package, which are described in the chapter "ANCILLARY FILES". | ||
26 | |||
27 | The chapter "DICTIONARY LOOKUP" describes how to use GNU Dico for | ||
28 | reading this dictionary. Finally, other versions of the Webster | ||
29 | dictionary are listed in the chapter "OTHER VERSIONS OF THE | ||
30 | DICTIONARY". | ||
31 | |||
32 | * INTRODUCTION | ||
33 | ============== | ||
34 | The dictionary was derived from the | ||
35 | Webster's Revised Unabridged Dictionary | ||
36 | Version published 1913 | ||
37 | by the C. & G. Merriam Co. | ||
38 | Springfield, Mass. | ||
39 | Under the direction of | ||
40 | Noah Porter, D.D., LL.D. | ||
41 | |||
42 | and has been supplemented with some of the definitions from | ||
43 | WordNet, a semantic network created by | ||
44 | the Cognitive Science Department | ||
45 | of Princeton University | ||
46 | under the direction of | ||
47 | Prof. George Miller | ||
48 | |||
49 | and is being proof-read and supplemented by volunteers from around the | ||
50 | world. This is an unfunded project, and future enhancement of this | ||
51 | dictionary will depend on the efforts of volunteers willing to help | ||
52 | build this free resource into a comprehensive body of general | ||
53 | information. New definitions for missing words or words senses and | ||
54 | longer explanatory notes, as well as images to accompany the articles | ||
55 | are needed. More modern illustrative quotations giving recent | ||
56 | examples of usage of the words in their various senses will be very | ||
57 | helpful, since most quotations in the original 1913 dictionary are now | ||
58 | well over 100 years old. | ||
59 | |||
60 | This electronic version is being maintained by World Soul, a | ||
61 | non-profit organization in Plainfield, NJ. For additional information | ||
62 | or if you are willing to assist construction of this data source, contact: | ||
63 | |||
64 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
65 | Patrick J. Cassidy | TEL: (908) 561-3416 | ||
66 | World Soul | if no answer, (908) 668-5252 | ||
67 | 735 Belvidere Ave. | FAX: (908) 668-5904 | ||
68 | Plainfield, NJ 07062-2054 | ||
69 | pc@worldsoul.org or cassidy@micra.com | ||
70 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
71 | |||
72 | GCIDE is free software; you can redistribute it and/or modify | ||
73 | it under the terms of the GNU General Public License as published by | ||
74 | the Free Software Foundation; either version 2, or (at your option) | ||
75 | any later version. | ||
76 | |||
77 | GCIDE is distributed in the hope that it will be useful, | ||
78 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
79 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
80 | GNU General Public License for more details. | ||
81 | |||
82 | You should have received a copy of the GNU General Public License | ||
83 | along with this copy of GCIDE; see the file COPYING. If not, write | ||
84 | to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
85 | Boston, MA 02111-1307, USA. | ||
86 | |||
87 | * STRUCTURE OF THE DICTIONARY | ||
88 | ============================= | ||
89 | When the archive is unpacked, the main dictionary text of the GCIDE | ||
90 | will be found in 26 files named "CIDE.*", where the asterisk indicates | ||
91 | which letter of the alphabet begins the words in each file. For | ||
92 | example, file "CIDE.B" contains words beginning with the letter "B". | ||
93 | Additional information about the tagging conventions and special | ||
94 | character symbols are contained in ancillary files in this directory | ||
95 | (see below the section entitled "ANCILLARY FILES"). The main body of | ||
96 | the 1913 dictionary was essentially identical to the edition published | ||
97 | in 1890, and was republished in 1913 with an appendix containing "New | ||
98 | Words". The new words of that appendix have been integrated into the | ||
99 | main file in this version. However, it is important to keep in mind | ||
100 | that the definitions in this dictionary are in most cases over 100 | ||
101 | years old. Use them with caution! | ||
102 | |||
103 | At the bottom of each paragraph in this dictionary, there is a | ||
104 | bracketed and tagged "source" indicated. This tells from where the | ||
105 | definition or other text in that paragraph came, as follows: | ||
106 | |||
107 | [<source>1913 Webster</source>] | ||
108 | = From the original 1890 dictionary. | ||
109 | [<source>Webster 1913 Suppl.</source>] | ||
110 | = From the 1913 "New Words" supplement to the Webster. | ||
111 | [<source>WordNet 1.5</source>] | ||
112 | = From the WordNet on-line semantic network. | ||
113 | [<source>Century Dict. 1906.</source>] | ||
114 | = From the Century Dictionary published in 1906, especially from | ||
115 | the "proper Names" supplement (volume IX). | ||
116 | published | ||
117 | [<source>XXX</source>] | ||
118 | = Added by one of the volunteers. | ||
119 | |||
120 | The original definitions have been tagged and in some cases | ||
121 | reformatted or slightly rearranged. If substantive information is | ||
122 | added from a second source, usually the additional source is also | ||
123 | noted, as in: | ||
124 | |||
125 | [<source>Webster 1913 Suppl.</source> + <source>WordNet 1.5</source>] | ||
126 | |||
127 | This version is tagged with SGML-like tags of the form <pos>...</pos> | ||
128 | so that the original typography (italics, bold, block quotes) can be | ||
129 | reproduced. A list of the most important tags for fields in the | ||
130 | dictionary is given below. The tags also serve the more important | ||
131 | function of allowing the information content to be conveniently | ||
132 | imported into computer programs or databases. The set of tags used is | ||
133 | described in the accompanying file "tagset.txt". ***NOTE*** the | ||
134 | paragraph tags <p>...</p> do *not* always nest properly with certain | ||
135 | other tags, such as <note> and <cs> ("collocation section"), which in | ||
136 | some cases span multiple paragraphs. If you are using a tag parser | ||
137 | which detects improper nesting, you should first either delete the | ||
138 | paragraph tags or convert them to non-tag symbols, or, if possible, | ||
139 | set the parser to ignore the <p>...</p> tags. | ||
140 | |||
141 | The unusual characters (such as Greek or the European accented | ||
142 | characters, as well as special characters used in the pronunciations) | ||
143 | are described in the accompanying file "webfont.txt". Some | ||
144 | information on the pronunciation system used may be found by viewing | ||
145 | the file "pronunc.jpg", and additional explanations of pronunciation | ||
146 | are in the file "pronunc.txt". | ||
147 | |||
148 | Each paragraph of the original text is enclosed within tags of the | ||
149 | form <p> . . . </p>. Within these paragraphs there are no line | ||
150 | breaks, and some of the paragraphs are over 12,000 characters long, | ||
151 | which may prove too long to be handled by some editors. At some | ||
152 | points, embedded line breaks within a "paragraph" are marked by a <br/ | ||
153 | "entity". The file can therefore be converted, if necessary, to a | ||
154 | form with shorter lines, and subsequently reconverted back to the form | ||
155 | having one line per paragraph. | ||
156 | |||
157 | If additional line breaks are added, then in order to remove the line | ||
158 | breaks and reconstruct the original paragraphs, so that the page width | ||
159 | can be adjusted, perform the following manipulations: | ||
160 | |||
161 | (1) convert each line break to a space. | ||
162 | (2) convert the string "</p> " (</p> followed by two spaces) | ||
163 | to </p> followed by two line breaks. | ||
164 | (3) convert the string "<br/ " (<br/ followed by one space) | ||
165 | to <br/ followed by one line break. | ||
166 | |||
167 | A more sophisticated formatting of spaces within paragraphs may | ||
168 | require the use of the fully-tagged master files. If you have a need | ||
169 | for these files, contact Patrick Cassidy: cassidy@micra.com. | ||
170 | |||
171 | The approximate beginning of each page is marked by an SGML comment of | ||
172 | the form <-- p. 345 -->. (The exact beginning was in some cases in | ||
173 | the middle of a paragraph, which we decided was not a good location | ||
174 | for these page-number comments, so the page number was usually moved | ||
175 | to the next paragraph break). Pages which have been proofread by | ||
176 | volunteers (e.g., with initials VOL) will have a note within that page | ||
177 | comment: <-- p. 345 pr=VOL -->. Pages which have not been proofread | ||
178 | yet (most of them) will have varying numbers of typographical errors | ||
179 | in them. We still (January 2012) need proofreaders to get the errors | ||
180 | out of these dictionary files. | ||
181 | |||
182 | ** Warning | ||
183 | |||
184 | This version is only a first typing, and has numerous typographic | ||
185 | errors, including errors in the field-marks. In addition, the user | ||
186 | must keep in mind that this text is very old and will contain numerous | ||
187 | obsolete, inaccurate, and perhaps offensive statements, which are | ||
188 | included solely because this work is intended to reproduce accurately | ||
189 | this historically interesting classic reference work. This text should | ||
190 | not be relied upon as an accurate source of information, as in many | ||
191 | cases it represents the state of knowledge around 1890. The text is | ||
192 | provided "as is", and the user must accept responsibility for all | ||
193 | consequences of its use. Please refer to the header of each file and | ||
194 | the GNU public license. If these conditions of use are unacceptable, | ||
195 | please do not use these texts. | ||
196 | |||
197 | This electronic dictionary is also made available as a potential | ||
198 | starting point for development of a modern comprehensive encyclopedic | ||
199 | dictionary, to be accessible freely on the internet, and developed by | ||
200 | the efforts of all individuals willing to help build a large and | ||
201 | freely available knowledge base. A large number of collaborators are | ||
202 | needed to bring this dictionary to a more accurate, more modern, and | ||
203 | more useful state. Anyone willing to assist in any way in constructing | ||
204 | such a knowledge base should contact Patrick Cassidy (see above). All | ||
205 | reports of errors will be gratefully received, and should also be | ||
206 | transmitted to PC at: pc@worldsoul.org. | ||
207 | |||
208 | * TAGS | ||
209 | |||
210 | Most important tags used in the GCIDE: | ||
211 | |||
212 | <hw> tags the headword | ||
213 | <pr> pronunciation | ||
214 | <pos> part of speech | ||
215 | <ety> etymology | ||
216 | <ets> "source" word within an <ety> field, usually foreign words | ||
217 | <fld> field of knowledge (e.g. Med. = medicine) | ||
218 | <def> definition | ||
219 | <cs> collocation section (containing word combinations) | ||
220 | <col> collocation entry (word combination) | ||
221 | <cd> collocation definition | ||
222 | <as> illustrations of usage (within a <def>. . . </def> field) | ||
223 | <au> authority for a definition, or author of a quotation | ||
224 | <q> illustrative quotation -- in block quote format | ||
225 | <au> author of an illustrative <q> quotation | ||
226 | <altname> alternative name for the headword -- essentially a synonym | ||
227 | <asp> alternative spelling of the headword | ||
228 | <syn> list of synonyms for the headword | ||
229 | <p> paragraph | ||
230 | <b> bold type | ||
231 | <it> italic type | ||
232 | |||
233 | For other tags, see the file "tagset.txt" | ||
234 | |||
235 | * ANCILLARY FILES | ||
236 | |||
237 | In addition to the main text of the dictionary, additional explanatory | ||
238 | material about this version of the dictionary is available in the | ||
239 | ancillary files: | ||
240 | |||
241 | ** COPYING | ||
242 | |||
243 | The license terms for distributing and modifying this dictionary. | ||
244 | |||
245 | ** abbrevn.lst | ||
246 | |||
247 | List of the abbreviations used in the dictionary. | ||
248 | |||
249 | ** authors.lst | ||
250 | |||
251 | List of authors whose works are quoted in the dictionary. | ||
252 | |||
253 | ** pronunc.txt | ||
254 | |||
255 | Description of the special markup used in this dictionary to represent | ||
256 | pronunciations. | ||
257 | |||
258 | ** pronunc.jpg | ||
259 | |||
260 | A copy of the dictionary page describing the pronunciation symbols used | ||
261 | in the original work. | ||
262 | |||
263 | ** symbols.jpg | ||
264 | |||
265 | This file lists original pronunciation symbols with the corresponding | ||
266 | markup entities used in this version. | ||
267 | |||
268 | ** tagset.txt | ||
269 | |||
270 | Description of the markup tags. | ||
271 | |||
272 | ** titlepage.png | ||
273 | |||
274 | A copy of the original title page. | ||
275 | |||
276 | ** webfont.txt | ||
277 | |||
278 | Description of the special escape sequences used in this dictionary. | ||
279 | This file also explains the Greek transliteration syntax used in it. | ||
280 | |||
281 | * DICTIONARY LOOKUP | ||
282 | =================== | ||
283 | The GNU Dico project contains a module for reading GCIDE files. This | ||
284 | distribution provides a configuration file "gcide.conf" which you can | ||
285 | use with the "dicod" server in order to look up words in the | ||
286 | dictionary. See http://www.gnu.org.ua/software/dico for a description | ||
287 | of GNU Dico, including links to download. | ||
288 | |||
289 | The instructions below describe how to configure GNU Dico server | ||
290 | (dicod) to access a copy of the GCIDE dictionary. | ||
291 | |||
292 | 1. Unpack the GCIDE dictionary; | ||
293 | 2. Copy the file "gcide.conf" to a directory where you keep your local | ||
294 | configuration files (/etc or /usr/local/etc are usual choices). | ||
295 | 3. Replace the word GCIDE_PATH in the "gcide.conf" statement with the | ||
296 | path to the gcide-0.51 dicrectory. You can omit this step and use the | ||
297 | -D option instead: | ||
298 | 4. Check the configuration file. Run: | ||
299 | dicod --config /path/to/gcide.conf --lint | ||
300 | If you skipped the step 3, supply the -D option with the acual path to | ||
301 | the dictionary. For example, if you copied "gcide.conf" to /etc and | ||
302 | unpacked GCIDE to /usr/local, then run: | ||
303 | dicod --config /etc/gcide.conf -D GCIDE_PATH=/usr/local --lint | ||
304 | If no errors are reported, then go to the step 5. | ||
305 | |||
306 | 5. Start "dicod". Run the same command as described in step 4, but | ||
307 | without the "--lint" option. This will start the dictionary server | ||
308 | which will be avaialble on localhost (127.0.0.1) port 2628. The | ||
309 | server provides extensive searching facilities. It also parses the | ||
310 | GCIDE markup and automatically reformats the articles before returning | ||
311 | them. | ||
312 | |||
313 | Now you can access the dictionary using dico (a GNU dictionary command | ||
314 | line utility), or another dictionary client program (such as Kdict or | ||
315 | the like). | ||
316 | |||
317 | * OTHER VERSIONS OF THE DICTIONARY | ||
318 | ================================== | ||
319 | There are several other derivative versions of this dictionary on the | ||
320 | internet, in some cases reformatted or provided with an interface. | ||
321 | Those that I am aware of are: | ||
322 | |||
323 | ** Dicoweb | ||
324 | ---------- | ||
325 | This version of GCIDE is available online at the GNU Dico web | ||
326 | site: | ||
327 | |||
328 | http://dicoweb.gnu.org.ua/?db=gcide | ||
329 | |||
330 | The site provides extensive search facilities. | ||
331 | |||
332 | ** Project Gutenberg | ||
333 | --------------------- | ||
334 | In the extext96 directory of Project Gutenberg | ||
335 | (http://www.gutenberg.org/dirs/etext96), there is a version of the | ||
336 | original 1913 dictionary, which is in the **public domain**. The main | ||
337 | files are labeled pgw050*.*. The tags for that version are a subset | ||
338 | of those used in this GNU version. | ||
339 | |||
340 | ** The DICT development group | ||
341 | ------------------------------ | ||
342 | This group has created a program to index and search this dictionary. | ||
343 | The program can be downloaded and used locally, but at present is | ||
344 | available only in a Unix-compatible executable version. See their web | ||
345 | site at http://www.dict.org. | ||
346 | |||
347 | ** The University of Chicago ARTFL project | ||
348 | ------------------------------------------ | ||
349 | Mark Olsen and Gavin LaRowe at the University of Chicago have | ||
350 | converted the original 1913 dictionary to HTML and have provided an | ||
351 | interface allowing search of the headwords. When the supplemented | ||
352 | version has developed sufficiently to warrant the effort, a similar | ||
353 | searchable version may be posted there as well. The search page is at: | ||
354 | |||
355 | http://humanities.uchicago.edu/forms_unrest/webster.form.html | ||
356 | |||
357 | That page will provide links to other ARTFL projects and contact | ||
358 | information for the ARTFL group, who alone can provide information | ||
359 | about the HTML version or interface. | ||
360 | |||
361 | |||
362 | |||
363 | Local Variables: | ||
364 | mode: outline | ||
365 | paragraph-separate: "[ ]*$" | ||
366 | version-control: never | ||
367 | End: | ||
368 | |||
diff --git a/README.DIC b/README.DIC deleted file mode 100644 index 6a7ea1c..0000000 --- a/README.DIC +++ b/dev/null | |||
@@ -1,268 +0,0 @@ | |||
1 | File README.DIC | ||
2 | To accompany the GNU version of the set of files (cide.*) containing | ||
3 | the electronic version of the | ||
4 | Collaborative International Dictionary of English. | ||
5 | (called also GCIDE) | ||
6 | These files contain Version 0.51 (January 2012) | ||
7 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
8 | |||
9 | The dictionary was derived from the | ||
10 | Webster's Revised Unabridged Dictionary | ||
11 | Version published 1913 | ||
12 | by the C. & G. Merriam Co. | ||
13 | Springfield, Mass. | ||
14 | Under the direction of | ||
15 | Noah Porter, D.D., LL.D. | ||
16 | |||
17 | and has been supplemented with some of the definitions from | ||
18 | WordNet, a semantic network created by | ||
19 | the Cognitive Science Department | ||
20 | of Princeton University | ||
21 | under the direction of | ||
22 | Prof. George Miller | ||
23 | |||
24 | and is being proof-read and supplemented by volunteers from | ||
25 | around the world. This is an unfunded project, and future | ||
26 | enhancement of this dictionary will depend on the efforts of | ||
27 | volunteers willing to help build this free resource into a | ||
28 | comprehensive body of general information. New definitions | ||
29 | for missing words or words senses and longer explanatory notes, | ||
30 | as well as images to accompany the articles are needed. More | ||
31 | modern illustrative quotations giving recent examples of | ||
32 | usage of the words in their various senses will be very | ||
33 | helpful, since most quotations in the original 1913 dictionary | ||
34 | are now well over 100 years old. | ||
35 | |||
36 | This electronic version is being maintained by World Soul, | ||
37 | a non-profit organization in Plainfield, NJ. For additional | ||
38 | information or if you are willing to assist construction of this | ||
39 | data source, contact: | ||
40 | |||
41 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
42 | Patrick J. Cassidy | TEL: (908) 561-3416 | ||
43 | World Soul | if no answer, (908) 668-5252 | ||
44 | 735 Belvidere Ave. | FAX: (908) 668-5904 | ||
45 | Plainfield, NJ 07062-2054 | ||
46 | pc@worldsoul.org or cassidy@micra.com | ||
47 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
48 | |||
49 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
50 | |||
51 | GCIDE is free software; you can redistribute it and/or modify | ||
52 | it under the terms of the GNU General Public License as published by | ||
53 | the Free Software Foundation; either version 2, or (at your option) | ||
54 | any later version. | ||
55 | |||
56 | GCIDE is distributed in the hope that it will be useful, | ||
57 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
58 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
59 | GNU General Public License for more details. | ||
60 | |||
61 | You should have received a copy of the GNU General Public License | ||
62 | along with this copy of GCIDE; see the file COPYING. If not, write | ||
63 | to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
64 | Boston, MA 02111-1307, USA. | ||
65 | * * * * * * * * * * * * * * * * * * * * * | ||
66 | |||
67 | STRUCTURE OF THE DICTIONARY | ||
68 | --------------------------- | ||
69 | When the archives are unpacked, the main dictionary text of | ||
70 | the GCIDE will be found in 26 files named "CIDE.*", where the | ||
71 | asterisk indicates which letter of the alphabet begins the | ||
72 | words in each file. For example, file "CIDE.B" contains words | ||
73 | beginning with the letter "B". Additional information about the | ||
74 | tagging conventions and special character symbols are contained in | ||
75 | ancillary files in this directory more information below). The main | ||
76 | body of the 1913 dictionary was essentially identical to the edition | ||
77 | published in 1890, and was republished in 1913 with an appendix | ||
78 | containing "New Words". The new words of that appendix have been | ||
79 | integrated into the main file in this version. However, it is important | ||
80 | to keep in mind that the definitions in this dictionary are in most | ||
81 | cases over 100 years old. Use them with caution! | ||
82 | At the bottom of each paragraph in this dictionary, there is a | ||
83 | bracketed and tagged "source" indicated. This tells from where the | ||
84 | definition or other text in that paragraph came, as follows: | ||
85 | |||
86 | [<source>1913 Webster</source>] | ||
87 | = From the original 1890 dictionary. | ||
88 | [<source>Webster 1913 Suppl.</source>] | ||
89 | = From the 1913 "New Words" supplement to the Webster. | ||
90 | [<source>WordNet 1.5</source>] | ||
91 | = From the WordNet on-line semantic network. | ||
92 | [<source>Century Dict. 1906.</source>] | ||
93 | = From the Century Dictionary published in 1906, especially from | ||
94 | the "proper Names" supplement (volume IX). | ||
95 | published | ||
96 | [<source>XXX</source>] | ||
97 | = Added by one of the volunteers. | ||
98 | |||
99 | The original definitions have been tagged and in some cases | ||
100 | reformatted or slightly rearranged. If substantive information | ||
101 | is added from a second source, usually the additional source is | ||
102 | also noted, as in: | ||
103 | [<source>Webster 1913 Suppl.</source> + <source>WordNet 1.5</source>] | ||
104 | |||
105 | A list of the ancillary files related to the GCIDE is appended at | ||
106 | the bottom of this "README.DIC" file. | ||
107 | This version is tagged with SGML-like tags of the form <pos>...</pos> | ||
108 | so that the original typography (italics, bold, block quotes) can be | ||
109 | reproduced. A list of the most important tags for fields in the | ||
110 | dictionary is given below. The tags also serve the more important | ||
111 | function of allowing the information content to be conveniently imported | ||
112 | into computer programs or databases. The set of tags used is described | ||
113 | in the accompanying file "tagset.web". ***NOTE*** the paragraph tags | ||
114 | <p>...</p> do *not* always nest properly with certain other tags, such | ||
115 | as <note> and <cs> ("collocation section"), which in some cases span | ||
116 | multiple paragraphs. If you are using a tag parser which detects | ||
117 | improper nesting, you should first either delete the paragraph | ||
118 | tags or convert them to non-tag symbols, or, if possible, set the | ||
119 | parser to ignore the <p>...</p> tags. | ||
120 | The unusual characters (such as Greek or the European accented | ||
121 | characters, as well as special characters used in the pronunciations) | ||
122 | are described in the accompanying file "WEBFONT.ASC". Some information | ||
123 | on the pronunciation system used may be found by viewing the files | ||
124 | "WXXVII.JPG" and "PRONUNC.JPG" with a GIF viewer (or any web browser), | ||
125 | and additional explanations of pronunciation are in the file | ||
126 | "PRONUNC.WEB". | ||
127 | Each paragraph of the original text is enclosed within tags of | ||
128 | the form <p> . . . </p>. Within these paragraphs are no line | ||
129 | breaks, and some of the paragraphs are over 12,000 characters long. | ||
130 | These lines are too long to be handled by the vi editor, and probably | ||
131 | by some other text editors. At some points, embedded line breaks within | ||
132 | a "paragraph" are marked by a <br/ "entity". The file can therefore | ||
133 | be converted, if necessary, to a form with shorter lines, and subsequently | ||
134 | reconverted back to the form having one line per paragraph. | ||
135 | |||
136 | If additional line breaks are added, then in order remove the | ||
137 | line breaks and reconstruct the original paragraphs, so that the | ||
138 | page width can be adjusted, perform the following manipulations: | ||
139 | (1) convert each line break (cr-lf combination) to a space. | ||
140 | (2) convert the string "</p> " (</p> followed by two spaces) | ||
141 | to </p> followed by two line breaks (cr-lf combinations) | ||
142 | (3) convert the string "<br/ " (<br/ followed by one space) | ||
143 | to <br/ followed by one line break (cr-lf). | ||
144 | There will be some "lines" (paragraphs) with over 12,000 characters, | ||
145 | which may give trouble to some simple text editors. | ||
146 | A more sophisticated formatting of spaces within paragraphs may | ||
147 | require the use of the fully-tagged master files. If you have | ||
148 | a need for these files, contact Patrick Cassidy: cassidy@micra.com. | ||
149 | The approximate beginning of each page is marked by an SGML | ||
150 | comment of the form <-- p. 345 -->. (The exact beginning was in some | ||
151 | cases in the middle of a paragraph, which we decided was not a | ||
152 | good location for these page-number comments, so the page number | ||
153 | was usually moved to the next paragraph break). Pages which have | ||
154 | been proofread by volunteers (e.g., with initials VOL) will have a | ||
155 | note within that page comment: <-- p. 345 pr=VOL -->. Pages which have | ||
156 | not been proofread yet (most of them) will have varying numbers of | ||
157 | typographical errors in them. We still (January 2012) need | ||
158 | proofreaders to get the errors out of these dictionary files. | ||
159 | |||
160 | *********************************************************************** | ||
161 | ** WARNING!!! ** | ||
162 | *********************************************************************** | ||
163 | |||
164 | This version is only a first typing, and has numerous typographic | ||
165 | errors, including errors in the field-marks. In addition, the user must | ||
166 | keep in mind that this text is very old and will contain numerous | ||
167 | obsolete, inaccurate, and perhaps offensive statements, which are | ||
168 | included solely because this work is intended to reproduce accurately | ||
169 | this historically interesting classic reference work. This text should | ||
170 | not be relied upon as an accurate source of information, as in many | ||
171 | cases it represents the state of knowledge around 1890. The text is | ||
172 | provided "as is", and the user must accept responsibility for all | ||
173 | consequences of its use. Please refer to the header of each file and | ||
174 | the GNU public license. If these conditions of use are unacceptable, | ||
175 | please do not use these texts. | ||
176 | ************************************************************************ | ||
177 | ************************************************************************ | ||
178 | This electronic dictionary is also made available as a potential | ||
179 | starting point for development of a modern comprehensive encyclopedic | ||
180 | dictionary, to be accessible freely on the internet, and developed by the | ||
181 | efforts of all individuals willing to help build a large and freely | ||
182 | available knowledge base. A large number of collaborators are needed to | ||
183 | bring this dictionary to a more accurate, more modern, and more useful | ||
184 | state. Anyone willing to assist in any way in constructing such a | ||
185 | knowledge base should contact Patrick Cassidy (see above). All reports | ||
186 | of errors will be gratefully received, and should also be transmitted to | ||
187 | PC at: pc@worldsoul.org. | ||
188 | |||
189 | In addition to the main text of the dictionary, additional | ||
190 | explanatory material about this version of the dictionary is available | ||
191 | in the ancillary files: | ||
192 | |||
193 | ===================================================================== | ||
194 | -rw-r--r-- 1 18021 2012-01-30 00:24 COPYING | ||
195 | -rw-r--r-- 1 2569796 2000-06-18 15:11 PRONUNC.JPG | ||
196 | -rw-r--r-- 1 13994 2012-01-30 00:24 PRONUNC.WEB | ||
197 | -rw-r--r-- 1 13507 2012-01-30 00:27 README.DIC | ||
198 | -rw-r--r-- 1 144716 2000-06-18 15:13 SYMBOLS.JPG | ||
199 | -rw-r--r-- 1 54783 2012-01-30 00:24 TAGSET.WEB | ||
200 | -rw-r--r-- 1 34631 2012-01-30 00:24 WEBFONT.ASC | ||
201 | -rw-r--r-- 1 1188380 2000-06-18 15:19 WXXVII.JPG | ||
202 | ===================================================================== | ||
203 | |||
204 | |||
205 | Most important tags used in the GCIDE: | ||
206 | <hw> tags the headword | ||
207 | <pr> pronunciation | ||
208 | <pos> part of speech | ||
209 | <ety> etymology | ||
210 | <ets> "source" word within an <ety> field, usually foreign words | ||
211 | <fld> field of knowledge (e.g. Med. = medicine) | ||
212 | <def> definition | ||
213 | <cs> collocation section (containing word combinations) | ||
214 | <col> collocation entry (word combination) | ||
215 | <cd> collocation definition | ||
216 | <as> illustrations of usage (within a <def>. . . </def> field) | ||
217 | <au> authority for a definition, or author of a quotation | ||
218 | <q> illustrative quotation -- in block quote format | ||
219 | <au> author of an illustrative <q> quotation | ||
220 | <altname> alternative name for the headword -- essentially a synonym | ||
221 | <asp> alternative spelling of the headword | ||
222 | <syn> list of synonyms for the headword | ||
223 | <p> paragraph | ||
224 | <b> bold type | ||
225 | <it> italic type | ||
226 | |||
227 | For other tags, see the file "tagset.web" | ||
228 | |||
229 | |||
230 | ============================================================ | ||
231 | OTHER VERSIONS OF THE DICTIONARY | ||
232 | ============================================================= | ||
233 | |||
234 | There are several other derivative versions of this dictionary | ||
235 | on the internet, in some cases reformatted or provided with an | ||
236 | interface. Those that I am aware of are: | ||
237 | |||
238 | (1) Project Gutenberg | ||
239 | --------------------- | ||
240 | In the extext96 directory of Project Gutenberg (www.prairienet.org) | ||
241 | there is a version of the original 1913 dictionary, which is in | ||
242 | the **public domain**. The main files are in the directory etext96, | ||
243 | and sre labeled pgw050**.***. The tags for that version are a subset | ||
244 | of those used in this GNU version. | ||
245 | |||
246 | (2) The DICT development group | ||
247 | ------------------------------ | ||
248 | This group has created a program to index and search this dictionary. | ||
249 | The program can be downloaded and used locally, but at present | ||
250 | is available only in a Unix-compatible executable version. | ||
251 | See their web site at http://www.dict.org. | ||
252 | |||
253 | (3) The University of Chicago ARTFL project | ||
254 | --------------------------------------------- | ||
255 | Mark Olsen and Gavin LaRowe at the University of Chicago have | ||
256 | converted the original 1913 dictionary to HTML and have provided an | ||
257 | interface allowing search of the headwords. When the supplemented | ||
258 | version has developed sufficiently to warrant the effort, a | ||
259 | similar searchable version may be posted there as well. The | ||
260 | search page is at: | ||
261 | http://humanities.uchicago.edu/forms_unrest/webster.form.html | ||
262 | |||
263 | That page will provide links to other ARTFL projects and contact | ||
264 | information for the ARTFL group, who alone can provide information | ||
265 | about the HTML version or interface. | ||
266 | |||
267 | |||
268 | -- PJC | ||
diff --git a/WXXVII.JPG b/WXXVII.JPG deleted file mode 100644 index 7bbe0ba..0000000 --- a/WXXVII.JPG +++ b/dev/null | |||
Binary files differ | |||
diff --git a/abbrevn.lst b/abbrevn.lst new file mode 100644 index 0000000..2cac3bf --- a/dev/null +++ b/abbrevn.lst | |||
@@ -0,0 +1,457 @@ | |||
1 | File abbrev.lst | ||
2 | |||
3 | Appendix to 1913 Webster: p. lxix and lxx | ||
4 | ========================================= | ||
5 | |||
6 | LIST OF THE ABBREVIATIONS | ||
7 | USED IN THIS WORK | ||
8 | ----------------- | ||
9 | |||
10 | a., adj. ---------- adjective | ||
11 | abbrev. ---------- abbreviated | ||
12 | abl. ---------- ablative | ||
13 | Abp. ---------- Archbishop | ||
14 | acc. ---------- accusative | ||
15 | Acous. ---------- Acoustics | ||
16 | act. ---------- active | ||
17 | adv. ---------- adverb | ||
18 | Agric. ---------- Agriculture | ||
19 | Alban. ---------- Albanian | ||
20 | Alg. ---------- Algebra | ||
21 | Am., Amer. ---------- America, American | ||
22 | Am. ---------- Amos | ||
23 | Am. Cyc. ---------- Appleton's American Cyclopedia | ||
24 | Anal. Geom. ---------- Analytical Geometry | ||
25 | Anat. ---------- Anatomy | ||
26 | Anc. ---------- Ancient, anciently | ||
27 | Angl. Ch. ---------- Anglican Church | ||
28 | Antiq. ---------- Aniquities | ||
29 | aor. ---------- aorist | ||
30 | Ar. ---------- Arabic | ||
31 | Arch. ---------- Architecture | ||
32 | Arch. Pub. Soc. ---------- Architectural Pub. Society | ||
33 | Arith. ---------- Arithmetic | ||
34 | Arm., Armor. ---------- Armorican | ||
35 | AS. ---------- Anglo-Saxon | ||
36 | Astrol. ---------- Astrology | ||
37 | Astron. ---------- Astronomy | ||
38 | aug. ---------- augmentative | ||
39 | |||
40 | Bank. ---------- Banking | ||
41 | Beau. & Fl. | ---------- Beaumont & Fletcher | ||
42 | B. & Fl. | | ||
43 | Bib. ---------- Biblical | ||
44 | Bib. Sacra ---------- Bibliotheca Sacra | ||
45 | Bibliog. ---------- Bibliography | ||
46 | Biol. ---------- Biology | ||
47 | Bisc. ---------- Biscayan | ||
48 | B. Jon. ---------- Ben Jonson | ||
49 | Bk. of Com. Prayer -------- Book of Common Prayer | ||
50 | Blackw. Mag. ---------- Blackwood's Magazine | ||
51 | Bohem. ---------- Bohemian | ||
52 | Bot. ---------- Botany, botanical | ||
53 | Bp. ---------- Bishop | ||
54 | Brande & C. ---------- Brande & Cox | ||
55 | Braz. ---------- Brazilian | ||
56 | Brit. Critic ---------- British Critic | ||
57 | Brit. Quar. Rev. --------- British Quarterly Review | ||
58 | Burl. ---------- Burlesque | ||
59 | |||
60 | C. ---------- Centigrade | ||
61 | Cant. ---------- Canticles (Song of Solomon) | ||
62 | Carp. ---------- Carpentry | ||
63 | Catal. ---------- Catalan | ||
64 | Cath. Dict. ---------- Catholic Dictionary | ||
65 | Celt. ---------- Celtic | ||
66 | Cf. ---------- Confer (compare) | ||
67 | Ch. ---------- Church | ||
68 | Chald. ---------- Chaldee | ||
69 | Chem. ---------- Chemistry | ||
70 | Ch. Hist. ---------- Church History | ||
71 | Chin. ---------- Chinese | ||
72 | Chron. ---------- Chronology, Chronicles | ||
73 | Civ. ---------- Civil | ||
74 | Class. ---------- Classical | ||
75 | Class. Myth. ---------- Classical Mythology | ||
76 | Col. ---------- Colossians | ||
77 | Colloq., coll. ---------- Colloquial, colloquially | ||
78 | Com. ---------- Commerce, Common | ||
79 | comp. ---------- compound, compounded, composition | ||
80 | compar. ---------- comparative | ||
81 | conj. ---------- conjunction | ||
82 | Con. Sect. ---------- Conic Sections | ||
83 | contr. ---------- contracted, contraction | ||
84 | Copt. ---------- Coptic | ||
85 | Corn. ---------- Cornish | ||
86 | corrupt. ---------- corrupted, corruption | ||
87 | Cotgr. ---------- Cotgrave | ||
88 | Cyc. Med. ---------- Cyclopedia of Practical Medicine | ||
89 | Crim. Law ---------- Criminal Law | ||
90 | Crystallog. ---------- Crystallography | ||
91 | Cyc. ---------- Cyclopedia | ||
92 | |||
93 | D. ---------- Dutch | ||
94 | Dan. ---------- Danish, Daniel | ||
95 | dat. ---------- dative | ||
96 | def. ---------- definitions | ||
97 | Deut. ---------- Deuteronomy | ||
98 | Dial. ---------- Dialectic | ||
99 | dim. ---------- diminutive | ||
100 | Diosc. ---------- dioscorides | ||
101 | Disp. ---------- Dispensatory | ||
102 | Disus. ---------- Disused | ||
103 | Dom. Econ. ---------- Domestic Economy | ||
104 | Dublin Univ. Mag. ---------- Dublin University Magazine | ||
105 | Dyn. ---------- Dynamics | ||
106 | |||
107 | E. ---------- English | ||
108 | Eccl. ---------- Ecclesiastical, Ecclesiastes | ||
109 | Eccl. Hist. ---------- Ecclesiastical History | ||
110 | Ecclus. ---------- Ecclesiasticus | ||
111 | Eclec. Rev. ---------- Eclectic Review | ||
112 | Ed. Rev. ---------- Edinburgh Review | ||
113 | e. g. ---------- <it>exemplia gratia</it> (for example) | ||
114 | Egypt. ---------- Egyptian | ||
115 | Elect. ---------- Electricity, Electrical | ||
116 | emph. ---------- emphatic | ||
117 | Encyc. ---------- Encyclopedia | ||
118 | Encyc. Amer. ---------- Encyclopedia Americana | ||
119 | Encyc. Crit. ---------- Encyclopedia Britannica | ||
120 | Encyc. Dict. ---------- Hunter's Encyclopedic Dictionary | ||
121 | Eng. ---------- England, English | ||
122 | Eng. ---------- Engraving | ||
123 | Eng. Cyc. ---------- English Cyclopedia | ||
124 | Engin. ---------- Engineering | ||
125 | Eol. ---------- Eolic | ||
126 | Eph., Ephes. ---------- Ephesians | ||
127 | equiv. ---------- equivalent | ||
128 | Esd. ---------- Esdras | ||
129 | esp. ---------- especially | ||
130 | Etch. & Eng. ---------- Etching & Engraving | ||
131 | Ethnol. ---------- Ethnology | ||
132 | etym., etymol. ---------- etymology | ||
133 | Ex., Exod. ---------- Exodus | ||
134 | Ezek. ---------- Ezekiel | ||
135 | |||
136 | F. ---------- French | ||
137 | f., fem. ---------- feminine | ||
138 | Fahr. ---------- Fahrenheit | ||
139 | Far. ---------- Farriery | ||
140 | Feud. ---------- Feudal | ||
141 | Fig. ---------- Figurative, figuratively | ||
142 | Fin. ---------- Finnish | ||
143 | For. Quart. Rev. ---------- Foreign Quarterly Review | ||
144 | Fort. ---------- Fortification | ||
145 | fr. ---------- from | ||
146 | Fr. ---------- French | ||
147 | freq. ---------- frequentative | ||
148 | Fries. ---------- Friesic | ||
149 | fut. ---------- future | ||
150 | |||
151 | G. ---------- German | ||
152 | Gael. ---------- Gaelic | ||
153 | Gal. ---------- Galen | ||
154 | Gal. ---------- Galatians | ||
155 | Galv. ---------- Galvanism | ||
156 | gen. ---------- generally, genitive | ||
157 | Geneal. ---------- Genealogy | ||
158 | Gent. Mag. ---------- Gentleman's Magazine | ||
159 | Geog. ---------- Geography | ||
160 | Geol. ---------- Geology | ||
161 | Geom. ---------- Geometry | ||
162 | Ger. ---------- German | ||
163 | Goth. ---------- Gothic | ||
164 | Gov. of Tongue ---------- Government of the Tongue | ||
165 | Gr. ---------- Greek | ||
166 | Gram. ---------- Grammar | ||
167 | Gris. ---------- Grisons | ||
168 | Gun. ---------- Gunnery | ||
169 | |||
170 | H. ---------- High | ||
171 | Hab. ---------- Habakkuk | ||
172 | Hag. ---------- Haggai | ||
173 | Ham. Nav. Encyc. ---------- Hamersly's Naval Encyclopedia | ||
174 | Heb. ---------- Hebrew, Hebrews | ||
175 | Her. ---------- Heraldry | ||
176 | Hind. ---------- Hindostanee | ||
177 | Hipp. ---------- Hippocrates | ||
178 | Hist. ---------- History | ||
179 | Horol. ---------- Horology | ||
180 | Hort. ---------- Horticulture | ||
181 | Hung. ---------- Hungarian | ||
182 | Hydraul. ---------- Hydraulics | ||
183 | Hydros. ---------- Hydrostatics | ||
184 | hypoth. ---------- hypothetical | ||
185 | |||
186 | Icel. ---------- Icelandic | ||
187 | i. e. ---------- <it>id est</it> (that is) | ||
188 | Illust. ---------- Illustration, Illustrated | ||
189 | imp. ---------- imperfect | ||
190 | Imp. Dict. ---------- Imperial Dictionary | ||
191 | incho. ---------- inchoative | ||
192 | ind. ---------- indicative | ||
193 | indef. ---------- indefinite | ||
194 | inf. ---------- infinitive | ||
195 | intens. ---------- intensive | ||
196 | interj. ---------- interjection | ||
197 | Internat. Cyc. ---------- International Cyclopeia | ||
198 | Ion. ---------- Ionic | ||
199 | i. q. ---------- <it>idem quod</it> (the same as) | ||
200 | Ir. ---------- Irish | ||
201 | Is., Isa. ---------- Isaiah | ||
202 | It. ---------- Italian | ||
203 | |||
204 | Jap. ---------- Japanese | ||
205 | Jas. ---------- James | ||
206 | Jav. ---------- Javanese | ||
207 | Jer. ---------- Jeremiah | ||
208 | Join. ---------- Joinery | ||
209 | Josh. ---------- Joshua | ||
210 | Judg. ---------- Judges | ||
211 | |||
212 | K. ---------- Kings | ||
213 | |||
214 | L. ---------- Latin | ||
215 | L. ---------- Low | ||
216 | Lam. ---------- Lamentations | ||
217 | Lapp. ---------- Lappish | ||
218 | Lat. ---------- Latin | ||
219 | LD. ---------- Low Dutch | ||
220 | Lett. ---------- Lettish | ||
221 | Lev. ---------- Leviticus | ||
222 | LG. ---------- Low German | ||
223 | LGr. ---------- Low Greek | ||
224 | Linn. ---------- Linn<ae/us | ||
225 | Lit., lit. ---------- Literally, literally | ||
226 | Lit. ---------- Literature | ||
227 | Lith. ---------- Lithuanian | ||
228 | LL. ---------- Low Latin | ||
229 | |||
230 | M. ---------- Middle | ||
231 | m., masc. ---------- masculine | ||
232 | Maced. ---------- Macedonian | ||
233 | Mach. ---------- Machinery | ||
234 | Mad. ---------- Madam | ||
235 | Mag. ---------- Magazine | ||
236 | Mal. ---------- Malachi | ||
237 | Malay. ---------- Malayan | ||
238 | Man. ---------- Man<egrave/ge | ||
239 | Manuf. ---------- Manufacturing | ||
240 | Mar. ---------- Maritime | ||
241 | Math. ---------- Mathematics, Mathematical | ||
242 | Matt. ---------- Matthew | ||
243 | Mech. ---------- Mechanic | ||
244 | Med. ---------- Medicine | ||
245 | Metal. ---------- Metallurgy | ||
246 | Metaph. ---------- Metaphysics | ||
247 | Meteor. ---------- Meteorolgy | ||
248 | mgr. ---------- milligrams | ||
249 | MHG. ---------- Middle High German | ||
250 | Micros. ---------- Microscopy | ||
251 | Mil. ---------- Military | ||
252 | Min. ---------- Mineralogy | ||
253 | Mir. for Mag. ---------- Mirror for Magistrates | ||
254 | MLG. ---------- Middle Low German | ||
255 | Moham. ---------- Mohammedan | ||
256 | Mozley & W. ---------- Mozley & Whiteley | ||
257 | Mus. ---------- Music | ||
258 | Myst. ---------- Mysteries | ||
259 | Myth. ---------- Mythology | ||
260 | |||
261 | N. ---------- New | ||
262 | n. ---------- noun | ||
263 | Nat. Hist. ---------- Natural History | ||
264 | Nat. ord. ---------- Natural order | ||
265 | Naut. ---------- Nautical | ||
266 | Nav. ---------- Navy | ||
267 | Navig. ---------- Navigation | ||
268 | N. Brit. Rev. ---------- North British Review | ||
269 | Neh. ---------- Nehemiah | ||
270 | neut. ---------- neuter | ||
271 | New Am. Cyc. ---------- New American Cyclopedia | ||
272 | New Month. Mag. ---------- New Monthly Magazine | ||
273 | NF. ---------- New French | ||
274 | NGr. ---------- Mew Greek | ||
275 | NHeb. ---------- New Hebrew | ||
276 | NL. ---------- New Latin | ||
277 | nom. ---------- nominative | ||
278 | Norm. F. ---------- Norman French | ||
279 | North Am. Rev. ---------- North American Review | ||
280 | Norw. ---------- Norwegian | ||
281 | Num. ---------- Numbers | ||
282 | Numis. ---------- Numismatics | ||
283 | |||
284 | O. ---------- Old | ||
285 | Ob. ---------- Obadiah | ||
286 | Obs. ---------- Obsolete | ||
287 | Obsoles. ---------- Obsolescent | ||
288 | OCelt. ---------- Old Celtic | ||
289 | OD. ---------- Old Dutch | ||
290 | ODan. ---------- Old Danish | ||
291 | OE. ---------- Old English | ||
292 | OF. ---------- Old French | ||
293 | OFelm. ---------- Old Flemish | ||
294 | OFries. ---------- Old Friesic | ||
295 | OGael. ---------- Old Gaelic | ||
296 | OGr. ---------- Old Greek | ||
297 | OHG. ---------- Old High German | ||
298 | OIcel. ---------- Old Icelandic | ||
299 | OIr. ---------- Old Irish | ||
300 | OIt. ---------- Old Italian | ||
301 | OL. ---------- Old Latin | ||
302 | OLG. ---------- Old Low Greman | ||
303 | ON. ---------- Old Norse | ||
304 | OPer. ---------- Old Persian | ||
305 | OPg. ---------- Old Portuguese | ||
306 | OPol. ---------- Old Polish | ||
307 | Opt. ---------- Optics | ||
308 | orig. ---------- original, originally | ||
309 | Ornith. ---------- Ornithology | ||
310 | OS. ---------- Old Saxon | ||
311 | OSlav. ---------- Old Slavic | ||
312 | OSp. ---------- Old Spanish | ||
313 | Oxf. Gloss. ---------- Oxford Glossary of Architecture | ||
314 | |||
315 | p. ---------- participle, page | ||
316 | p. a. ---------- participial adjective | ||
317 | Paint. ---------- Painting | ||
318 | Paleon. ---------- Paleontology | ||
319 | pass. ---------- passive | ||
320 | Pathol. ---------- Pathology | ||
321 | P. Cyc. ---------- Penny Cyclopedia | ||
322 | Per. ---------- Persian | ||
323 | perh. ---------- perhaps | ||
324 | pers. ---------- person | ||
325 | Persp. ---------- Perspective | ||
326 | Pert. ---------- Pertaining | ||
327 | Peruv. ---------- Peruvian | ||
328 | Pet. ---------- Peter | ||
329 | Pg. ---------- Portuguese | ||
330 | Pharm. ---------- Pharmacy, Pharmacop<oe/ia | ||
331 | Phil. ---------- Phillipians | ||
332 | Philem. ---------- Philemon | ||
333 | Philol. ---------- Philology | ||
334 | Philos. ---------- Philosophy | ||
335 | Phon. ---------- Phonetics | ||
336 | Photog. ---------- Photography | ||
337 | Photom. ---------- Photometry | ||
338 | Phr. ---------- Phrase | ||
339 | Phren. ---------- Phrenology | ||
340 | Phys. ---------- Physics | ||
341 | Phys. Sci. ---------- Physical Science | ||
342 | Physiol. ---------- Physiology | ||
343 | pl. ---------- plural | ||
344 | Poet. ---------- Poetry, Poetical | ||
345 | Pol. ---------- Polish | ||
346 | Pol. Econ. ---------- Political Economy | ||
347 | Polit. Econ. ---------- Political Economy | ||
348 | Pop. Sci. Monthly ---------- Polular Science Monthly | ||
349 | pp. ---------- pages | ||
350 | p. p. ---------- participle past | ||
351 | P. Plowman ---------- Piers Plowman | ||
352 | p. pr., p. ple. ---------- participle present | ||
353 | Pr. ---------- Proven<cced/al | ||
354 | Pref. ---------- Preface | ||
355 | pref. ---------- prefix | ||
356 | prep. ---------- preposition | ||
357 | pret. ---------- preterit | ||
358 | prin. ---------- principally | ||
359 | Print. ---------- Printing | ||
360 | priv. ---------- privative | ||
361 | prob. ---------- probably | ||
362 | pron. ---------- Pronunciation, pronounced, pronoun | ||
363 | prop. ---------- properly, proper | ||
364 | Pros. ---------- Prosody | ||
365 | Prov. ---------- Provincial | ||
366 | Prov. ---------- Proverbs | ||
367 | Ps., Psa. ---------- Psalms | ||
368 | Pyro.-elect. ---------- Pyro-electricity | ||
369 | |||
370 | Quart. Rev. ---------- Quarterly Review | ||
371 | q. v. ---------- <it>quod vide</it> (which see) | ||
372 | |||
373 | R. ---------- Rare | ||
374 | R. C. ---------- Roman Catholic | ||
375 | R. C. Ch. ---------- Roman Catholic Church | ||
376 | Rep. Sec. of War ---------- Report of Secretary of War | ||
377 | Rev. ---------- Revelation | ||
378 | Rev. ---------- Review | ||
379 | Rev. Ver. ---------- Revised Version (of the Bible) | ||
380 | Rhet. ---------- Rhetoric | ||
381 | R. of Brunne ---------- Robert of Brunne | ||
382 | R. of Gl. ---------- Robert of Gloucester | ||
383 | Rom. ---------- Roman, Romans | ||
384 | Rom. Cath. ---------- Roman Catholic | ||
385 | Rom. of R. ---------- Romaunt of the Rose | ||
386 | Rpts. ---------- reports | ||
387 | Russ. ---------- Russian | ||
388 | |||
389 | Sam. ---------- Samaritan | ||
390 | Sam. ---------- Samuel | ||
391 | Sat. Rev. ---------- Saturday Review | ||
392 | Sax. ---------- Saxon | ||
393 | sc. ---------- <it>scilicet</it> (being understood) | ||
394 | Scand. ---------- Scandinavian | ||
395 | Sci. ---------- Science | ||
396 | Sci. Am. ---------- Scientific American | ||
397 | Scot. ---------- Scotland, Scottish | ||
398 | Script. ---------- Scripture, Scriptural | ||
399 | Sculp. ---------- Sculpture | ||
400 | Serb ---------- Serbian | ||
401 | Serv. ---------- Servian | ||
402 | Shak. ---------- Shakespeare | ||
403 | sing. ---------- singular | ||
404 | Skr. ---------- Sanskrit | ||
405 | Slav. ---------- Slavonic | ||
406 | Sp. ---------- Spanish | ||
407 | Specif. ---------- Specifically | ||
408 | Stat. ---------- Statuary | ||
409 | subj. ---------- subjunctive | ||
410 | superl. ---------- superlative | ||
411 | Surg. ---------- Surgery | ||
412 | Surv. ---------- Surveying | ||
413 | Sw. ---------- Swedish | ||
414 | Syd. Soc. Lex. ---------- Sydenham Society Lexicon | ||
415 | Syn. ---------- Synonyms | ||
416 | Synop. ---------- Synopsis | ||
417 | Syr. ---------- Syriac | ||
418 | |||
419 | Tart. ---------- Tartaric | ||
420 | Teleg. ---------- Telegraphy | ||
421 | term. ---------- termination | ||
422 | Test. ---------- Testament | ||
423 | Theol. ---------- Theology | ||
424 | Thes. ---------- Thessalonians | ||
425 | Tim. ---------- Timothy | ||
426 | Todd & B. ---------- Todd & Bowman | ||
427 | Trans. ---------- Translation | ||
428 | Treas. ---------- Treasury | ||
429 | Trig. ---------- Trigonometry | ||
430 | Turk. ---------- Turkish | ||
431 | Typog. ---------- Typography | ||
432 | |||
433 | Univ. ---------- University | ||
434 | Up. ---------- Upper | ||
435 | U. S. ---------- United States | ||
436 | U. S. Disp. ---------- United States Dispensatory | ||
437 | U. S. Pharm. ---------- United States Pharmacop<oe/ia | ||
438 | U. S. Int. Rev. Statutes --- United States Internal Revenue Statutes | ||
439 | usu. ---------- usually | ||
440 | |||
441 | v. ---------- verb | ||
442 | var. ---------- variety | ||
443 | vb. n. ---------- verbal noun | ||
444 | Veter. ---------- Veterinary | ||
445 | v. i. ---------- verb intransitive | ||
446 | Vitr. ---------- Vitruvius | ||
447 | v. t. ---------- verb transitive | ||
448 | |||
449 | W. ---------- Welsh | ||
450 | Wall. ---------- Wallachian | ||
451 | Westm. Cat. ---------- Westminster Catechism | ||
452 | Westm. Rev. ---------- Westminster Review | ||
453 | |||
454 | Zech. ---------- Zechariah | ||
455 | Zeph. ---------- Zephaniah | ||
456 | Zo\'94l. ---------- Zo\'94logy | ||
457 | |||
diff --git a/authors.lst b/authors.lst new file mode 100644 index 0000000..98d90a9 --- a/dev/null +++ b/authors.lst | |||
@@ -0,0 +1,9669 @@ | |||
1 | <! FILE: authors.lst -- a Supplement to: | ||
2 | Webster's Revised Unabridged Dictionary | ||
3 | Version published 1913 | ||
4 | by the C. & G. Merriam Co. | ||
5 | Springfield, Mass. | ||
6 | Under the direction of | ||
7 | Noah Porter, D. D., LL. D. | ||
8 | |||
9 | comprising pages vii to xvi of that volume. | ||
10 | |||
11 | NOTE: in the original printed volume, these authors were listed | ||
12 | in three colums per page, each column also containing three subcolumns | ||
13 | headed, respectively: | ||
14 | Quoted in dict. as | ||
15 | Names in full | ||
16 | Dates | ||
17 | |||
18 | For convenience in computerized processing, the three subcolumns | ||
19 | corresponding to one entry were reorganized into paragraphs of three | ||
20 | lines, separated from other entries by two carriage returns. | ||
21 | The first line in each entry corresponds to "Quoted in dict. as"; | ||
22 | the last line of each entry corresponds to "Dates" (But where the date | ||
23 | column was blank in the original, "ND" (NO date) appears in this list; | ||
24 | the ND was not in the original dictionary); the second line corresponds | ||
25 | to "Names in full"; but in some cases where two names are given in the | ||
26 | entry, there are two lines corresponding to the "Names in full", and | ||
27 | the date then appears on the fourth line of the entry. Where two | ||
28 | names are given in the "Names in full", sometimes two sets of | ||
29 | dates were given in the third column, one set for each author. | ||
30 | In this list, the birth and death dates are always on the last | ||
31 | line of each entry, and where two sets of dates are given, they | ||
32 | correspond to the birth and death dates of the two authors, | ||
33 | separated by a comma, and in the same order as the authors. | ||
34 | Where a single question mark appears after a date, this mark was | ||
35 | present in the original dictionary and indicates uncertaintly about that | ||
36 | date. WHere two question marks appear after a date, those question | ||
37 | marks did not appear in the original dictionary, and this indicates | ||
38 | that the date (usually the last digit) is undecipherable in the | ||
39 | printed version, and the best guess is given. | ||
40 | |||
41 | !> | ||
42 | |||
43 | <! p. vii ty=CW !> | ||
44 | |||
45 | <H1>LIST of AUTHORS QUOTED</H1> | ||
46 | <h2>AS AUTHORITY FOR, OR IN ILLUSTRATION OF, THE FORMS AND USES OF WORDS GIVEN IN THIS DICTIONARY</H2> | ||
47 | |||
48 | Abp. Abbot | ||
49 | Abbot, Abp. George (English divine) | ||
50 | 1562-1633 | ||
51 | |||
52 | Abbott | ||
53 | Abbott, Benj. Vaughan. [<i>Law Dict.</i>] | ||
54 | 1830-1890 | ||
55 | |||
56 | E. A. Abbott | ||
57 | Abbott, Edwin Abbott (Eng. author) | ||
58 | 1838- | ||
59 | |||
60 | L. Abbott | ||
61 | Abbott, Lyman (Am. Clergyman) | ||
62 | 1835- | ||
63 | |||
64 | Ld. Abinger | ||
65 | Abinger, Sir James Scarlett, Ld. (English advocate) | ||
66 | 1769-1844 | ||
67 | |||
68 | Abney | ||
69 | Abney, Capt. Wm. de Wiveleslie (English writer on photog.) | ||
70 | 1843- | ||
71 | |||
72 | James Adair | ||
73 | Adair, James (Indian trader) [<i>Hist. of Am. Indians</i>, 1775.] | ||
74 | ND | ||
75 | |||
76 | J. Adams | ||
77 | Adams, John (Pres. U. S.) | ||
78 | 1735-1826 | ||
79 | |||
80 | J. Q. Adams | ||
81 | Adams, John Quincy (Pres. U. S.) | ||
82 | 1767-1848 | ||
83 | |||
84 | S. F. Adams | ||
85 | Adams, Sarah Flower (Eng. hymn writer) | ||
86 | 1805-1848 | ||
87 | |||
88 | T. Adams | ||
89 | Adams, Thomas (Eng. divine) | ||
90 | 1588?-1655? | ||
91 | |||
92 | Adanson (Trans.) | ||
93 | Adanson, Michel (Fr. Naturalist) | ||
94 | 1727-1806 | ||
95 | |||
96 | Addis & Arnold | ||
97 | Addis, Wm. E., and Arnold, Thomas. [<i>Cath. Dict.</i>, 1885.] | ||
98 | ND | ||
99 | |||
100 | Addison | ||
101 | Addison, Joseph (Eng. essayist) | ||
102 | 1672-1719 | ||
103 | |||
104 | L. Addison | ||
105 | Addison, Lancelot (Eng. author) | ||
106 | 1632-1703 | ||
107 | |||
108 | Adventurer | ||
109 | (English journal, 1752-1754.) | ||
110 | ND | ||
111 | |||
112 | Agassiz | ||
113 | Agassiz, Louis John Rudolph (Swiss geol. and nat. in Am.) | ||
114 | 1807-1873 | ||
115 | |||
116 | Ainsworth | ||
117 | Ainsworth, Robert (Eng. lexicog.) | ||
118 | 1660-1743 | ||
119 | |||
120 | W. H. Ainsworth | ||
121 | Ainsworth, Wm. Harrison (Eng. novelist) | ||
122 | 1805-1882 | ||
123 | |||
124 | Akenside | ||
125 | Akenside, Mark (Eng. poet) | ||
126 | 1721-1770 | ||
127 | |||
128 | Albany Evening Journal | ||
129 | (estab. 1830 by T. Weed.) | ||
130 | ND | ||
131 | |||
132 | J. A. Alexander | ||
133 | Alexander, Joseph Addison (Am. biblical commentator) | ||
134 | 1809-1860 | ||
135 | |||
136 | J. W. Alexander | ||
137 | Alexander, James Waddell (Am. preacher) | ||
138 | 1804-1859 | ||
139 | |||
140 | Mrs. Alexander | ||
141 | Alexander, Annie F. Hector (Brit. novelist) | ||
142 | 1825- | ||
143 | |||
144 | P. P. Alexander | ||
145 | Alexander, Patrick Proctor (Scot. author) | ||
146 | 1824-1886 | ||
147 | |||
148 | W. L. Alexander | ||
149 | Alexander, Wm. Lindsay (Scot. theologian) | ||
150 | 1808-1883 | ||
151 | |||
152 | Alford | ||
153 | Alford, Henry, Dean of Canterbury (Eng. poet) | ||
154 | 1810-1871 | ||
155 | |||
156 | Alison | ||
157 | Alison, Sir Archibald (Brit. hist.) | ||
158 | 1792-1867 | ||
159 | |||
160 | Allen's (Mass.) Rpts. | ||
161 | Allen, Charles (Am. jurist) | ||
162 | 1827- | ||
163 | |||
164 | A. V. G. Allen | ||
165 | Allen, Alex. Viets Griswold (Am. theologian) | ||
166 | 1841- | ||
167 | |||
168 | D. O. Allen | ||
169 | Allen, David Oliver (Am. missionary) | ||
170 | 1799-1863 | ||
171 | |||
172 | J. Allen (1761) | ||
173 | Allen, John, of St. Mary Magdalen Hall, Oxford (Eng. divine). | ||
174 | ND | ||
175 | |||
176 | Allibone | ||
177 | Allibone, Samuel Austin. [<i>Dict. of Authors</i>, Phila., 1886] | ||
178 | 1816-1889 | ||
179 | |||
180 | The American | ||
181 | (a weekly journal pub. in Phila.) | ||
182 | ND | ||
183 | |||
184 | Am. Chem. Journal | ||
185 | American Chemical Journal (bi-monthly, estab. 1879). | ||
186 | ND | ||
187 | |||
188 | Amer. Cyc. | ||
189 | American Cyclop<ae/dia, with supplement, 1883. | ||
190 | ND | ||
191 | |||
192 | Ames | ||
193 | Ames, Fisher (Am. statesman) | ||
194 | 1758-1808 | ||
195 | |||
196 | Anacharsis | ||
197 | Anacharsis (Scythian philos.) | ||
198 | fl. 6th c. B. C. | ||
199 | |||
200 | Anderson (1573) | ||
201 | Anderson, Anthony (Eng. divine) | ||
202 | -1593 | ||
203 | |||
204 | Andrews | ||
205 | Andrews, Ethan Allen (Am. scholar) | ||
206 | 1787-1858 | ||
207 | |||
208 | L. Andrews | ||
209 | Andrews, Lancelot (Eng. bishop) | ||
210 | 1555-1626 | ||
211 | |||
212 | Angell | ||
213 | Angell, Joseph K. (Am. law writer) | ||
214 | 1794-1857 | ||
215 | |||
216 | A. S. Chron. | ||
217 | Anglo-Saxon Chronicle. | ||
218 | ND | ||
219 | |||
220 | Angus | ||
221 | Angus, Joseph (Eng. author) | ||
222 | 1816- | ||
223 | |||
224 | Annandale | ||
225 | Annandale, Charles (Eng. lexicographer). | ||
226 | ND | ||
227 | |||
228 | Anson | ||
229 | Anson, Ld. Geo. [<i>Voyage round the World</i> in 1740-44] | ||
230 | 1697-1762 | ||
231 | |||
232 | Ansted | ||
233 | Ansted, David Thomas (Eng. geol.) | ||
234 | 1814-1880 | ||
235 | |||
236 | F. Anstey | ||
237 | Pseud. of Thomas Anstey Guthrie (Eng. novelist) | ||
238 | 1856- | ||
239 | |||
240 | Anti-Jacobin | ||
241 | Anti-Jacobin Review and Mag. (Eng. pub., 1798-1821). | ||
242 | ND | ||
243 | |||
244 | Arbuthnot | ||
245 | Arbuthnot, John (Brit. author) | ||
246 | 1667-1735 | ||
247 | |||
248 | Arch. Pub. Soc. | ||
249 | Dict. of Arch. Issued by Architectural Pub. Soc. of Lond. | ||
250 | ND | ||
251 | |||
252 | Arden of Feversham | ||
253 | (anon. historical tragedy, 1592.) | ||
254 | ND | ||
255 | |||
256 | Duke of Argyll | ||
257 | Argyll, Geo. J. Douglas Campbell, eighth duke of (Brit. author) | ||
258 | 1823-1900 | ||
259 | |||
260 | Armstrong | ||
261 | Armstrong, John (Scot. physician and poet) | ||
262 | 1709-1779 | ||
263 | |||
264 | E. Arnold | ||
265 | Arnold, Sir Edwin (Eng. poet) | ||
266 | 1832- | ||
267 | |||
268 | M. Arnold | ||
269 | Arnold, Matthew (Eng. poet and essayist) | ||
270 | 1822-1888 | ||
271 | |||
272 | T. Arnold | ||
273 | Arnold, Thomas (Eng. historian) | ||
274 | 1795-1842 | ||
275 | |||
276 | Arnould | ||
277 | Arnould, Joseph. [<i>Insurance and Average</i>, Lond., 1848] | ||
278 | 1815-1886 | ||
279 | |||
280 | Arnway | ||
281 | Arnway, John (Eng. Royalist) | ||
282 | 1601-1653 | ||
283 | |||
284 | Ascham | ||
285 | Ascham, Roger (Eng. scholar) | ||
286 | 1515-1568 | ||
287 | |||
288 | Ash | ||
289 | Ash, John (Eng. lexicographer) | ||
290 | 1724-1779 | ||
291 | |||
292 | Ashmole | ||
293 | Ashmole, Elias (Eng. antiquary) | ||
294 | 1617-1692 | ||
295 | |||
296 | J. Ashurst | ||
297 | Ashurst, John (Am. surgeon) | ||
298 | 1839- | ||
299 | |||
300 | Astle | ||
301 | Astle, Thomas (Eng. antiquary) | ||
302 | 1735-1803 | ||
303 | |||
304 | Sir R. Atkyns (1712) | ||
305 | Atkyns, Sir Robert (Eng. hist. Writer) | ||
306 | 1647-1711 | ||
307 | |||
308 | Atlantic Monthly | ||
309 | (estab. in Boston, 1857). | ||
310 | ND | ||
311 | |||
312 | Atterbury | ||
313 | Atterbury, Francis (Eng. bishop) | ||
314 | 1662-1732 | ||
315 | |||
316 | L. H. Atwater | ||
317 | Atwater, Lyman Hotchkiss (Am. mental philosopher) | ||
318 | 1813-1883 | ||
319 | |||
320 | Aubrey | ||
321 | Aubrey, John (Eng. antiquary) | ||
322 | 1626-1697 | ||
323 | |||
324 | Audsley | ||
325 | Audsley, George Aschdown (Eng. architect) | ||
326 | 1838- | ||
327 | |||
328 | Audubon | ||
329 | Audubon, John James (Am. naturalist) | ||
330 | 1780-1851 | ||
331 | |||
332 | Prof. August | ||
333 | August, Ernest Ferdinand (Ger. mathematician) | ||
334 | 1795-1870 | ||
335 | |||
336 | Jane Austen | ||
337 | Austen, Jane (Eng. novelist) | ||
338 | 1775-1817 | ||
339 | |||
340 | Ayliffe | ||
341 | Ayliffe, John (Eng. jurist) | ||
342 | 1676-1732 | ||
343 | |||
344 | Bp. Aylmer | ||
345 | Aylmer, Bp. John (Eng. prelate) | ||
346 | 1521-1594 | ||
347 | |||
348 | Aytoun | ||
349 | Aytoun, Wm. Edmonstoune (Scot. poet and essayist) | ||
350 | 1813-1865 | ||
351 | |||
352 | Bache | ||
353 | Bache, Alex. Dallas (Am. hydrog.) | ||
354 | 1806-1867 | ||
355 | |||
356 | Bacon | ||
357 | Bacon, Francis, Baron Verulam (Eng. philos. and essayist) | ||
358 | 1561-1626 | ||
359 | |||
360 | N. Bacon | ||
361 | Bacon, Nathaniel (Eng. author) | ||
362 | 1593-1660 | ||
363 | |||
364 | Bagehot | ||
365 | Bagehot, Walter (Eng. essayist and journalist) | ||
366 | 1826-1877 | ||
367 | |||
368 | Bailey | ||
369 | Bailey, Nathan (Eng. lexicog.) | ||
370 | -1742 | ||
371 | |||
372 | J. Baillie | ||
373 | Baillie, Miss Joanna (Scot. poet) | ||
374 | 1762-1851 | ||
375 | |||
376 | R. Baillie | ||
377 | Baillie, Robert (Scot. theologian) | ||
378 | 1602?-1662 | ||
379 | |||
380 | Bain | ||
381 | Bain, Alex. (Scot. metaphysician) | ||
382 | 1818-1877 | ||
383 | |||
384 | H. C. Baird | ||
385 | Baird, Henry Carey (Am. polit. economist) | ||
386 | 1825- | ||
387 | |||
388 | Baird | ||
389 | Baird, Wm. [<i>Cyc. of Nat. History</i>] | ||
390 | 1803-1872 | ||
391 | |||
392 | Baker | ||
393 | Baker, Sir Richard (Eng. historian) | ||
394 | 1568?-1645 | ||
395 | |||
396 | Sir S. Baker | ||
397 | Baker, Sir Samuel White (Eng. explorer) | ||
398 | 1821-1893 | ||
399 | |||
400 | T. Baker | ||
401 | Baker, Thomas (Eng. antiquary) | ||
402 | 1656-1740 | ||
403 | |||
404 | V. Baker | ||
405 | Baker, Valentine, called Baker Pasha (Eng. quar. general) | ||
406 | 1825- | ||
407 | |||
408 | Bale | ||
409 | Bale, John (Eng. bishop) | ||
410 | 1495-1563 | ||
411 | |||
412 | Balfour | ||
413 | Balfour, Francis Maitland (Eng. embryologist) | ||
414 | 1851-1882 | ||
415 | |||
416 | Balfour (Cyc. of India) | ||
417 | Balfour, Edward (Eng. Surg. Gen.) [<i>Cyc. of India</i>, 3d ed., Lond., 1885.] | ||
418 | ND | ||
419 | |||
420 | A. J. Balfour | ||
421 | Balfour, Arthur J. (Eng. writer) | ||
422 | 1848- | ||
423 | |||
424 | F. Balfour | ||
425 | Balfour, Francis (Scot. physician) | ||
426 | fl. 18th c. | ||
427 | |||
428 | J. H. Balfour | ||
429 | Balfour, John Hutton (Scot. bot.) | ||
430 | 1808-1884 | ||
431 | |||
432 | Bamfield | ||
433 | Bamfield, or Bamford, Joseph (Royalist officer under Chas. I.) | ||
434 | ND | ||
435 | |||
436 | Bancroft | ||
437 | Bancroft, Geo. (Am. historian) | ||
438 | 1800-1891 | ||
439 | |||
440 | Abp. Bancroft | ||
441 | Bancroft, Abp. Richard (Eng.) | ||
442 | 1544-1610 | ||
443 | |||
444 | Banister | ||
445 | Banister, John (Brit. physician) | ||
446 | 1540-1610 | ||
447 | |||
448 | Sir J. Banks | ||
449 | Banks, Sir Joseph (Eng. naturalist) | ||
450 | 1743-1820 | ||
451 | |||
452 | Mrs. Barbauld | ||
453 | Barbauld, Anna L. (Eng. writer) | ||
454 | 1743-1825 | ||
455 | |||
456 | Barbour | ||
457 | Barbour, John (Scot. poet and historian) | ||
458 | 1316?-1395 | ||
459 | |||
460 | Barclay | ||
461 | Barclay, John (Scot. anatomist) | ||
462 | 1760-1826 | ||
463 | |||
464 | Barclay (Digest) | ||
465 | Barclay, John M. [<i>Digest of Rules of House of Rep. U. S.</i>] | ||
466 | ND | ||
467 | |||
468 | Baret | ||
469 | Baret, or Barret, John. [<i>Alveary or Quadruple Dict.</i>, 1580.] | ||
470 | ND | ||
471 | |||
472 | Barham | ||
473 | Barham, Richard Harris (Eng. divine and humorist) | ||
474 | 1778-1845 | ||
475 | |||
476 | S. Baring-Gould | ||
477 | Baring-Gould, Sabine (Eng. author) | ||
478 | 1834- | ||
479 | |||
480 | Barlow | ||
481 | Barlow, Peter (Eng. math.) | ||
482 | 1776-1862 | ||
483 | |||
484 | Bp. Barlow | ||
485 | Barlow, Bp. Thomas (Eng. divine) | ||
486 | 1607-1691 | ||
487 | |||
488 | J. Barlow | ||
489 | Barlow, Joel (Am. poet) | ||
490 | 1754-1812 | ||
491 | |||
492 | Barnes | ||
493 | Barnes, Robert (Eng. divine) | ||
494 | 1495-1540 | ||
495 | |||
496 | D. H. Barnes | ||
497 | Barnes, Daniel H. (Am. conchol.) | ||
498 | 1785-1828 | ||
499 | |||
500 | W. Barnes | ||
501 | Barnes, Wm. (Eng. philol. and poet) | ||
502 | 1820-1886 | ||
503 | |||
504 | Barrough | ||
505 | Barrough, Philip (Eng. physician) | ||
506 | fl. 1590 | ||
507 | |||
508 | Barrow | ||
509 | Barrow, Isaac (Eng. theologian and mathematician) | ||
510 | 1630-1677 | ||
511 | |||
512 | Sir J. Barrow | ||
513 | Barrow, Sir John (Eng. traveler) | ||
514 | 1764-1848 | ||
515 | |||
516 | Barry (1611) | ||
517 | Barry, or Barrey, Lodowick (Brit. dramatist). [<i>Ram Alley</i>.] | ||
518 | ND | ||
519 | |||
520 | Barth | ||
521 | Barth, Heinrich (Ger. explorer) | ||
522 | 1821-1865 | ||
523 | |||
524 | Bartlett | ||
525 | Bartlett, John Russell. [<i>Dict. of Americanisms</i>, N. Y., 1848] | ||
526 | 1805-1886 | ||
527 | |||
528 | Barton | ||
529 | Barton, Benj. Smith (Am. botanist) | ||
530 | 1766-1815 | ||
531 | |||
532 | J. Barton | ||
533 | Barton, John. [<i>Geog. of Plants</i>, Lond., 1827.] | ||
534 | ND | ||
535 | |||
536 | Bartram | ||
537 | Bartram, John (Am. botanist) | ||
538 | 1701-1777 | ||
539 | |||
540 | J. Bascom | ||
541 | Bascom, John (Am. writer on philos. and social science) | ||
542 | 1827- | ||
543 | |||
544 | Bastian | ||
545 | Bastian, Henry Charlton (Eng. physician) | ||
546 | 1837- | ||
547 | |||
548 | Bateman | ||
549 | Bateman, Thomas (Eng. physician) | ||
550 | 1778-1821 | ||
551 | |||
552 | Bates | ||
553 | Bates. Wm. (Eng. divine) | ||
554 | 1625-1699 | ||
555 | |||
556 | Edward Bates | ||
557 | Bates, Edward (Am. statesman) | ||
558 | 1793-1869 | ||
559 | |||
560 | Baxter | ||
561 | Baxter, Richard (Eng. divine) | ||
562 | 1615-1691 | ||
563 | |||
564 | A. Baxter | ||
565 | Baxter, Andrew (Scot. antiquary) | ||
566 | 1686?-1750 | ||
567 | |||
568 | W. Baxter | ||
569 | Baxter, William (Brit. antiq. and philol.) | ||
570 | 1650-1723?? | ||
571 | |||
572 | Bayard | ||
573 | Bayard, James A. (Am. statesman) | ||
574 | 1767-1815 | ||
575 | |||
576 | Bayne | ||
577 | Bayne, Peter (Scot. author) | ||
578 | 1830-1896 | ||
579 | |||
580 | Beaconsfield | ||
581 | Beaconsfield, Benj. Disraeli, Earl of (Eng. statesman and author) | ||
582 | 1805-1881 | ||
583 | |||
584 | L. S. Beale | ||
585 | Beale, Lionel Smith (Eng. physiol.) | ||
586 | 1828- | ||
587 | |||
588 | Beattie | ||
589 | Beattie, James (Scot. poet) | ||
590 | 1735-1803 | ||
591 | |||
592 | Beau. & Fl. | ||
593 | Beaumont, Francis, & Fletcher, John. | ||
594 | ND | ||
595 | |||
596 | Beaumont | ||
597 | Beaumont, Joseph (Eng. poet) | ||
598 | 1615-1699 | ||
599 | |||
600 | F. Beaumont | ||
601 | Beaumont, Francis (Eng. dramatist) | ||
602 | 1586-1615 <! died 1616 - Century Dict. !> | ||
603 | |||
604 | Sir John Beaumont | ||
605 | Beaumont, Sir John (Eng. poet) | ||
606 | 1582-1628 | ||
607 | |||
608 | Beck | ||
609 | Beck, Charles (Ger. philol. in Am.) | ||
610 | 1798-1866 | ||
611 | |||
612 | Beck (Draper's Dict.) | ||
613 | Beck, Samuel Wm. [<i>Draper's Dict.</i>, Lond., 1882.] | ||
614 | ND | ||
615 | |||
616 | Beckford | ||
617 | Beckford, Wm. (Eng. author) | ||
618 | 1759-1844 | ||
619 | |||
620 | Becon | ||
621 | Becon, Thomas (Eng. reformer) | ||
622 | 1512-1570 | ||
623 | |||
624 | Beddoes | ||
625 | Beddoes, Thomas (Eng. physician) | ||
626 | 1760-1808 | ||
627 | |||
628 | Cuthbert Bede | ||
629 | Pseud. of Edward Bradley (Eng. misc. writer) | ||
630 | 1827-1889 | ||
631 | |||
632 | Bp. Bedell | ||
633 | Bedell, Bp. Wm. (Eng. prelate) | ||
634 | 1570-1641 | ||
635 | |||
636 | John Bee | ||
637 | Pseud. of John Badcock. [<i>Dict. of the Turf, Ring, etc.</i>, Lond., 1823.] | ||
638 | ND | ||
639 | |||
640 | H. W. Beecher | ||
641 | Beecher, Henry Ward (Am. preacher and orator) | ||
642 | 1813-1887 | ||
643 | |||
644 | L. Beecher | ||
645 | Beecher, Lyman (Am. clergyman) | ||
646 | 1775-1863 | ||
647 | |||
648 | W. G. Beers | ||
649 | Beers, W. Geo. (Canadian writer on sports). | ||
650 | ND | ||
651 | |||
652 | E. Behnke | ||
653 | Behnke, Emil. [<i>Mechanism of the Human Voice</i>, Lond.] | ||
654 | ND | ||
655 | |||
656 | Belknap | ||
657 | Belknap, Jeremy (Am. historian) | ||
658 | 1744-1798 | ||
659 | |||
660 | Bell | ||
661 | Bell, George Joseph. [<i>Law of Scot.</i>] | ||
662 | 1770-1843 | ||
663 | |||
664 | A. G. Bell | ||
665 | Bell, Alex. Graham (Scot. inventor in Am.) | ||
666 | 1847- | ||
667 | |||
668 | A. M. Bell | ||
669 | Bell, Alex. Melville (Scot. deaf-mute instructor) | ||
670 | 1819- | ||
671 | |||
672 | H. G. Bell | ||
673 | Bell, Henry Glassford (Scot. writer) | ||
674 | 1803-1874 | ||
675 | |||
676 | T. Belsham | ||
677 | Belsham, Thomas (Eng. divine) | ||
678 | 1750-1829 | ||
679 | |||
680 | W. Belsham | ||
681 | Belsham, Wm. (Eng. historian) | ||
682 | 1753-1827 | ||
683 | |||
684 | E. van Beneden | ||
685 | Beneden, Edouard van (Dutch embryologist) | ||
686 | 1846- | ||
687 | |||
688 | Benjamin | ||
689 | Benjamin, Judah Peter (Am. polit.) | ||
690 | 1811-1884 | ||
691 | |||
692 | Bp. Benson | ||
693 | Benson, Bp. Martin (Eng. divine) | ||
694 | 1689-1752 | ||
695 | |||
696 | Dr. G. Benson | ||
697 | Benson, George (Eng. divine) | ||
698 | 1699-1763 | ||
699 | |||
700 | Bentham | ||
701 | Bentham, Jeremy (Eng. philos.) | ||
702 | 1748-1832 | ||
703 | |||
704 | G. Bentham | ||
705 | Bentham, George (Eng. botanist) | ||
706 | 1800-1884 | ||
707 | |||
708 | Bentley | ||
709 | Bentley, Richard (Eng. critic) | ||
710 | 1662-1742 | ||
711 | |||
712 | W. Bentley | ||
713 | Bentley, Wm. (Am. author) | ||
714 | 1758-1819 | ||
715 | |||
716 | Berington | ||
717 | Berington, Jos. (Eng. R. C. clerg.) | ||
718 | 1744-1827 | ||
719 | |||
720 | Berkeley | ||
721 | Berkeley, Geo. (Ir. bp. and philos.) | ||
722 | 1684-1753 | ||
723 | |||
724 | M. J. Berkeley | ||
725 | Berkeley, Miles Joseph (Eng. bot.) | ||
726 | 1803-1889 | ||
727 | |||
728 | J. Berners | ||
729 | Berners, Juliana. [<i>Hawking and Hunting</i>, 1486] | ||
730 | 1388- | ||
731 | |||
732 | Ld. Berners | ||
733 | Berners, John Bourchier, Ld. (Eng. chan.). [<i>Trans. of Froissart</i>] | ||
734 | 1469?-1533 | ||
735 | |||
736 | W. Berry | ||
737 | Berry, William. [<i>Encyc. Heraldica</i>, 1828-40] | ||
738 | 1774-1851 | ||
739 | |||
740 | Berzelius | ||
741 | Berzelius, Baron J<oum/ns Jakob (Swed. chem.) | ||
742 | 1779-1848 | ||
743 | |||
744 | W. Besant | ||
745 | Besant, Walter (Eng. author) | ||
746 | 1838- | ||
747 | |||
748 | Bescherelle | ||
749 | Bescherelle, Louis Nicolas (Fr. gram. and lexicog.) | ||
750 | 1802-1883 | ||
751 | |||
752 | C. E. Bessey | ||
753 | Bessey, Charles Edwin (Am. bot.) | ||
754 | 1845- | ||
755 | |||
756 | Best | ||
757 | Best, Wm. Mawdesley (Eng. jurist). [<i>Evidence and Practice</i>, 1849.] | ||
758 | ND | ||
759 | |||
760 | Betterton | ||
761 | Betterton, Thomas (Eng. actor) | ||
762 | 1635?-1710 | ||
763 | |||
764 | W. L. Bevan | ||
765 | Bevan, Wm. Lotham (Eng. writer) | ||
766 | 1821- | ||
767 | |||
768 | Beveridge | ||
769 | Beveridge, Wm. (Eng. linguist) | ||
770 | 1637-1708 | ||
771 | |||
772 | Beverly | ||
773 | Beverly, Robt. (Am. historian) | ||
774 | 1675-1716 | ||
775 | |||
776 | Bible (1551) | ||
777 | (revised by Becke). | ||
778 | ND | ||
779 | |||
780 | Bib. Sacra | ||
781 | Bibliotheca Sacra (Am. theolog. Quarterly, estab. 1843). | ||
782 | ND | ||
783 | |||
784 | Bickerstaff | ||
785 | Bickerstaff, Isaac (Brit. dramatist) | ||
786 | 1735?-1788? | ||
787 | |||
788 | Bickersteth | ||
789 | Bickersteth, Edward (Eng. theol.) | ||
790 | 1786-1850 | ||
791 | |||
792 | Biddle | ||
793 | Biddle, Nicholas (Am. financier) | ||
794 | 1786-1844 | ||
795 | |||
796 | Jacob Bigelow | ||
797 | Bigelow, Jacob (Am. physician) | ||
798 | 1787-1879 | ||
799 | |||
800 | Birch | ||
801 | Birch, Thomas (Eng. historian) | ||
802 | 1705-1766 | ||
803 | |||
804 | Bishop | ||
805 | Bishop, Frederick (Eng. writer on cookery, pub. 1852) | ||
806 | ND | ||
807 | |||
808 | Bispham | ||
809 | Bispham, Geo. Tucker (Am. jurist). | ||
810 | ND | ||
811 | |||
812 | Joseph Black | ||
813 | Black, Joseph (Brit. chemist) | ||
814 | 1728-1799 | ||
815 | |||
816 | W. Black | ||
817 | Black, William (Scot. novelist) | ||
818 | 1841-1898 | ||
819 | |||
820 | F. Blackburne | ||
821 | Blackburne, Francis (Eng. clerg.) | ||
822 | 1705-1787 | ||
823 | |||
824 | J. S. Blackie | ||
825 | Blackie, John Stuart (Scot. class. scholar) | ||
826 | 1809-1895 | ||
827 | |||
828 | Blackmore | ||
829 | Blackmore, Sir Richard (Eng. theologian and poet) | ||
830 | 1650?-1729 | ||
831 | |||
832 | R. D. Blackmore | ||
833 | Blackmore, Richard Doddridge (Eng. novelist) | ||
834 | 1825-1900 | ||
835 | |||
836 | Blackstone | ||
837 | Blackstone, Sir William (Eng. jurist). [<i>Commentaries</i>] | ||
838 | 1723-1780 | ||
839 | |||
840 | Blackwall | ||
841 | Blackwall, Anthony (Eng. author) | ||
842 | 1674-17?? | ||
843 | |||
844 | <! p. viii ty=CW !> | ||
845 | |||
846 | Blackwood's or Blackw. Mag. | ||
847 | Blackwood's Edinburgh Magazine (founded 1817). | ||
848 | ND | ||
849 | |||
850 | Blair | ||
851 | Blair, Hugh (Scot. divine and rhetorician) | ||
852 | 1718-1800 | ||
853 | |||
854 | R. Blair | ||
855 | Blair, Robert (Scot. clerg. And poet) | ||
856 | 1699-1747 | ||
857 | |||
858 | Blakely | ||
859 | Blakely, Edward T. [<i>Dict. Of Com'c'l Information</i>, Lond., 1878.] | ||
860 | ND | ||
861 | |||
862 | R. Bloomfield | ||
863 | Bloomfield, Robert (Eng. poet) | ||
864 | 1766-1823 | ||
865 | |||
866 | Blount | ||
867 | Blount, Thomas (Eng. legal writer) | ||
868 | 1618-1679 | ||
869 | |||
870 | C. Blount | ||
871 | Blount, Chas. (Eng. deistic writer) | ||
872 | 1654-1693 | ||
873 | |||
874 | Sir H. Blount | ||
875 | Blount, Sir Henry (Eng. traveler) | ||
876 | 1602-1682 | ||
877 | |||
878 | J. Boaden | ||
879 | Boaden, James (Eng. dramatist) | ||
880 | 1762-1839 | ||
881 | |||
882 | W. E. Boardman | ||
883 | Boardman, Wm. E. (Am. clerg.). | ||
884 | ND | ||
885 | |||
886 | Bolingbroke | ||
887 | Bolingbroke, Henry St. John, Viscount (Eng. statesman) | ||
888 | 1678-1751 | ||
889 | |||
890 | Bolton | ||
891 | Bolton, Robert (Eng. Puritan divine) | ||
892 | 1572-1631 | ||
893 | |||
894 | Bk. Of Com. Prayer | ||
895 | Book of Common Prayer. | ||
896 | ND | ||
897 | |||
898 | Booth | ||
899 | Booth, David (English lexicog.) | ||
900 | 1766-1846 | ||
901 | |||
902 | Boswell | ||
903 | Boswell, James (biog. Of Dr. Johnson) | ||
904 | 1740-1795 | ||
905 | |||
906 | Bosworth | ||
907 | Bosworth, Joseph (Eng. philol.) | ||
908 | 1789-1876 | ||
909 | |||
910 | Boucher | ||
911 | Boucher, Jonathan (Eng. author in Am.) | ||
912 | 1738-1804 | ||
913 | |||
914 | Bourne | ||
915 | Bourne, Henry. [<i>Antiquities</i>, 1725] | ||
916 | 1696-1733 | ||
917 | |||
918 | J. Bourne | ||
919 | Bourne, John (Eng. engineer). | ||
920 | ND | ||
921 | |||
922 | Bouvier | ||
923 | Bouvier, John (Am. jurist). [<i>Law Dict.</i>] | ||
924 | 1787-1851 | ||
925 | |||
926 | H. I. Bowditch | ||
927 | Bowditch, Henry Ingersoll (Am. surg. And physiol.) | ||
928 | 1808- | ||
929 | |||
930 | F. Bowen | ||
931 | Bowen, Francis (Am. philos.) | ||
932 | 1811-1890 | ||
933 | |||
934 | Bowring | ||
935 | Bowring, Sir John (Eng. traveler and linguist) | ||
936 | 1792-1872 | ||
937 | |||
938 | A. K. H. Boyd | ||
939 | Boyd, Andrew Kennedy Hutchison (Scot. clergyman) | ||
940 | 1825- | ||
941 | |||
942 | Boyle | ||
943 | Boyle, Robert (Irish chemist) | ||
944 | 1626-1691 | ||
945 | |||
946 | Boyse | ||
947 | Boyse, Samuel (Eng. poet) | ||
948 | 1708-1749 | ||
949 | |||
950 | Braction | ||
951 | Braction, Henry de (Eng. lawyer) [<i>Laws</i>, 1569] | ||
952 | 1227?-1267 | ||
953 | |||
954 | Bradford | ||
955 | Bradford, John (Eng. martyr) | ||
956 | 1510?-1555 | ||
957 | |||
958 | R. Brady | ||
959 | Brady, Robert (Eng. historian) | ||
960 | 1643-1700 | ||
961 | |||
962 | Abp. Bramhall | ||
963 | Bramhall, Abp. John (Eng. author) | ||
964 | 1593-1663 | ||
965 | |||
966 | Bramston | ||
967 | Bramston, James (Eng. vicar) | ||
968 | -1744 | ||
969 | |||
970 | J. Brand | ||
971 | Brand, John. [<i>Description of Orkney</i>, Edin., 1701] | ||
972 | 1668?-1738 | ||
973 | |||
974 | Brande | ||
975 | Brande, William Thomas (Eng. chemist) | ||
976 | 1788-1866 | ||
977 | |||
978 | Brande & C. | ||
979 | Brande, Wm. Thos., and Cox, Geo. Wm. [<i>Dict. of Sci., Lit., and Art</i>, Lond., 1875.] | ||
980 | ND | ||
981 | |||
982 | Brathwait | ||
983 | Brathwait, Richard (Eng. poet) | ||
984 | 1588-1673 | ||
985 | |||
986 | T. Bray | ||
987 | Bray, Thomas (Eng. clerg. and philan.) | ||
988 | 1656-1730 | ||
989 | |||
990 | Brende | ||
991 | Brende, John. [<i>Quintus Curtius</i>, Lond., 1553.] | ||
992 | ND | ||
993 | |||
994 | Brerewood | ||
995 | Brerewood, Edward (Eng. math. and antiq.) | ||
996 | 1565-1615 | ||
997 | |||
998 | Breton | ||
999 | Breton, Nicholas (Eng. poet) | ||
1000 | 1542?-1626? | ||
1001 | |||
1002 | Brevint | ||
1003 | Brevint, Daniel (Eng. divine) | ||
1004 | 1616-1695 | ||
1005 | |||
1006 | Brewer | ||
1007 | Brewer, Edward Cobham (Eng. compiler) | ||
1008 | 1810-1897 | ||
1009 | |||
1010 | A. Brewer | ||
1011 | Brewer, Anthony (Eng. dram., time of Charles I.). | ||
1012 | ND | ||
1013 | |||
1014 | Sir D. Brewster | ||
1015 | Brewster, David, Sir (Brit. physicist) | ||
1016 | 1781-1868 | ||
1017 | |||
1018 | Brieger | ||
1019 | Brieger, Ludwig (Ger. physiol. chemist) | ||
1020 | 1849- | ||
1021 | |||
1022 | J. Bright | ||
1023 | Bright, John (Eng. statesman) | ||
1024 | 1811-1889 | ||
1025 | |||
1026 | Brimley | ||
1027 | Brimley, George (Eng. critic) | ||
1028 | 1819-1857 | ||
1029 | |||
1030 | Brinton | ||
1031 | Brinton, Dan. Garrison (Am. ethnol.) | ||
1032 | 1837-1899 | ||
1033 | |||
1034 | C. A. Bristed | ||
1035 | Bristed, Charles Astor (Am. writer) | ||
1036 | 1820-1874 | ||
1037 | |||
1038 | Brit. Critic | ||
1039 | British Critic (Eng. review, organ of High Church party, 1793-1843). | ||
1040 | ND | ||
1041 | |||
1042 | British Pharm. | ||
1043 | British Parmacop<oe/ia. | ||
1044 | ND | ||
1045 | |||
1046 | Brit. Quart. Rev. | ||
1047 | British Quarterly Review (estab. London, 1845). | ||
1048 | ND | ||
1049 | |||
1050 | Britton | ||
1051 | Britton, John (Eng. antiquary) | ||
1052 | 1771-1857 | ||
1053 | |||
1054 | Brockett | ||
1055 | Brockett, John Trotter (Brit. antiquary) | ||
1056 | 1788-1842 | ||
1057 | |||
1058 | Brome (1659) | ||
1059 | Brome, Richard (Eng. dramatist) | ||
1060 | -1652 | ||
1061 | |||
1062 | C. Bront<eacute/ | ||
1063 | Bront<eacute/, Charlotte (Eng. novelist) | ||
1064 | 1816-1855 | ||
1065 | |||
1066 | Brooke (Eastford) | ||
1067 | Brooke, Wesley. [<i>Eastford, or Household Sketches</i>, Boston, 1855.] | ||
1068 | ND | ||
1069 | |||
1070 | H. Brooke | ||
1071 | Brooke, Henry (Eng. poet) | ||
1072 | 1706-1783 | ||
1073 | |||
1074 | W. K. Brooke | ||
1075 | Brooke, Wm. Keith (Am. biologist) | ||
1076 | 1848- | ||
1077 | |||
1078 | Broom | ||
1079 | Broom, Herbert (Eng. legal writer) | ||
1080 | 1815-1882 | ||
1081 | |||
1082 | Broome | ||
1083 | Broome, Wm. (Eng. translator) | ||
1084 | 1689-1745 | ||
1085 | |||
1086 | Brougham | ||
1087 | Brougham, Lord Henry (British statesman) | ||
1088 | 1778-1868 | ||
1089 | |||
1090 | Dr. J. Brown | ||
1091 | Brown, John (Scot. preacher) | ||
1092 | 1810-1882 | ||
1093 | |||
1094 | G. Brown | ||
1095 | Brown, Goold (Am. grammarian) | ||
1096 | 1791-1857 | ||
1097 | |||
1098 | R. Brown | ||
1099 | Brown, Robert (Scot. botanist) | ||
1100 | 1773-1858 | ||
1101 | |||
1102 | T. Brown | ||
1103 | Brown, Tom (Eng. author) | ||
1104 | 1663-1704 | ||
1105 | |||
1106 | E. Browne | ||
1107 | Browne, Edward (Eng. physician) | ||
1108 | 1644-1708 | ||
1109 | |||
1110 | P. Browne | ||
1111 | Browne, Peter (Eng. bishop) | ||
1112 | -1735 | ||
1113 | |||
1114 | Sir T. Browne | ||
1115 | Browne, Sir Thomas (Eng. physician) | ||
1116 | 1605-1682 | ||
1117 | |||
1118 | W. Browne | ||
1119 | Browne, William (Eng. poet) | ||
1120 | 1590-1645? | ||
1121 | |||
1122 | Mrs. Browning | ||
1123 | Browning, Eliz. Barrett (Eng. poet) | ||
1124 | 1809-1861 | ||
1125 | |||
1126 | R. Browning | ||
1127 | Browning, Robert (Eng. poet) | ||
1128 | 1812-1889 | ||
1129 | |||
1130 | O. A. Brownson | ||
1131 | Brownson, Orestes Augustus (Am. journalist and theologian) | ||
1132 | 1803-1876 | ||
1133 | |||
1134 | James Bruce | ||
1135 | Bruce, James (Scot. traveler) | ||
1136 | 1730-1794 | ||
1137 | |||
1138 | Robert of Brunne | ||
1139 | Mannyng, Robert, called R. of B. (Eng. chron. and poet. trans.) | ||
1140 | 1260?-1340? | ||
1141 | |||
1142 | Lauder Brunton | ||
1143 | Brunton, Thomas Lauder (Scot. physician) | ||
1144 | 1844- | ||
1145 | |||
1146 | Bryant | ||
1147 | Bryant, William Cullen (Am. poet) | ||
1148 | 1794-1878 | ||
1149 | |||
1150 | J. Bryant | ||
1151 | Bryant, Jacob (Eng. theol. And mythol. Writer) | ||
1152 | 1715-1804 | ||
1153 | |||
1154 | Brydges | ||
1155 | Brydges, Sir Samuel Egerton (Eng. bibliographer) | ||
1156 | 1762-1837 | ||
1157 | |||
1158 | Bryskett | ||
1159 | Bryskett, Lodowick (Brit. poet and translator) | ||
1160 | fl. 1571-1611 | ||
1161 | |||
1162 | Buchanan | ||
1163 | Buchanan, James. [<i>Dict.</i>, 1757.] | ||
1164 | ND | ||
1165 | |||
1166 | C. Buchanan | ||
1167 | Buchanan, Claudius (Scot. divine) | ||
1168 | 1766-1815 | ||
1169 | |||
1170 | J. Buchanan | ||
1171 | Buchanan, James (Pres. U. S.) | ||
1172 | 1791-1868 | ||
1173 | |||
1174 | W. M. Buchanan | ||
1175 | Buchanan, W. M. [<i>Technological Dict.</i>, Lond., 1846.] | ||
1176 | ND | ||
1177 | |||
1178 | Buck | ||
1179 | Buck, Gurdon (Am. surgeon) | ||
1180 | 1807-1877 | ||
1181 | |||
1182 | Sir G. Buck | ||
1183 | Buck, Sir George (Eng. historian) | ||
1184 | -1623 | ||
1185 | |||
1186 | Duke of Buckingham | ||
1187 | Buckingham, Geo. Villiers, second duke of (Eng. poet) | ||
1188 | 1627-1687 | ||
1189 | |||
1190 | Buckland | ||
1191 | Buckland, William, Dean of Westminster (geol. and paleon.) | ||
1192 | 1784-1856 | ||
1193 | |||
1194 | Buckle | ||
1195 | Buckle, Henry Thomas (Eng. historian) | ||
1196 | 1821-1862 | ||
1197 | |||
1198 | A. B. Buckley | ||
1199 | Buckley, Arabella Burton (Eng. scientific writer) | ||
1200 | 1840- | ||
1201 | |||
1202 | Buckminster | ||
1203 | Buckminster, Joseph Stevens (Am. Unitarian divine) | ||
1204 | 1784-1812 | ||
1205 | |||
1206 | Budgell | ||
1207 | Budgell, Eustace (Eng. writer) | ||
1208 | 1685-1736 | ||
1209 | |||
1210 | Buffon | ||
1211 | Buffon, Georges Louis Leclerc (Fr. naturalist) | ||
1212 | 1707-1788 | ||
1213 | |||
1214 | Bp. Bull | ||
1215 | Bull, Bp. George (Eng. theologian) | ||
1216 | 1634-1710 | ||
1217 | |||
1218 | Bullinger | ||
1219 | Bullinger, Heinrich (Swiss reformer) | ||
1220 | 1504-1575 | ||
1221 | |||
1222 | Bullokar | ||
1223 | Bullokar, William (Eng. gram.) | ||
1224 | fl. 1580 | ||
1225 | |||
1226 | Bungay | ||
1227 | Bungay, George W. (Am. journalist and poet) | ||
1228 | 1825- | ||
1229 | |||
1230 | Bunyan | ||
1231 | Bunyan, John (English preacher) [<i>Pilgrim's Progress</i>] | ||
1232 | 1628-1688 | ||
1233 | |||
1234 | J. Burdon-Sanderson | ||
1235 | Burdon-Sanderson, John Scott (Eng. physiologist) | ||
1236 | 1828-1882 | ||
1237 | |||
1238 | Burke | ||
1239 | Burke, Edmund (Eng. statesman) | ||
1240 | 1729?-1797 | ||
1241 | |||
1242 | Sir B. Burke | ||
1243 | Burke, Sir Bernard (Eng. antiq.) | ||
1244 | 1815- | ||
1245 | |||
1246 | Ld. Burleigh | ||
1247 | Burleigh, or Burghley, Lord, Wm. Cecil (Eng. statesman) | ||
1248 | 1520-1598 | ||
1249 | |||
1250 | Burn | ||
1251 | Burn, Richard (Eng. law writer) | ||
1252 | 1720-1785 | ||
1253 | |||
1254 | Bp. Burnet | ||
1255 | Burnet, Bp. Gilbert (Scot. historian) | ||
1256 | 1643-1715 | ||
1257 | |||
1258 | T. Burnet | ||
1259 | Burnet, Thomas (Eng. writer). [<i>Theory of the Earth</i>] | ||
1260 | 1635-1715 | ||
1261 | |||
1262 | Burney | ||
1263 | Burney, Charles (Eng. author) | ||
1264 | 1726-1814 | ||
1265 | |||
1266 | G. P. Burnham | ||
1267 | Burnham, George Pickering (Am. journalist) | ||
1268 | ND | ||
1269 | |||
1270 | Burns | ||
1271 | Burns, Robert (Scot. poet) | ||
1272 | 1759-1796 | ||
1273 | |||
1274 | F. Burr | ||
1275 | Burr, Fearing, Jr. [<i>Vegetables of America</i>, Boston, 1865.] | ||
1276 | ND | ||
1277 | |||
1278 | Burrill | ||
1279 | Burrill, Alexander Mansfield. [<i>Law Dict.</i>, N. Y., 1859] | ||
1280 | 1807-1869 | ||
1281 | |||
1282 | J. Burroughs | ||
1283 | Burroughs, John (Am. nat. and essayist) | ||
1284 | 1837- | ||
1285 | |||
1286 | Burrow | ||
1287 | Burrow, Sir James. [<i>Reports in King's Bench</i>, 1756-72] | ||
1288 | 1701-1782 | ||
1289 | |||
1290 | Burt | ||
1291 | Burt, Captain Edward. [<i>Letters</i>, Lond., 1754] | ||
1292 | -1755 | ||
1293 | |||
1294 | Burton | ||
1295 | Burton, Robert (Eng. philos.). [<i>Anat. of Melancholy</i>] | ||
1296 | 1577-1640 | ||
1297 | |||
1298 | J. H. Burton | ||
1299 | Burton, John Hill (Scot. advocate) | ||
1300 | 1809-1882 | ||
1301 | |||
1302 | R. F. Burton | ||
1303 | Burton, Sir Richard Francis (Eng. traveler) | ||
1304 | 1821-1890 | ||
1305 | |||
1306 | Busby | ||
1307 | Busby, Thomas (Eng. mus. writer) | ||
1308 | 1755-1838 | ||
1309 | |||
1310 | H. Bushnell | ||
1311 | Bushnell, Horace (Am. clergyman) | ||
1312 | 1802-1876 | ||
1313 | |||
1314 | Bp. Butler | ||
1315 | Butler, Bp. Joseph (Eng. theol.) | ||
1316 | 1692-1752 | ||
1317 | |||
1318 | C. Butler | ||
1319 | Butler, Charles (Eng. clergyman) | ||
1320 | 1559-1647 | ||
1321 | |||
1322 | S. Butler | ||
1323 | Butler, Samuel (Eng. poet) | ||
1324 | 1612-1680 | ||
1325 | |||
1326 | Byles | ||
1327 | Byles, Sir John Barnard (Eng. writer on commercial law) | ||
1328 | 1801-1884 | ||
1329 | |||
1330 | Byrd | ||
1331 | Byrd, Wm. (Eng. musician) | ||
1332 | 1538?-1623 | ||
1333 | |||
1334 | James Byrne | ||
1335 | Byrne, James. [<i>Eng. Language</i>, Lond., 1885.] | ||
1336 | ND | ||
1337 | |||
1338 | Byrom | ||
1339 | Byrom, John (Eng. poet) | ||
1340 | 1691-1763 | ||
1341 | |||
1342 | Byron | ||
1343 | Byron, George Noel Gordon, Ld. (Eng. poet) | ||
1344 | 1788-1824 | ||
1345 | |||
1346 | G. W. Cable | ||
1347 | Cable, Geo. W. (Am. writer) | ||
1348 | 1844- | ||
1349 | |||
1350 | Caird | ||
1351 | Caird, John (Scot. clergyman) | ||
1352 | 1820- | ||
1353 | |||
1354 | Cairnes | ||
1355 | Cairnes, John Elliot (Eng. polit. Economist) | ||
1356 | 1823-1875 | ||
1357 | |||
1358 | Calamy | ||
1359 | Calamy, Edm. (Eng. divine) | ||
1360 | 1600-1666 | ||
1361 | |||
1362 | Calderwood | ||
1363 | Calderwood, David (Scot. author) | ||
1364 | 1575-1650 | ||
1365 | |||
1366 | Calderwood (Fleming's Vocabulary) | ||
1367 | Calderwood, Henry (Scot. philos.) | ||
1368 | 1830- | ||
1369 | |||
1370 | Callander | ||
1371 | Callander, John (Scot. lawyer and editor) | ||
1372 | -1789 | ||
1373 | |||
1374 | Calthrop | ||
1375 | Calthrop, or Calthorp, Sir Harry (Eng. jurist). [<i>Customs of Lond.</i>, 1612] | ||
1376 | 1686-1637?? | ||
1377 | |||
1378 | F. C. Calvert | ||
1379 | Calvert, Fred. Crace (Eng. chem.) | ||
1380 | 1819-1873 | ||
1381 | |||
1382 | G. H. Calvert | ||
1383 | Calvert, Geo. H. (Am. misc. writer) | ||
1384 | 1803- | ||
1385 | |||
1386 | Camden | ||
1387 | Camden, Wm. (Eng. antiquarian) | ||
1388 | 1551-1623 | ||
1389 | |||
1390 | Campbell | ||
1391 | Campbell, Thomas (Brit. poet) | ||
1392 | 1777-1844 | ||
1393 | |||
1394 | Campbell (Dict. Mil. Sci.) | ||
1395 | Campbell, E. S. N. [<i>Dict. Mil. Science</i>, Lond., 1830.] | ||
1396 | ND | ||
1397 | |||
1398 | Dr. J. Campbell | ||
1399 | Campbell, John (Scot. polit. hist.) | ||
1400 | 1708-1775 | ||
1401 | |||
1402 | G. Campbell | ||
1403 | Campbell, Geo. (Scot. divine) | ||
1404 | 1719-1796 | ||
1405 | |||
1406 | Lord Campbell | ||
1407 | Campbell, Lord, John. [<i>Lives of Ld. Chancellors</i>] | ||
1408 | 1779-1861 | ||
1409 | |||
1410 | J. V. Cane | ||
1411 | Cane, John Vincent (Eng. friar) | ||
1412 | -1672 | ||
1413 | |||
1414 | Canning | ||
1415 | Canning, Geo. (Eng. statesman) | ||
1416 | 1770-1827 | ||
1417 | |||
1418 | Capgrave | ||
1419 | Capgrave, John (Eng. historian) | ||
1420 | 1393-1464 | ||
1421 | |||
1422 | Carew | ||
1423 | Carew, Richard (Eng. antiq.). [<i>Survey of Cornwall</i>, Lond., 1602] | ||
1424 | 1555-1620 | ||
1425 | |||
1426 | T. Carew | ||
1427 | Carew, Thomas (Eng. poet) | ||
1428 | 1598?-1639? | ||
1429 | |||
1430 | Carleton | ||
1431 | Carleton, Capt. Geo. [<i>Memoirs of an Eng. Officer</i>, Lond., 1728.] | ||
1432 | ND | ||
1433 | |||
1434 | Bp. of Carlisle | ||
1435 | Carlisle, Harvey Goodwin, Bp. of | ||
1436 | 1818- | ||
1437 | |||
1438 | Carlton | ||
1439 | Carlton, Robert, pseud. of B. R. Hall (Am. writer) | ||
1440 | 1798-1863 | ||
1441 | |||
1442 | Carlyle | ||
1443 | Carlyle, Thomas (Brit. essayist and historian) | ||
1444 | 1795-1881 | ||
1445 | |||
1446 | Dr. A. Carlyle | ||
1447 | Carlyle, Alexander (Scot. divine) | ||
1448 | 1722-1805 | ||
1449 | |||
1450 | Carpenter | ||
1451 | Carperter, Wm. Benj. (Eng. physiol.) | ||
1452 | 1813-1885 | ||
1453 | |||
1454 | L. Carroll | ||
1455 | Carroll, Lewis, pseud. of C. L. Dodgson (Eng. writer) | ||
1456 | 1833?-1898 | ||
1457 | |||
1458 | Cartwright | ||
1459 | Cartwright, Thomas (Eng. Puritan divine) | ||
1460 | 1535-1603 | ||
1461 | |||
1462 | W. Cartwright | ||
1463 | Cartwright, Wm. (Eng. poet and dramatist) | ||
1464 | 1611-1643 | ||
1465 | |||
1466 | H. F. Cary | ||
1467 | Cary, Henry F. (English poet and translator) | ||
1468 | 1772-1844 | ||
1469 | |||
1470 | Sir L. Cary | ||
1471 | Cary, Sir Lucius (Brit. political writer) | ||
1472 | 1610?-1643 | ||
1473 | |||
1474 | Cassell (Dict. of Cookery) | ||
1475 | Cassell's Dictionary of Cookery, London. | ||
1476 | ND | ||
1477 | |||
1478 | Dr. Castell (1673) | ||
1479 | Castell, Edmund (Eng. orientalist) | ||
1480 | 1606-1685 | ||
1481 | |||
1482 | Caton | ||
1483 | Caton, John Dean (Am. author) | ||
1484 | 1812- | ||
1485 | |||
1486 | Caulfeild & S. (Dict. of Needlework) | ||
1487 | Caulfeild, S. F. A., & Saward, Blanche C. [<i>Dict. of Needlework</i>, Lond., 1885.] | ||
1488 | ND | ||
1489 | |||
1490 | Cavendish | ||
1491 | Cavendish, Geo. (Eng. author) | ||
1492 | 1500-1561? | ||
1493 | |||
1494 | Cawthorn | ||
1495 | Cawthorn, James (Eng. poet) | ||
1496 | 1719-1761 | ||
1497 | |||
1498 | Caxton | ||
1499 | Caxton, Wm. (first Eng. printer) | ||
1500 | 1422?-1492 | ||
1501 | |||
1502 | Cecil | ||
1503 | Cecil, Robert, Earl of Salisbury (Eng. statesman) | ||
1504 | 1563?-1612 | ||
1505 | |||
1506 | Mrs. Centlivre | ||
1507 | Centlivre, Susanna (Eng. dramatist) | ||
1508 | 1667?-1723 | ||
1509 | |||
1510 | The Century | ||
1511 | The Century Illust. Monthly Mag. (establ. in N. Y., 1881). | ||
1512 | ND | ||
1513 | |||
1514 | J. W. Chadwick | ||
1515 | Chadwick, John White (Am. Unit. divine) | ||
1516 | 1840- | ||
1517 | |||
1518 | Chalkhill | ||
1519 | Chalkhill, John, perhaps pseud. of Izaak Walton. | ||
1520 | ND | ||
1521 | |||
1522 | Chalmers | ||
1523 | Chalmers, Thomas (Scot. divine) | ||
1524 | 1780-1847 | ||
1525 | |||
1526 | A. Chalmers | ||
1527 | Chalmers, Alex. (Brit. editor) [<i>Todd's Johnson's Dict.</i>] | ||
1528 | 1759-1834 | ||
1529 | |||
1530 | Chambers | ||
1531 | Chambers, Ephraim (Eng. editor) | ||
1532 | 1680?-1740 | ||
1533 | |||
1534 | Chambers | ||
1535 | Chambers, William and Robert (Scot. compilers and publishers). | ||
1536 | ND | ||
1537 | |||
1538 | Chambers's Encyc. | ||
1539 | Chambers's Encyclopedia, 1860-1868. | ||
1540 | ND | ||
1541 | |||
1542 | Chambers's Journal | ||
1543 | Chambers's Edinburgh Journal, (estab. 1832). | ||
1544 | ND | ||
1545 | |||
1546 | Champness | ||
1547 | Champness, William Swain. [<i>Insur. Dict.</i>, Lond.] | ||
1548 | ND | ||
1549 | |||
1550 | Channing | ||
1551 | Channing, Wm. Ellery (Am. Unit. divine) | ||
1552 | 1780-1842 | ||
1553 | |||
1554 | A. L. Chapin (Johnson's Cyc.) | ||
1555 | Chapin, Aaron Lucius (Am. divine, and writer on polit. econ.) | ||
1556 | 1817- | ||
1557 | |||
1558 | Chapman | ||
1559 | Chapman, Geo. (Eng. dramatist and poet) | ||
1560 | 1557-1634 | ||
1561 | |||
1562 | Mrs. Chapone | ||
1563 | Chapone, Hester (Eng. author) | ||
1564 | 1727-1801 | ||
1565 | |||
1566 | Charles I. | ||
1567 | Chas. Stuart (k. of Eng., 1640-49) | ||
1568 | 1600-1649 | ||
1569 | |||
1570 | T. Chase | ||
1571 | Chase, Thomas (Am. educator) | ||
1572 | 1827- | ||
1573 | |||
1574 | Ld. Chatham | ||
1575 | Chatham, Wm. Pitt, Lord (Eng. statesman) | ||
1576 | 1708-1778 | ||
1577 | |||
1578 | Chatterton | ||
1579 | Chatterton, Thomas (Eng. poet) | ||
1580 | 1752-1770 | ||
1581 | |||
1582 | Chaucer | ||
1583 | Chaucer, Geoffrey (Eng. poet) | ||
1584 | 1340?-1400 | ||
1585 | |||
1586 | Chaucer's Dream | ||
1587 | (poem formerly attrib. to Chaucer). | ||
1588 | ND | ||
1589 | |||
1590 | Chauncy | ||
1591 | Chauncy, Chas. (Am. Unit. divine) | ||
1592 | 1705-1787 | ||
1593 | |||
1594 | Chauvenet | ||
1595 | Chauvenet, Wm. (Am. math.) | ||
1596 | 1820-1870 | ||
1597 | |||
1598 | Cheever | ||
1599 | Cheever, Geo. Barrell (Am. clerg.) | ||
1600 | 1807-1890 | ||
1601 | |||
1602 | Sir J. Cheke | ||
1603 | Cheke, Sir John (Eng. scholar) | ||
1604 | 1514-1557 | ||
1605 | |||
1606 | Chenevix | ||
1607 | Chenevix, Richard (Irish writer) | ||
1608 | 1774-1830 | ||
1609 | |||
1610 | Ld. Chesterfield | ||
1611 | Chesterfield, Philip Dormer Stanhope, Lord. [<i>Letters</i>] | ||
1612 | 1694-1773 | ||
1613 | |||
1614 | Chevy Chase | ||
1615 | (Eng. ballad, in Percy's <i>Reliques</i>). | ||
1616 | ND | ||
1617 | |||
1618 | Cheyne | ||
1619 | Cheyne, Geo. (Scot. phys. and phil.) | ||
1620 | 1671-1743 | ||
1621 | |||
1622 | Sir J. Child | ||
1623 | Child, Sir Josiah (Eng. economist) | ||
1624 | 1630-1699 | ||
1625 | |||
1626 | Chillingworth | ||
1627 | Chillingworth, Wm. (Eng. divine and controversialist) | ||
1628 | 1602?-1644 | ||
1629 | |||
1630 | Chipman | ||
1631 | Chipman, Nathaniel (Am. jurist) | ||
1632 | 1752-1843 | ||
1633 | |||
1634 | Chitty | ||
1635 | Chitty, Joseph (Eng. jurist) | ||
1636 | 1776-1841 | ||
1637 | |||
1638 | R. Choate | ||
1639 | Choate, Rufus (Am. orat. and jur.) | ||
1640 | 1799-1859 | ||
1641 | |||
1642 | W. D. Christie | ||
1643 | Christie, Wm. Dougal (Eng. dip.) | ||
1644 | 1816-1874 | ||
1645 | |||
1646 | Churchill | ||
1647 | Churchill, Chas. (Eng. poet and sat.) | ||
1648 | 1731-1764 | ||
1649 | |||
1650 | Churton | ||
1651 | Churton, Ralph (Eng. divine) | ||
1652 | 1754-1831 | ||
1653 | |||
1654 | Cibber | ||
1655 | Cibber, Colley (Eng. dramatist and actor) | ||
1656 | 1671-1757 | ||
1657 | |||
1658 | Circular of Mass. Representatives (1768). | ||
1659 | <i></i> | ||
1660 | ND | ||
1661 | |||
1662 | Clarendon | ||
1663 | Clarendon, Edward Hyde, first earl of (Eng. historian) | ||
1664 | 1608-1674 | ||
1665 | |||
1666 | D. A. Clark | ||
1667 | Clark, Daniel A. (Am. divine) | ||
1668 | 1779-1840 | ||
1669 | |||
1670 | W. S. Clark | ||
1671 | Clark, Wm. Smith (pres. Amherst Agricultural College) | ||
1672 | 1826-1886 | ||
1673 | |||
1674 | Clarke | ||
1675 | Clarke, Henry Hyde (Eng. philol.) | ||
1676 | 1815-1895 | ||
1677 | |||
1678 | A. Clarke | ||
1679 | Clarke, Adam (Brit. philol. and commentator) | ||
1680 | 1762?-1832 | ||
1681 | |||
1682 | Cowden Clarke | ||
1683 | Clarke, Charles C. (Eng. writer) | ||
1684 | 1787-1877 | ||
1685 | |||
1686 | John Clarke | ||
1687 | Clarke, John (Eng. phys. & writer) | ||
1688 | 1609-1676 | ||
1689 | |||
1690 | Mary Cowden Clarke | ||
1691 | Clarke, Mary Victoria Cowden (Eng. author) | ||
1692 | 1809-1898 | ||
1693 | |||
1694 | S. Clarke | ||
1695 | Clarke, Samuel (Eng. philosopher) | ||
1696 | 1675-1729 | ||
1697 | |||
1698 | Claus & Sedgwick | ||
1699 | Claus, Carl Friedr. (Ger. biologist) | ||
1700 | Sedgwick, Adam (Eng. geologist) | ||
1701 | 1835-, 1785-1873 | ||
1702 | |||
1703 | Clausius | ||
1704 | Clausius, Rudolf Julius Emanuel (Ger. physicist) | ||
1705 | 1822- | ||
1706 | |||
1707 | Clayton | ||
1708 | Clayton, John. [<i>Repts. and Pleas of Assizes at York</i>, 1651.] | ||
1709 | ND | ||
1710 | |||
1711 | P. Cleaveland | ||
1712 | Cleaveland, Parker (Am. geologist) | ||
1713 | 1780-1858 | ||
1714 | |||
1715 | Cleland | ||
1716 | Cleland, John (Eng. writer) | ||
1717 | 1709-1789 | ||
1718 | |||
1719 | Dr. R. Clerke | ||
1720 | Clerke, Richard (Eng. divine) | ||
1721 | -1634 | ||
1722 | |||
1723 | Cleveland | ||
1724 | Cleveland, John (Eng. poet) | ||
1725 | 1613-1659 | ||
1726 | |||
1727 | W. K. Clifford | ||
1728 | Clifford, Wm. Kingdon (Eng. phil.) | ||
1729 | 1845-1879 | ||
1730 | |||
1731 | Clifton | ||
1732 | Clifton, William (Am. poet) | ||
1733 | 1772-1799 | ||
1734 | |||
1735 | De Witt Clinton | ||
1736 | Clinton, De Witt (Am. statesman) | ||
1737 | 1769-1828 | ||
1738 | |||
1739 | A. H. Clough | ||
1740 | Clough, Arthur Hugh (Eng. poet) | ||
1741 | 1819-1861 | ||
1742 | |||
1743 | F. P. Cobbe | ||
1744 | Cobbe, Frances Power (Brit. writer) | ||
1745 | 1822- | ||
1746 | |||
1747 | Cobbett | ||
1748 | Cobbett, Wm. (Eng. polit. writer) | ||
1749 | 1762-1835 | ||
1750 | |||
1751 | R. Cobden | ||
1752 | Cobden, Richard (Eng. economist) | ||
1753 | 1804-1865 | ||
1754 | |||
1755 | Cobham | ||
1756 | Cobham, Sir John Oldcastle, Ld. (Eng. martyr) | ||
1757 | 1360?-1417 | ||
1758 | |||
1759 | Cocker | ||
1760 | Cocker, Edw. (Eng. mathematician) | ||
1761 | 1631-1675 | ||
1762 | |||
1763 | Cockeram | ||
1764 | Cockeram, Henry. [<i>Eng. Dict.</i>, 1632.] | ||
1765 | ND | ||
1766 | |||
1767 | Codrington | ||
1768 | Codrington, Robt. (Eng. misc. writer) | ||
1769 | 1602-1665 | ||
1770 | |||
1771 | Cogan | ||
1772 | Cogan, Thomas (Eng. physician and divine). [<i>The Passions</i>] | ||
1773 | 1736-1818 | ||
1774 | |||
1775 | Cogan (1595) | ||
1776 | Cogan, Thomas (Eng. physician) | ||
1777 | 1545?-1607 | ||
1778 | |||
1779 | Coke | ||
1780 | Coke, Sir Edward. [<i>Laws of Eng., including Coke on Littleton</i>] | ||
1781 | 1552-1634 | ||
1782 | |||
1783 | Colebrooke | ||
1784 | Colebrooke, Hen. T. (Eng. orient.) | ||
1785 | 1765-1837 | ||
1786 | |||
1787 | Coleman | ||
1788 | Coleman, Lyman (Am. scholar) | ||
1789 | 1796-1882 | ||
1790 | |||
1791 | Coleridge | ||
1792 | Coleridge, Samuel T. (Eng. poet) | ||
1793 | 1772-1834 | ||
1794 | |||
1795 | H. Coleridge | ||
1796 | Coleridge, Hartley (Eng. poet) | ||
1797 | 1796-1849 | ||
1798 | |||
1799 | Coles | ||
1800 | Coles, Elisha (Eng. lexicographer) | ||
1801 | 1640?-1680 | ||
1802 | |||
1803 | Collection of Records (1642) | ||
1804 | Title to a Collection of Records (cited from Latham's Dict.). | ||
1805 | ND | ||
1806 | |||
1807 | Collier | ||
1808 | Collier, Jeremy (Eng. divine) | ||
1809 | 1650-1726 | ||
1810 | |||
1811 | J. P. Collier | ||
1812 | Collier, John Payne (Eng. lit. hist.) | ||
1813 | 1789-1883 | ||
1814 | |||
1815 | <! p. ix ty=CM !> | ||
1816 | |||
1817 | Collins | ||
1818 | Collins, Wm. (Eng. poet) | ||
1819 | 1721-1759 | ||
1820 | |||
1821 | M. Collins | ||
1822 | Collins, Mortimer (Eng. writer) | ||
1823 | 1827-1876 | ||
1824 | |||
1825 | T. W. Collins | ||
1826 | Collins, Thomas Wharton (Am. poet and economist) | ||
1827 | 1812-1879 | ||
1828 | |||
1829 | W. Collins | ||
1830 | Collins, Wm. Wilkie (Eng. novelist) | ||
1831 | 1824-1889 | ||
1832 | |||
1833 | J. Collyer | ||
1834 | Collyer, John. [<i>Law of Partnership</i>, Lond., 1840.] | ||
1835 | ND | ||
1836 | |||
1837 | Colman | ||
1838 | Colman, Geo., the Younger (Eng. dramatic poet) | ||
1839 | 1762-1836 | ||
1840 | |||
1841 | Colman & Garrick | ||
1842 | Colman, George, the Elder, and Garrick, David. [<i>Clandestine Marriage</i>.] | ||
1843 | ND | ||
1844 | |||
1845 | Colman, the Elder, or (1761) | ||
1846 | Colman, George, the Elder (Eng. essayist and dramatist) | ||
1847 | 1732-1794 | ||
1848 | |||
1849 | P. Colquhoun | ||
1850 | Colquhoun, Patrick (Scot. statis.) | ||
1851 | 1745-1820 | ||
1852 | |||
1853 | G. Combe | ||
1854 | Combe, Geo. (Scot. phrenol. writer) | ||
1855 | 1788-1858 | ||
1856 | |||
1857 | Comber | ||
1858 | Comber, Thos. (Dean of Durham) | ||
1859 | 1644-1699 | ||
1860 | |||
1861 | Compton | ||
1862 | Compton, Henry (Eng. bishop) | ||
1863 | 1632-1713 | ||
1864 | |||
1865 | Congreve | ||
1866 | Congreve, Wm. (Eng. dram. poet) | ||
1867 | 1670-1729 | ||
1868 | |||
1869 | Constitution of U. S. | ||
1870 | Constitution of the United States (framed in the Federal Convention, 1787). | ||
1871 | ND | ||
1872 | |||
1873 | Contemp. Rev. | ||
1874 | Contemporary Review (founded in London, 1866). | ||
1875 | ND | ||
1876 | |||
1877 | Conybeare | ||
1878 | Conybeare, Wm. J. (Eng. divine) | ||
1879 | 1815-1857 | ||
1880 | |||
1881 | J. Conybeare | ||
1882 | Conybeare, John (Eng. bishop) | ||
1883 | 1692-1755 | ||
1884 | |||
1885 | Cook | ||
1886 | Cook, Capt. Jas. (Eng. navigator) | ||
1887 | 1728-1779 | ||
1888 | |||
1889 | Joseph Cook | ||
1890 | Cook, Joseph (Am. lecturer) | ||
1891 | 1838- | ||
1892 | |||
1893 | Cooke (1615) | ||
1894 | [<i>Description of the Body of Man</i>] quoted rom Richardson's Dict. | ||
1895 | ND | ||
1896 | |||
1897 | J. P. Cooke | ||
1898 | Cooke, Josiah P. (Am. chemist) | ||
1899 | 1827-1894 | ||
1900 | |||
1901 | M. C. Cooke | ||
1902 | Cooke, Mordecai Cubitt (Eng. bot.) | ||
1903 | 1825- | ||
1904 | |||
1905 | Cooley | ||
1906 | Cooley, Thos. M. (Am. lawyer, ed. Story's and Blackstone's Comm.) | ||
1907 | 1824-1898 | ||
1908 | |||
1909 | A. J. Cooley | ||
1910 | Cooley, Arnold James. [<i>Prac. Receipts</i>, 4th ed., Lond., 1864.] | ||
1911 | ND | ||
1912 | |||
1913 | Coombe | ||
1914 | Coombe, Wm. (Eng. humorous poet) | ||
1915 | 1741-1823 | ||
1916 | |||
1917 | Cooper | ||
1918 | Cooper, Jas. Fenimore (Am. nov.) | ||
1919 | 1789-1851 | ||
1920 | |||
1921 | J. G. Cooper | ||
1922 | Cooper, John Gilbert (Eng. writer on classics) | ||
1923 | 1723-1769 | ||
1924 | |||
1925 | Cope | ||
1926 | Cope, Edward Drinker (Am. nat.) | ||
1927 | 1840-1897 | ||
1928 | |||
1929 | Copland | ||
1930 | Copland, Jas. (Scot. physician) | ||
1931 | 1791-1870 | ||
1932 | |||
1933 | A. Copley | ||
1934 | Copley, Anthony. [<i>Fits, Wits, and Fancies</i>, 1595] | ||
1935 | 1567-1607? | ||
1936 | |||
1937 | Bp. Corbet | ||
1938 | Corbet, Bp. Richard (Eng. poet) | ||
1939 | 1582-1635 | ||
1940 | |||
1941 | Cornhill Mag. | ||
1942 | Cornhill Magazine (London monthly journal, estab. 1859). | ||
1943 | ND | ||
1944 | |||
1945 | B. Cornwall | ||
1946 | Cornwall, Barry, pseud. of B. W. Procter (Eng. poet) | ||
1947 | 1787-1874 | ||
1948 | |||
1949 | Sir C. Cornwallis | ||
1950 | Cornwallis, Sir Charles (Eng. diplomat) | ||
1951 | -1630? | ||
1952 | |||
1953 | The Coronation | ||
1954 | (a comedy of 17th cent., either by John Fletcher or by Shirley). | ||
1955 | ND | ||
1956 | |||
1957 | E. L. Corthell | ||
1958 | Corthell, Elmer L. (Am. engineer) | ||
1959 | 1840- | ||
1960 | |||
1961 | Bp. Cosin | ||
1962 | Cosin, John (Eng. author) | ||
1963 | 1594-1672 | ||
1964 | |||
1965 | Cotgrave | ||
1966 | Cotgrave, Randle (Eng. lexicog.) | ||
1967 | -1634 | ||
1968 | |||
1969 | J. Cotgrave | ||
1970 | Cotgrave, John [<i>Wit's Interpret.</i>, or <i>Eng. Parnassus</i>, Lond., 1665] | ||
1971 | fl. 1655 | ||
1972 | |||
1973 | Cotton | ||
1974 | Cotton, Chas. (Eng. trans. and poet) | ||
1975 | 1630-1687 | ||
1976 | |||
1977 | N. Cotton | ||
1978 | Cotton, Nath. (Eng. phys. and poet) | ||
1979 | 1707-1788 | ||
1980 | |||
1981 | Coues | ||
1982 | Coues, Elliott (Am. naturalist) | ||
1983 | 1842-1899 | ||
1984 | |||
1985 | The Council Book (1651) | ||
1986 | The Council Book of the Eng. Commonwealth. | ||
1987 | ND | ||
1988 | |||
1989 | Court of Love | ||
1990 | (a poem attributed to Chaucer). | ||
1991 | ND | ||
1992 | |||
1993 | Courthope | ||
1994 | Courthope, Wm. John (Eng. essayist) | ||
1995 | 1842- | ||
1996 | |||
1997 | Coventry | ||
1998 | Coventry, Henry (Eng. writer) | ||
1999 | 1710?-1752 | ||
2000 | |||
2001 | Coverdale | ||
2002 | Coverdale, Miles (Eng. divine) | ||
2003 | 1488-1568 | ||
2004 | |||
2005 | Cowell | ||
2006 | Cowell, John (Eng. jurist) | ||
2007 | 1554-1611 | ||
2008 | |||
2009 | Cowley | ||
2010 | Cowley, Abraham (Eng. poet) | ||
2011 | 1618-1667 | ||
2012 | |||
2013 | Cowper | ||
2014 | Cowper, William (Eng. poet) | ||
2015 | 1731-1800 | ||
2016 | |||
2017 | Lady Cowper | ||
2018 | Cowper, Mary (Eng. writer). [<i>Diary</i>, 1864] | ||
2019 | 1685-1724 | ||
2020 | |||
2021 | G. W. Cox | ||
2022 | Cox, Geo. Wm. (Eng. historian) | ||
2023 | 1827- | ||
2024 | |||
2025 | Coxe | ||
2026 | Coxe, John Redman (Am. phys.) | ||
2027 | 1773-1864 | ||
2028 | |||
2029 | Bp. Coxe | ||
2030 | Coxe, Arthur Cleveland (Am. poet) | ||
2031 | 1818-1896 | ||
2032 | |||
2033 | W. Coxe | ||
2034 | Coxe, Wm. (Eng. hist. writer) | ||
2035 | 1747-1828 | ||
2036 | |||
2037 | Cozzens | ||
2038 | Cozzens, Fred S. (Am. writer) | ||
2039 | 1818-1869 | ||
2040 | |||
2041 | Crabb | ||
2042 | Crabb, Geo. (Eng. lexicog.) [<i>Syn.</i>] | ||
2043 | 1778-1851 | ||
2044 | |||
2045 | Crabbe | ||
2046 | Crabbe, Geo. (Eng. poet) | ||
2047 | 1754-1832 | ||
2048 | |||
2049 | B. Cracroft | ||
2050 | Cracroft, Bernard (Eng. essayist) | ||
2051 | 1826?-1888 | ||
2052 | |||
2053 | Craft of Lovers (1448) | ||
2054 | (a poem formerly attributed to Chaucer). | ||
2055 | ND | ||
2056 | |||
2057 | Craig | ||
2058 | Craig, John. [<i>Eng. Dict.</i>, Lond., 1852.] | ||
2059 | ND | ||
2060 | |||
2061 | Sir T. Craig | ||
2062 | Craig, Sir Thomas (Scot. lawyer and antiquary) | ||
2063 | 1538-1608 | ||
2064 | |||
2065 | W. P. Craighill | ||
2066 | Craighill, Wm. Price (Am. soldier) | ||
2067 | 1833- | ||
2068 | |||
2069 | Craik | ||
2070 | Craik, Geo. Lillie (Scot. writer) | ||
2071 | 1799-1866 | ||
2072 | |||
2073 | Cranch | ||
2074 | Cranch, Wm. (Am. jurist) | ||
2075 | 1769-1855 | ||
2076 | |||
2077 | Cranmer | ||
2078 | Cranmer, Thomas (Eng. reformer) | ||
2079 | 1489-1556 | ||
2080 | |||
2081 | Crashaw | ||
2082 | Crashaw, Richard (Eng. poet) | ||
2083 | 1613?-1649 | ||
2084 | |||
2085 | J. Crawfurd | ||
2086 | Crawfurd, John (Scot. author) | ||
2087 | 1783-1868 | ||
2088 | |||
2089 | Creech | ||
2090 | Creech, Thomas (Eng. translator) | ||
2091 | 1659-1701 | ||
2092 | |||
2093 | Creed of Pope Pius IV. | ||
2094 | Creed of Pius IV. (Pope, 1559-65) | ||
2095 | 1499-1565 | ||
2096 | |||
2097 | Croft | ||
2098 | Croft, Herbert (Eng. bishop) | ||
2099 | 1603-1691 | ||
2100 | |||
2101 | Croker | ||
2102 | Croker, John W. (Brit. statesman) | ||
2103 | 1780-1857 | ||
2104 | |||
2105 | Croly | ||
2106 | Croly, Geo. (Brit. divine and poet) | ||
2107 | 1780-1860 | ||
2108 | |||
2109 | Crompton | ||
2110 | Crompton, Hugh (Eng. poet) | ||
2111 | fl. 1657 | ||
2112 | |||
2113 | Oliver Cromwell | ||
2114 | Cromwell, Oliver (lord protector of the Eng. Commonwealth) | ||
2115 | 1599-1658 | ||
2116 | |||
2117 | W. Crookes | ||
2118 | Crookes, Wm. (Eng. physicist) | ||
2119 | 1832- | ||
2120 | |||
2121 | Crosby | ||
2122 | Crosby, Alpheus (Am. educator) | ||
2123 | 1810-1874 | ||
2124 | |||
2125 | Cross (Life of G. Eliot) | ||
2126 | Cross, John Walter (husband of Geo. Eliot, and ed. of her Life). | ||
2127 | ND | ||
2128 | |||
2129 | Crowley | ||
2130 | Crowley, Robert (Eng. divine) | ||
2131 | 1518-1588 | ||
2132 | |||
2133 | Croxall | ||
2134 | Croxall, Samuel (Brit. divine) | ||
2135 | -1752 | ||
2136 | |||
2137 | Cruise | ||
2138 | Cruise, William (Eng. legal writer) | ||
2139 | -1824 | ||
2140 | |||
2141 | Cudworth | ||
2142 | Cudworth, Ralph (Eng. divine and philosopher) | ||
2143 | 1617-1688 | ||
2144 | |||
2145 | W. Cullen | ||
2146 | Cullen, Wm. (Scot. med. writer) | ||
2147 | 1712-1790 | ||
2148 | |||
2149 | R. Cumberland | ||
2150 | Cumberland, Richard (Eng. poet and dramatist) | ||
2151 | 1732-1811 | ||
2152 | |||
2153 | Cumming | ||
2154 | Cumming, Roualeyn Geo. Gordon (Scot. traveler) | ||
2155 | 1820-1866 | ||
2156 | |||
2157 | J. Cunningham | ||
2158 | Cunningham, John (Irish poet) | ||
2159 | 1729-1773 | ||
2160 | |||
2161 | P. Cunningham | ||
2162 | Cunningham, Peter (Eng. antiq.) | ||
2163 | 1816-1869 | ||
2164 | |||
2165 | Curran | ||
2166 | Curran, John Philpot (Irish orator) | ||
2167 | 1750-1817 | ||
2168 | |||
2169 | Cursor Mundi | ||
2170 | (a metrical version of the Old and New Testaments, interspersed with legends, about 1320). | ||
2171 | ND | ||
2172 | |||
2173 | B. R. Curtis | ||
2174 | Curtis, Benj. Robbins (Am. judge) | ||
2175 | 1809-1874 | ||
2176 | |||
2177 | G. T. Curtis | ||
2178 | Curtis, Geo. Ticknor (Am. lawyer and author) | ||
2179 | 1812-1894 | ||
2180 | |||
2181 | G. W. Curtis | ||
2182 | Curtis, Geo. W. (Am. author and ed.) | ||
2183 | 1824-1892 | ||
2184 | |||
2185 | Cushing | ||
2186 | Cushing, Luther S. (Am. lawyer) | ||
2187 | 1803-1856 | ||
2188 | |||
2189 | Cussans | ||
2190 | Cussans, John Edwin. [<i>Handbook of Heraldry</i>, Lond., 1869.] | ||
2191 | ND | ||
2192 | |||
2193 | Cuvier | ||
2194 | Cuvier, Georges Chr<eacute/tien L. F. D., Baron (Fr. naturalist) | ||
2195 | 1769-1832 | ||
2196 | |||
2197 | Cyc. of Arts & Sciences | ||
2198 | (a division of the English Cyclop<ae/dia). | ||
2199 | ND | ||
2200 | |||
2201 | Cyc. Mec. | ||
2202 | Cyclop<ae/dia of Practical Medicine, 1833-35, ed. by A. Tweedie, John Forbes, and John Conolly). | ||
2203 | ND | ||
2204 | |||
2205 | Da Costa | ||
2206 | Da Costa, Emanuel Mendes (conchologist, For. Sec. to Royal Soc.) | ||
2207 | -1788? | ||
2208 | |||
2209 | D. Daggett | ||
2210 | Daggett, David (Am. jurist) | ||
2211 | 1764-1851 | ||
2212 | |||
2213 | Dalgarno | ||
2214 | Dalgarno, George (Scotch writer) | ||
2215 | 1626?-1687 | ||
2216 | |||
2217 | W. H. Dall | ||
2218 | Dall, Wm. Healey (Am. explorer in Alaska) | ||
2219 | 1845- | ||
2220 | |||
2221 | Dalton | ||
2222 | Dalton, John Call (Am. physician) | ||
2223 | 1825-1889 | ||
2224 | |||
2225 | M. Dalton | ||
2226 | Dalton, Michael (Eng. lawyer) | ||
2227 | 1554-1620 | ||
2228 | |||
2229 | Dampier | ||
2230 | Dampier, Wm. (Eng. navigator) | ||
2231 | 1652-1715 | ||
2232 | |||
2233 | Dana | ||
2234 | Dana, James Dwight (Am. geol.) | ||
2235 | 1813-1895 | ||
2236 | |||
2237 | E. S. Dana | ||
2238 | Dana, Edward S. (Am. mineral.) | ||
2239 | 1849- | ||
2240 | |||
2241 | R. H. Dana, Jr. | ||
2242 | Dana, Richard Henry, Jr. [<i>Two Years before the Mast. Practical Seamanship</i>] | ||
2243 | 1815-1882 | ||
2244 | |||
2245 | Daneil | ||
2246 | Daniel, Samuel (Eng. poet and hist.) | ||
2247 | 1562-1619 | ||
2248 | |||
2249 | Daniell | ||
2250 | Daniell, Edmund Robert (Eng. jurist) [<i>Prac. of High Court of Chanc.</i>, 1845] | ||
2251 | -1854 | ||
2252 | |||
2253 | D'Anville (Trans.) | ||
2254 | D'Anville, Jean B. B. (Fr. geog.) | ||
2255 | 1697-1782 | ||
2256 | |||
2257 | Mad. D'Arblay | ||
2258 | D'Arblay, Frances Burney, Madame (Eng. novelist) | ||
2259 | 1752-1840 | ||
2260 | |||
2261 | W. Darlington | ||
2262 | Darlington, Wm. (Am. botanist) | ||
2263 | 1782-1863 | ||
2264 | |||
2265 | J. Dart | ||
2266 | Dart, John (Eng. writer) | ||
2267 | -1730 | ||
2268 | |||
2269 | Darwin | ||
2270 | Darwin, Chas. Robt. (Eng. nat.) | ||
2271 | 1809-1882 | ||
2272 | |||
2273 | E. Darwin | ||
2274 | Darwin, Erasmus (Eng. bot. and poet) | ||
2275 | 1731-1802 | ||
2276 | |||
2277 | Davenant | ||
2278 | Davenant, Sir Wm. (Eng. Dram. ) | ||
2279 | 1606-1668 | ||
2280 | |||
2281 | John Davidson | ||
2282 | Davidson, John. [<i>Prac. Math.</i>, Edin., 1852.] | ||
2283 | ND | ||
2284 | |||
2285 | S. Davidson | ||
2286 | Davidson, Samuel (Brit. bib. critic) | ||
2287 | ND | ||
2288 | |||
2289 | Davies (with name of work) | ||
2290 | Davies, John, of Hereford (Eng. poet) | ||
2291 | 1565?-1618 | ||
2292 | |||
2293 | Davies & Peck (Math. Dict.) | ||
2294 | {Davies, Chas.} | ||
2295 | {Peck, Wm. G.} [<i>Math. Dict.</i>, N. Y., 1856.] | ||
2296 | 1798-1876, 1820- | ||
2297 | |||
2298 | Sir J. Davies | ||
2299 | Davies, Sir John (Eng. phil. poet) | ||
2300 | 1570-1626 | ||
2301 | |||
2302 | E. Davis | ||
2303 | Davis, Emerson (Am. clergyman) | ||
2304 | 1798-1866 | ||
2305 | |||
2306 | Mrs. R. H. Davis | ||
2307 | Davis, Rebecca Harding (Am. author) | ||
2308 | 1840- | ||
2309 | |||
2310 | F. Davison | ||
2311 | Davison, Francis (Eng. statesman) | ||
2312 | fl. 1600 | ||
2313 | |||
2314 | Davy | ||
2315 | Davy, Sir Humphry (Eng. nat. philosopher) | ||
2316 | 1778-1829 | ||
2317 | |||
2318 | T. Dawes | ||
2319 | Dawes, Thomas (Am. judge) | ||
2320 | 1757-1825 | ||
2321 | |||
2322 | Dawkins | ||
2323 | Dawkins, Wm. Boyd (Brit. geol.) | ||
2324 | 1838- | ||
2325 | |||
2326 | B. Dawson | ||
2327 | Dawson, Benj. (Eng. Presb. divine) | ||
2328 | 1729-1814 | ||
2329 | |||
2330 | Day | ||
2331 | Day, Jeremiah (Am. math.) | ||
2332 | 1773-1867 | ||
2333 | |||
2334 | De Bary | ||
2335 | De Bary, Heinrich Anton (Ger. bot.) | ||
2336 | 1831-1888 | ||
2337 | |||
2338 | Decker | ||
2339 | Decker or Dekker, Thomas (Eng. dramatist) | ||
2340 | 1570?-1640 | ||
2341 | |||
2342 | The Declaration of Independence | ||
2343 | (written by Thomas Jefferson, 1776). | ||
2344 | ND | ||
2345 | |||
2346 | De Colange | ||
2347 | De Colange, Auguste Leo (Fr. poet and journalist) | ||
2348 | 1819- | ||
2349 | |||
2350 | J. Dee | ||
2351 | Dee, John (Eng. math. and astrol.) | ||
2352 | 1527-1608 | ||
2353 | |||
2354 | De Foe | ||
2355 | De Foe, Daniel (Eng. writer) | ||
2356 | 1661?-1731 | ||
2357 | |||
2358 | De Morgan | ||
2359 | De Morgan, Augustus (Eng. math.) | ||
2360 | 1806-1871 | ||
2361 | |||
2362 | Denham | ||
2363 | Denham, Sir John (Eng. poet) | ||
2364 | 1615-1669 | ||
2365 | |||
2366 | Dennis | ||
2367 | Dennis, John (Eng. dram. and polit. writer) | ||
2368 | 1657-1734 | ||
2369 | |||
2370 | De Quincey | ||
2371 | DeQuincey, Thomas (Eng. author) | ||
2372 | 1785-1859 | ||
2373 | |||
2374 | Derham | ||
2375 | Derham, Wm. (Eng. philosopher) | ||
2376 | 1657-1735 | ||
2377 | |||
2378 | E. Dering (1576) | ||
2379 | Dering, Edwd. (Eng. Puritan divine) | ||
2380 | -1576 | ||
2381 | |||
2382 | Sir E. Dering | ||
2383 | Dering, Sir Edward (Eng. polit.) | ||
2384 | 1598-1644 | ||
2385 | |||
2386 | Sir A. De Vere | ||
2387 | De Vere, Sir Aubrey (Irish poet) | ||
2388 | 1788-1846 | ||
2389 | |||
2390 | De Watteville | ||
2391 | De Watteville, Armand (med. elec. in Eng.) [<i>Introd. to Med. Elec.</i>, Lond., 1878.] | ||
2392 | ND | ||
2393 | |||
2394 | Dewey | ||
2395 | Dewey, Orville (Am. clergyman) | ||
2396 | 1794-1882 | ||
2397 | |||
2398 | Dibdin | ||
2399 | Dibdin, Thos. F. (Eng. bibliog.) | ||
2400 | 1775-1848 | ||
2401 | |||
2402 | T. Dick | ||
2403 | Dick, Thomas (Scot. author) | ||
2404 | 1772-1857 | ||
2405 | |||
2406 | Dickens | ||
2407 | Dickens, Charles (Eng. novelist) | ||
2408 | 1812-1870 | ||
2409 | |||
2410 | Dict. of Education | ||
2411 | Dictionary of Education (ed. by Henry Kiddle, and Alex. J. Schem, N. Y., 1877). | ||
2412 | ND | ||
2413 | |||
2414 | Diet's Dry Dinner (1599) | ||
2415 | (notes on foods, with stories for the table, by Henry Buttes, or Butts). | ||
2416 | ND | ||
2417 | |||
2418 | Ld. Digby | ||
2419 | Digby, Ld. Geo. (Eng. politician) | ||
2420 | 1612-1676 | ||
2421 | |||
2422 | R. Digby | ||
2423 | Digby, Robert (Eng. poet) [<i>Letter to Pope</i>] | ||
2424 | -1726 | ||
2425 | |||
2426 | Sir K. Digby | ||
2427 | Digby, Sir Kenelm (Eng. philosopher) | ||
2428 | 1603-1665 | ||
2429 | |||
2430 | Digges (1579) | ||
2431 | Digges, Leonard (Eng. math.) | ||
2432 | -1573? | ||
2433 | |||
2434 | I. Disraeli | ||
2435 | Disraeli, Issac (Eng. misc. writer) | ||
2436 | 1766-1848 | ||
2437 | |||
2438 | Ditton | ||
2439 | Ditton, Humphrey (Eng. math.) | ||
2440 | 1675-1715 | ||
2441 | |||
2442 | W. H. Dixon | ||
2443 | Dixon, Wm. Hepworth (Eng. writer) | ||
2444 | 1821-1879 | ||
2445 | |||
2446 | Doddridge | ||
2447 | Doddridge, Philip (Eng. divine) | ||
2448 | 1702-1751 | ||
2449 | |||
2450 | Dodsley | ||
2451 | Dodsley, Robert (Eng. author) | ||
2452 | 1703-1764 | ||
2453 | |||
2454 | A. E. Dolbear | ||
2455 | Dolbear, Amos E. (Am. physicist) | ||
2456 | 1837- | ||
2457 | |||
2458 | Domat | ||
2459 | Domat, Jean (Fr. jurist) | ||
2460 | 1625-1696 | ||
2461 | |||
2462 | Domesday Book | ||
2463 | See in the Dictionary. | ||
2464 | ND | ||
2465 | |||
2466 | Donaldson | ||
2467 | Donaldson, John Wm. (Eng. classical scholar) | ||
2468 | 1811-1861 | ||
2469 | |||
2470 | Donne | ||
2471 | Donne, John (Eng. divine) | ||
2472 | 1573-1631 | ||
2473 | |||
2474 | Dorset | ||
2475 | Dorset, Chas. Sackville, 6th earl of | ||
2476 | 1637-1706 | ||
2477 | |||
2478 | Douay version | ||
2479 | Douay version of Bible. See in Dict. | ||
2480 | ND | ||
2481 | |||
2482 | Douce | ||
2483 | Douce, Francis (Eng. antiquarian) | ||
2484 | 1757-1834 | ||
2485 | |||
2486 | G. Douglas | ||
2487 | Douglas, Gawin (Eng. translator) | ||
2488 | 1474-1522 | ||
2489 | |||
2490 | E. Dowden | ||
2491 | Dowden, Edward (British literary critic) | ||
2492 | 1843- | ||
2493 | |||
2494 | A. J. Downing | ||
2495 | Downing, Andrew Jackson (Am. agric. writer) | ||
2496 | 1815-1852 | ||
2497 | |||
2498 | Major Jack Downing | ||
2499 | Downing, Major Jack, pseud. of Seba Smith (Am. journalist) | ||
2500 | 1792-1868 | ||
2501 | |||
2502 | J. R. Drake | ||
2503 | Drake, Joseph Rodman (Am. poet) | ||
2504 | 1795-1820 | ||
2505 | |||
2506 | N. Drake | ||
2507 | Drake, Nathan (Eng. writer) | ||
2508 | 1766-1836 | ||
2509 | |||
2510 | Sir F. Drake | ||
2511 | Drake, Sir Francis (Eng. navigator) | ||
2512 | 1540?-1596 | ||
2513 | |||
2514 | Drant | ||
2515 | Drant, Thos. (Eng. divine made first met. transl. of Horace, 1567) | ||
2516 | -1578? | ||
2517 | |||
2518 | J. W. Draper | ||
2519 | Draper, John Wm. (Eng. philos. and scientist in America) | ||
2520 | 1811-1882 | ||
2521 | |||
2522 | Sir W. Draper | ||
2523 | Draper, Sir Wm. (Eng. controvers.) | ||
2524 | 1721-1787 | ||
2525 | |||
2526 | Drayton | ||
2527 | Drayton, Michael (Eng. poet) | ||
2528 | 1563-1631 | ||
2529 | |||
2530 | Drummond | ||
2531 | Drummond, Wm. of Hawthornden (Scot. poet) | ||
2532 | 1585-1949 | ||
2533 | |||
2534 | A. Drummond | ||
2535 | Drummond, Alex. (Eng. traveler) | ||
2536 | -1769 | ||
2537 | |||
2538 | H. Drummond | ||
2539 | Drummond, Henry (Scot. writer) | ||
2540 | 1857?-1897 | ||
2541 | |||
2542 | Sir. W. Drummond | ||
2543 | Drummond, Sir Wm. (Scot. diplom. and writer) | ||
2544 | 1760?-1828 | ||
2545 | |||
2546 | Dryden | ||
2547 | Dryden, John (Eng. poet) | ||
2548 | 1631-1701 | ||
2549 | |||
2550 | C. Dryden | ||
2551 | Dryden, Chas. (Son of J. Dryden, and translator of Juvenal) | ||
2552 | 1666-1704 | ||
2553 | |||
2554 | J. Dryden, Jr. | ||
2555 | Dryden, John, Jr. (Eng. translator) | ||
2556 | 1668-1701 | ||
2557 | |||
2558 | Dryden & Lee | ||
2559 | Dryden, John and Lee, Nathaniel. [<i>Oedipus</i>. <i>Duke of Guise</i>.] | ||
2560 | ND | ||
2561 | |||
2562 | Du Bartas (trans.) | ||
2563 | Du Bartas, Guillaume Salluste (Fr. poet). [<i>Works, trans. by Sylvester</i>] | ||
2564 | 1544-1590 | ||
2565 | |||
2566 | Dublin Univ. Mag. | ||
2567 | Dublin University Magazine (estab. 1832). | ||
2568 | ND | ||
2569 | |||
2570 | Dubois-Reymond | ||
2571 | Dubois-Reymond, Emil Henrich (Ger. writer on physical science) | ||
2572 | 1818-1896 | ||
2573 | |||
2574 | Du Chaillu | ||
2575 | Du Chaillu, Paul B. (Fr.-Am. trav.) | ||
2576 | 1835- | ||
2577 | |||
2578 | Lord Dufferin | ||
2579 | Dufferin, Fred. Temple Blackwood, 1st earl of (Eng. statesman) | ||
2580 | 1826- | ||
2581 | |||
2582 | Dugard | ||
2583 | Dugard, Wm. (Eng. teacher and poet) | ||
2584 | 1606-1662 | ||
2585 | |||
2586 | Dugdale | ||
2587 | Dugdale, Sir Wm. (Eng. antiq.) | ||
2588 | 1605-1686 | ||
2589 | |||
2590 | R. L. Dugdale | ||
2591 | Dugdale, Richard L. (Am. social scientist) | ||
2592 | 1841-1883 | ||
2593 | |||
2594 | L. A. Duhring | ||
2595 | Duhring, Louis A. (Am. physician) | ||
2596 | 1845- | ||
2597 | |||
2598 | W. Dunbar | ||
2599 | Dunbar, Wm. (Scot. poet) | ||
2600 | 1465?-1530? | ||
2601 | |||
2602 | Dunglison | ||
2603 | Dunglison, Robley (Am. physician). [<i>Med. Dict.</i>] | ||
2604 | 1796-1869 | ||
2605 | |||
2606 | Dunlop | ||
2607 | Dunlop, John Colin (Scot. lit. hist.) | ||
2608 | -1842 | ||
2609 | |||
2610 | Duponceau | ||
2611 | Duponceau, Peter Stephen (Am. legal writer, born in France) | ||
2612 | 1760-1844 | ||
2613 | |||
2614 | Duppa | ||
2615 | Duppa, Brian (Bp. of Salisbury) | ||
2616 | 1588-1662 | ||
2617 | |||
2618 | D'Urfey | ||
2619 | D'Urfey, Thomas (Eng. dramatist) | ||
2620 | 1653-1723 | ||
2621 | |||
2622 | Dr. T. Dwight | ||
2623 | Dwight, Timothy (Am. educator) | ||
2624 | 1752-1817 | ||
2625 | |||
2626 | J. S. Dwight | ||
2627 | Dwight, John S. (Am. mus. critic) | ||
2628 | 1813-1893 | ||
2629 | |||
2630 | S. E. Dwight | ||
2631 | Dwight, Sereno E. (Am. author) | ||
2632 | 1786-1850 | ||
2633 | |||
2634 | Dyche | ||
2635 | Dyche, Thomas (Eng. schoolmaster) | ||
2636 | fl. 1719 | ||
2637 | |||
2638 | Dyer | ||
2639 | Dyer, John (Brit. clerg. and poet) | ||
2640 | 1700-1758 | ||
2641 | |||
2642 | T. H. Dyer | ||
2643 | Dyer, Thomas Henry (Eng. hist.) | ||
2644 | 1804-1888 | ||
2645 | |||
2646 | Eadie | ||
2647 | Eadie, John (Eng. theologian) | ||
2648 | 1810-1876 | ||
2649 | |||
2650 | Earle | ||
2651 | Earle, John (Eng. scholar). [<i>Philol. of Eng. Tongue</i>, 1871] | ||
2652 | 1824?- | ||
2653 | |||
2654 | Bp. Earle | ||
2655 | Earle, Bp. John (Eng. prelate) | ||
2656 | 1601-1665 | ||
2657 | |||
2658 | East | ||
2659 | East, Sir Edw. Hyde (chief justice of Calcutta) | ||
2660 | 1764-1847 | ||
2661 | |||
2662 | C. L. Eastlake, | ||
2663 | Eastlake, Sir Charles Locke (Eng. painter) | ||
2664 | 1793-1865 | ||
2665 | |||
2666 | Eaton | ||
2667 | Eaton, Amos (Am. physicist) | ||
2668 | 1776-1842 | ||
2669 | |||
2670 | D. C. Eaton | ||
2671 | Eaton, Daniel Cady (Am. botanist) | ||
2672 | 1834-1895 | ||
2673 | |||
2674 | Echard | ||
2675 | Echard, Laurence (Eng. divine) | ||
2676 | 1671-1730 | ||
2677 | |||
2678 | Eclec. Rev. | ||
2679 | Eclectic Review (estab., Eng. 1805). | ||
2680 | ND | ||
2681 | |||
2682 | Eden | ||
2683 | Eden, Richd. (Eng. trans. of travels) | ||
2684 | 1521?-1576 | ||
2685 | |||
2686 | Miss Edgeworth | ||
2687 | Edgeworth, Maria (Eng. novelist) | ||
2688 | 1767-1849 | ||
2689 | |||
2690 | R. Edgeworth | ||
2691 | Edgeworth, Roger (Roman Catholic divine) | ||
2692 | -ab. 1560 | ||
2693 | |||
2694 | Ed. Encyc. | ||
2695 | Edinburgh Encyclopaedia (ediuted by Sir David Brewster, 1810-1839). | ||
2696 | ND | ||
2697 | |||
2698 | Ed. Rev. | ||
2699 | Edinburgh Review (estab. 1802). | ||
2700 | ND | ||
2701 | |||
2702 | T. A. Edison | ||
2703 | Edison, Thos. A. (Am. electrician) | ||
2704 | 1847- | ||
2705 | |||
2706 | Edwards | ||
2707 | Edwards, Eliezer (Eng. compiler). [<i>Words, Facts, and Phrases</i>, 1881.] | ||
2708 | ND | ||
2709 | |||
2710 | A. B. Edwards | ||
2711 | Edwards, Amelia Blandford (Eng. novelist and Egyptologist) | ||
2712 | 1831-1892 | ||
2713 | |||
2714 | B. Edwards | ||
2715 | Edwards, Bryan (Eng. writer in the West Indies) | ||
2716 | 1743-1800 | ||
2717 | |||
2718 | J. Edwards | ||
2719 | Edwards, Jonathan (Am. clerg. and metaphys.) | ||
2720 | 1703-1758 | ||
2721 | |||
2722 | S. Edwards | ||
2723 | Edwards, Henry Sutherland (Eng. author) | ||
2724 | 1828- | ||
2725 | |||
2726 | T. Edwards | ||
2727 | Edwards, Thomas (Eng. critic) | ||
2728 | 1699?-1737?? | ||
2729 | |||
2730 | E. Eggleston | ||
2731 | Eggleston, Edward (Am. writer) | ||
2732 | 1837- | ||
2733 | |||
2734 | Eikon Basilike | ||
2735 | Portraiture of Chas. I. (attributed to Bp. Gauden). | ||
2736 | ND | ||
2737 | |||
2738 | Lord Eldon | ||
2739 | Eldon, John Scott (Eng. lord chancellor) | ||
2740 | 1751-1838 | ||
2741 | |||
2742 | Eliot (1809) | ||
2743 | Eliot, John. [<i>New Eng. Biog. Dict.</i>] | ||
2744 | 1754-1813 | ||
2745 | |||
2746 | G. Eliot | ||
2747 | pseud. of Mary Ann (b. Evans) Lewes (later, Cross) (Eng. nov.) | ||
2748 | 1820-1880 | ||
2749 | |||
2750 | Queen Elizabeth | ||
2751 | Elizabeth, queen of England | ||
2752 | 1533-1603 | ||
2753 | |||
2754 | Ld. Ellenborough | ||
2755 | Ellenborough, Edward Law (lord chief justice of Eng.) | ||
2756 | 1750-1818 | ||
2757 | |||
2758 | C. J. Ellicott | ||
2759 | Ellicott, Charles John (Eng. com.) | ||
2760 | 1819- | ||
2761 | |||
2762 | Ellis | ||
2763 | Ellis, George (Eng. misc. writer) | ||
2764 | 1753-1815 | ||
2765 | |||
2766 | A. J. Ellis | ||
2767 | Ellis, Alex. John (Eng. philol. and writer on phonetics) | ||
2768 | 1814-1890 | ||
2769 | |||
2770 | J. Ellis | ||
2771 | Ellis, John (vicar of St. Catherine's, Dublin) | ||
2772 | fl. 1743 | ||
2773 | |||
2774 | O. Ellsworth | ||
2775 | Ellsworth, Oliver (chief justice of U. S.) | ||
2776 | 1745-1807 | ||
2777 | |||
2778 | T. Ellwood | ||
2779 | Ellwood, Thomas (Eng. Quaker) | ||
2780 | 1639-1713 | ||
2781 | |||
2782 | Elmes | ||
2783 | Elmes, James (Eng. writer on art) | ||
2784 | 1782-1862 | ||
2785 | |||
2786 | Elton | ||
2787 | Elton, Chas. Isaac (Eng. jurist) | ||
2788 | 1839- | ||
2789 | |||
2790 | Sir T. Elyot | ||
2791 | Elyot, Sir Thomas (Eng. writer) | ||
2792 | 1490?-1546 | ||
2793 | |||
2794 | Emerson | ||
2795 | Emerson, Ralph Waldo (Amer. essayist and philosopher) | ||
2796 | 1803-1882 | ||
2797 | |||
2798 | Encyc. Brit. | ||
2799 | Encyclop<ae/dia Britannica (9th. edition, also 8th). | ||
2800 | ND | ||
2801 | |||
2802 | Encyc. Dict. | ||
2803 | Encyclop<ae/dic Dictionary (ed. by Robert Hunter, 1879-1888). | ||
2804 | ND | ||
2805 | |||
2806 | <! p. x ty=CM !> | ||
2807 | |||
2808 | Encyc. Dom. Econ. | ||
2809 | Encyclop<ae/dia of Domestic Economy (ed. by Thos. Webster, 1845) | ||
2810 | ND | ||
2811 | |||
2812 | Encyc. of Rural Sports | ||
2813 | (ed. by J. H. Walsh, 1st Am. edition). | ||
2814 | ND | ||
2815 | |||
2816 | Eng. Cyc. | ||
2817 | English Cyclop<ae/dia, (1795-1801). | ||
2818 | ND | ||
2819 | |||
2820 | Eng. Statute | ||
2821 | Act of Henry VIII. (cited fr. Johnson's Dict.). | ||
2822 | ND | ||
2823 | |||
2824 | Enfield | ||
2825 | Enfield, Wm. (Eng. divine) | ||
2826 | 1741-1797 | ||
2827 | |||
2828 | Entick | ||
2829 | Entick, John (Eng. misc. writer) | ||
2830 | 1713-1773 | ||
2831 | |||
2832 | Erskine | ||
2833 | Erskine, John (Scot. prof. of law) | ||
2834 | 1695-1768 | ||
2835 | |||
2836 | Lord Erskine | ||
2837 | Erskine, Thomas (lord chancellor of Eng.) | ||
2838 | 1750-1823 | ||
2839 | |||
2840 | Eton | ||
2841 | Eton, Wm. (Eng. writer in Turkey) | ||
2842 | fl. 1800 | ||
2843 | |||
2844 | Euclid | ||
2845 | Euclid of Alexandria (geom.) | ||
2846 | fl. B. C. 300 | ||
2847 | |||
2848 | Eusden | ||
2849 | Eusden, Lawrence (Eng. poet and transl.) | ||
2850 | -1730 | ||
2851 | |||
2852 | Eustace | ||
2853 | Eustace, John Chetwode (R. C. divine) | ||
2854 | 1765?-1815 | ||
2855 | |||
2856 | Evans | ||
2857 | Evans, John (Brit. antiquary) | ||
2858 | 1823- | ||
2859 | |||
2860 | J. Evarts | ||
2861 | Evarts, Jeremiah (Am. writer) | ||
2862 | 1781-1831 | ||
2863 | |||
2864 | Evelyn | ||
2865 | Evelyn, John (Eng. diarist) | ||
2866 | 1620-1706 | ||
2867 | |||
2868 | Everest | ||
2869 | Everest, Chas. Wm. (Am. clerg. and poet) | ||
2870 | 1814-1877 | ||
2871 | |||
2872 | E. Everett | ||
2873 | Everett, Edward (Am. orator) | ||
2874 | 1794-1865 | ||
2875 | |||
2876 | J. D. Everett | ||
2877 | Everett, Joseph D. (Eng. physicist) | ||
2878 | 1831- | ||
2879 | |||