Upload 6 files
Browse files- Python_script_functionalities.txt +22 -0
- alignment_log.txt +177 -0
- alignment_metrics.txt +129 -0
- alignment_typology.txt +1379 -0
- oe_dictionary.py +291 -0
- unified_index.tab +0 -0
Python_script_functionalities.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Functionalities
|
| 2 |
+
The script provides the following functionalities:
|
| 3 |
+
|
| 4 |
+
Multiple search modes:
|
| 5 |
+
-canonical: Search by the canonical key
|
| 6 |
+
-normalised: Search by the normalized form with length marks
|
| 7 |
+
-headword: Search across all dictionary headwords
|
| 8 |
+
|
| 9 |
+
Filtering options:
|
| 10 |
+
-By part of speech
|
| 11 |
+
-By dictionary source
|
| 12 |
+
-Exact or substring matching
|
| 13 |
+
|
| 14 |
+
Similarity search:
|
| 15 |
+
-sound: Find entries with Ellis vocalic variations
|
| 16 |
+
-edit: Find entries with similar spelling
|
| 17 |
+
-prefix: Find entries that start with a given prefix
|
| 18 |
+
|
| 19 |
+
Statistics and analysis:
|
| 20 |
+
-Get counts of entries by dictionary
|
| 21 |
+
-See distribution of parts of speech
|
| 22 |
+
-Examine match types
|
alignment_log.txt
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
======================================================================
|
| 2 |
+
CROSS-DICTIONARY ALIGNMENT — v2 (canonical-key)
|
| 3 |
+
Generated: 2026-04-06T12:15:31.719416
|
| 4 |
+
======================================================================
|
| 5 |
+
|
| 6 |
+
[1] LOADING DATA...
|
| 7 |
+
BT: 36103 entries
|
| 8 |
+
CH: 36700 entries
|
| 9 |
+
Sw: 25922 entries
|
| 10 |
+
DOE: 15907 entries
|
| 11 |
+
PC: 33922 lemmas
|
| 12 |
+
BT norm: 9471 unique mappings
|
| 13 |
+
CH norm: 36689 unique mappings
|
| 14 |
+
Sw norm: 25595 unique mappings
|
| 15 |
+
DOE norm: 15474 unique mappings
|
| 16 |
+
|
| 17 |
+
[2] BUILDING CANONICAL-KEY INDICES...
|
| 18 |
+
BT canonical keys: 34144
|
| 19 |
+
CH canonical keys: 35755
|
| 20 |
+
Sw canonical keys: 24659 (excluded 2437 cross-refs)
|
| 21 |
+
DOE canonical keys: 15008
|
| 22 |
+
PC canonical keys: 33640
|
| 23 |
+
Union of canonical keys: 63374
|
| 24 |
+
|
| 25 |
+
[3] PHASE 1: EXACT CANONICAL-KEY MATCHING...
|
| 26 |
+
Multi-source matches: 35592
|
| 27 |
+
Single-source: 27782
|
| 28 |
+
|
| 29 |
+
[4] PHASE 2: ELLIS VOCALIC MATCHING...
|
| 30 |
+
Ellis matches: 3467
|
| 31 |
+
|
| 32 |
+
[5] EXPANDING TO ALIGNMENT ROWS...
|
| 33 |
+
Total alignment rows: 92391
|
| 34 |
+
|
| 35 |
+
[6] COMPUTING STATISTICS...
|
| 36 |
+
|
| 37 |
+
OVERALL:
|
| 38 |
+
Unique canonical keys: 63374
|
| 39 |
+
Alignment rows: 92391
|
| 40 |
+
|
| 41 |
+
MATCH TYPES:
|
| 42 |
+
ellis_vocalic : 3467 ( 5.5%)
|
| 43 |
+
exact : 35592 ( 56.2%)
|
| 44 |
+
single : 24315 ( 38.4%)
|
| 45 |
+
|
| 46 |
+
SOURCE COVERAGE:
|
| 47 |
+
1 source(s): 24315 ( 38.4%)
|
| 48 |
+
2 source(s): 13188 ( 20.8%)
|
| 49 |
+
3 source(s): 8818 ( 13.9%)
|
| 50 |
+
4 source(s): 11600 ( 18.3%)
|
| 51 |
+
5 source(s): 5453 ( 8.6%)
|
| 52 |
+
|
| 53 |
+
PER-LETTER COVERAGE:
|
| 54 |
+
Let Total BT CH Sw DOE PC
|
| 55 |
+
-----------------------------------------------
|
| 56 |
+
_other 139 14 0 116 8 1
|
| 57 |
+
a 3466 2020 1947 1215 1484 1797
|
| 58 |
+
b 4724 2823 2673 1708 1994 2414
|
| 59 |
+
c 2812 1571 1542 1019 1248 1465
|
| 60 |
+
d 1603 941 917 598 728 866
|
| 61 |
+
e 2762 1507 1446 933 1364 1467
|
| 62 |
+
f 5677 3156 3146 2062 2762 3135
|
| 63 |
+
g 7458 4611 2967 2394 2685 3068
|
| 64 |
+
h 4886 2500 3126 2317 2558 3035
|
| 65 |
+
i 1048 458 525 441 401 531
|
| 66 |
+
k 8 1 0 0 3 5
|
| 67 |
+
l 1824 1073 1258 837 0 1245
|
| 68 |
+
m 2371 1314 1565 1207 0 1541
|
| 69 |
+
n 1207 620 784 598 0 721
|
| 70 |
+
o 2207 1166 1500 1005 21 1495
|
| 71 |
+
p 575 306 351 268 0 414
|
| 72 |
+
q 2 0 1 0 0 1
|
| 73 |
+
r 1112 627 731 544 0 703
|
| 74 |
+
s 6063 3501 4137 3000 0 3687
|
| 75 |
+
t 2098 1178 1411 980 0 1275
|
| 76 |
+
u 3046 1710 2016 1458 0 2018
|
| 77 |
+
v 7 0 0 0 0 7
|
| 78 |
+
w 4656 2558 3065 2138 0 2755
|
| 79 |
+
y 481 247 363 214 1 296
|
| 80 |
+
z 4 0 0 0 0 4
|
| 81 |
+
æ 1512 723 845 509 583 784
|
| 82 |
+
ð 1620 888 1177 753 0 914
|
| 83 |
+
ø 3 0 0 0 0 3
|
| 84 |
+
đ 3 0 0 0 0 3
|
| 85 |
+
|
| 86 |
+
PAIRWISE OVERLAP (canonical keys):
|
| 87 |
+
BT ∩ CH : 20419 Jaccard=0.413 BT→CH=0.598 CH→BT=0.571
|
| 88 |
+
BT ∩ Sw : 16158 Jaccard=0.379 BT→Sw=0.473 Sw→BT=0.655
|
| 89 |
+
BT ∩ DOE: 7847 Jaccard=0.190 BT→DOE=0.230 DOE→BT=0.523
|
| 90 |
+
BT ∩ PC : 18875 Jaccard=0.386 BT→PC=0.553 PC→BT=0.561
|
| 91 |
+
CH ∩ Sw : 18232 Jaccard=0.432 CH→Sw=0.510 Sw→CH=0.739
|
| 92 |
+
CH ∩ DOE: 9257 Jaccard=0.223 CH→DOE=0.259 DOE→CH=0.617
|
| 93 |
+
CH ∩ PC : 24411 Jaccard=0.543 CH→PC=0.683 PC→CH=0.726
|
| 94 |
+
Sw ∩ DOE: 7383 Jaccard=0.229 Sw→DOE=0.299 DOE→Sw=0.492
|
| 95 |
+
Sw ∩ PC : 17113 Jaccard=0.416 Sw→PC=0.694 PC→Sw=0.509
|
| 96 |
+
DOE ∩ PC : 9947 Jaccard=0.257 DOE→PC=0.663 PC→DOE=0.296
|
| 97 |
+
|
| 98 |
+
POS CONSISTENCY (multi-source entries):
|
| 99 |
+
Agreement: 31852 (85.6%)
|
| 100 |
+
Disagreement: 5337 (14.4%)
|
| 101 |
+
(No POS info on either side excluded)
|
| 102 |
+
|
| 103 |
+
======================================================================
|
| 104 |
+
ALIGNMENT LOGIC SUMMARY
|
| 105 |
+
======================================================================
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
1. DATA SOURCES
|
| 109 |
+
- Bosworth-Toller (BT): 3 columns (headword, POS, definition). Uses acute
|
| 110 |
+
accents (á, é, í, ó, ú) and hyphens in compounds (a-bacan). 36,103 entries.
|
| 111 |
+
- Clark Hall (CH): 2 columns (headword, definition with embedded POS).
|
| 112 |
+
Uses macrons (ā, ē, ī, ō, ū). 36,700 entries. ± prefix indicates optional
|
| 113 |
+
ge- prefix on verbs (1,068 entries).
|
| 114 |
+
- Sweet: 2 columns in REVERSED order (definition, headword). Uses pipe |
|
| 115 |
+
as morpheme boundary. 25,922 entries. About 2,400 entries are cross-
|
| 116 |
+
references mapping to synonyms rather than format normalisations.
|
| 117 |
+
- DOE (Dictionary of Old English): 6 columns. Covers only letters A–I.
|
| 118 |
+
15,907 entries. Most detailed POS info with verb class and declension.
|
| 119 |
+
- ParCorOE master lemma list: 2 columns (lemma, POS). 33,922 entries.
|
| 120 |
+
Uses macrons and ð (not þ).
|
| 121 |
+
|
| 122 |
+
2. NORMALISATION STRATEGY (THREE-LAYER)
|
| 123 |
+
|
| 124 |
+
Layer 1 — Dictionary-specific normalisation tables:
|
| 125 |
+
Each dictionary has a normalisation table that maps its headword spellings
|
| 126 |
+
to a normalised form. This handles format conventions: hyphens, accent
|
| 127 |
+
marks (BT acute → macron), pipe separators, middle dots.
|
| 128 |
+
Coverage: BT 9,471/36,103 (26%), CH 100%, Sweet 99%, DOE 97%.
|
| 129 |
+
|
| 130 |
+
Layer 2 — Canonical key harmonisation:
|
| 131 |
+
The normalised forms from Layer 1 are NOT cross-dictionary consistent:
|
| 132 |
+
BT normalises 'a-bacan' → 'abacan' (no macron on prefix ā-)
|
| 133 |
+
CH normalises 'ābacan' → 'ābacan' (keeps macron)
|
| 134 |
+
ParCorOE has 'ābacan' (with macron)
|
| 135 |
+
To bridge this, we compute a CANONICAL KEY that strips all length marks
|
| 136 |
+
(macrons, acutes) from vowels and unifies þ→ð:
|
| 137 |
+
BT 'abacan' → key 'abacan'
|
| 138 |
+
CH 'ābacan' → key 'abacan'
|
| 139 |
+
PC 'ābacan' → key 'abacan' → MATCH!
|
| 140 |
+
Also handles: ± prefix stripping, (ge) suffix stripping, case folding.
|
| 141 |
+
|
| 142 |
+
Layer 3 — Ellis vocalic correspondences:
|
| 143 |
+
For entries still unmatched after Layer 2, systematic sound-spelling
|
| 144 |
+
correspondences from Ellis are applied:
|
| 145 |
+
ie ↔ y (Sweet ie → Late WS y): fierd/fyrd, hiene/hine
|
| 146 |
+
ie ↔ i: diere/dyre
|
| 147 |
+
io ↔ eo (EWS io → LWS eo): bion/beon, biorht/beorht
|
| 148 |
+
on ↔ an (o→a before nasals): monig/manig, monn/mann
|
| 149 |
+
om ↔ am: similarly before labial nasals
|
| 150 |
+
rg ↔ rh: burg/burh, sorg/sorh
|
| 151 |
+
ea ↔ a: breaking variants
|
| 152 |
+
eo ↔ e: before labials
|
| 153 |
+
These are applied to canonical keys to find fuzzy matches.
|
| 154 |
+
|
| 155 |
+
3. ALIGNMENT PROCEDURE
|
| 156 |
+
- For each dictionary entry, apply Layer 1 (normalisation table) to get the
|
| 157 |
+
normalised form, falling back to format-stripping if no table entry exists.
|
| 158 |
+
- Compute the canonical key (Layer 2) for each normalised form.
|
| 159 |
+
- Group all entries by canonical key across all dictionaries.
|
| 160 |
+
- Phase 1 (Exact): If 2+ dictionaries share the same canonical key, align them.
|
| 161 |
+
- Phase 2 (Ellis): For single-source keys, generate Ellis variants and try
|
| 162 |
+
to match them with existing keys from other dictionaries.
|
| 163 |
+
- Phase 3 (Disambiguation): Within each canonical key group, sub-group by POS.
|
| 164 |
+
If multiple POS categories exist, add glosses for disambiguation.
|
| 165 |
+
|
| 166 |
+
4. SWEET CROSS-REFERENCE HANDLING
|
| 167 |
+
Sweet's normalisation table sometimes maps headwords to completely different
|
| 168 |
+
words (synonyms/see-also). These are detected by comparing the canonical keys
|
| 169 |
+
of the original headword and normalised form; if they differ by >50% of
|
| 170 |
+
characters and the difference is not a known prefix, the normalised form is
|
| 171 |
+
rejected and the headword's own stripped form is used instead.
|
| 172 |
+
|
| 173 |
+
5. HOMOGRAPH DISAMBIGUATION
|
| 174 |
+
When the same canonical key maps to entries with different POS tags, separate
|
| 175 |
+
alignment rows are created for each POS group, with gloss information added
|
| 176 |
+
for disambiguation. Example: 'god' → Adj ('good') vs N ('God/god').
|
| 177 |
+
|
alignment_metrics.txt
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ALIGNMENT QUALITY METRICS
|
| 2 |
+
======================================================================
|
| 3 |
+
|
| 4 |
+
Total alignment rows: 92391
|
| 5 |
+
|
| 6 |
+
ROWS BY NUMBER OF SOURCES:
|
| 7 |
+
1 source(s): 54339 (58.8%)
|
| 8 |
+
2 source(s): 20871 (22.6%)
|
| 9 |
+
3 source(s): 8705 (9.4%)
|
| 10 |
+
4 source(s): 6146 (6.7%)
|
| 11 |
+
5 source(s): 2330 (2.5%)
|
| 12 |
+
|
| 13 |
+
Rows with 2+ sources: 38052 (41.2%)
|
| 14 |
+
|
| 15 |
+
PER-DICTIONARY ROW COUNTS:
|
| 16 |
+
BT_headword: 38397
|
| 17 |
+
CH_headword: 39228
|
| 18 |
+
Sweet_headword: 27808
|
| 19 |
+
DOE_headword: 16980
|
| 20 |
+
ParCorOE: 36017
|
| 21 |
+
|
| 22 |
+
MATCH TYPE DISTRIBUTION (rows):
|
| 23 |
+
ellis_vocalic: 7765 (8.4%)
|
| 24 |
+
exact: 59920 (64.9%)
|
| 25 |
+
single: 24706 (26.7%)
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
PER-LETTER ALIGNMENT DETAIL
|
| 29 |
+
======================================================================
|
| 30 |
+
|
| 31 |
+
Let Rows BT CH Sw DOE PC
|
| 32 |
+
-----------------------------------------------
|
| 33 |
+
_other 139 14 0 116 8 1
|
| 34 |
+
a 5187 2198 2017 1262 1570 1819
|
| 35 |
+
b 6933 3111 2799 1804 2141 2435
|
| 36 |
+
c 3923 1681 1599 1060 1304 1476
|
| 37 |
+
d 2367 1010 952 616 775 871
|
| 38 |
+
e 4036 1650 1500 978 1441 1481
|
| 39 |
+
f 8324 3440 3271 2145 2959 3153
|
| 40 |
+
g 10613 5023 3088 2494 2945 3098
|
| 41 |
+
h 7225 2710 3302 2453 2771 3070
|
| 42 |
+
i 1467 495 541 461 425 532
|
| 43 |
+
k 9 1 0 0 3 5
|
| 44 |
+
l 2679 1207 1335 910 0 1261
|
| 45 |
+
m 3307 1407 1625 1260 0 1556
|
| 46 |
+
n 1826 680 831 666 0 734
|
| 47 |
+
o 3163 1225 1560 1050 25 1509
|
| 48 |
+
p 759 316 359 275 0 416
|
| 49 |
+
q 2 0 1 0 0 1
|
| 50 |
+
r 1606 679 771 580 0 713
|
| 51 |
+
s 8896 3775 4373 3191 0 3734
|
| 52 |
+
t 3059 1257 1504 1035 0 1291
|
| 53 |
+
u 4910 1779 2047 1540 0 2027
|
| 54 |
+
v 7 0 0 0 0 7
|
| 55 |
+
w 6669 2756 3257 2354 0 2795
|
| 56 |
+
y 709 259 387 226 2 299
|
| 57 |
+
z 4 0 0 0 0 4
|
| 58 |
+
æ 2137 785 867 530 611 792
|
| 59 |
+
ð 2429 939 1242 802 0 931
|
| 60 |
+
ø 3 0 0 0 0 3
|
| 61 |
+
đ 3 0 0 0 0 3
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
DOE COVERAGE ANALYSIS (letters A-I only)
|
| 65 |
+
======================================================================
|
| 66 |
+
a: 1570/5187 rows have DOE entry (30.3% if total > 0)
|
| 67 |
+
b: 2141/6933 rows have DOE entry (30.9% if total > 0)
|
| 68 |
+
c: 1304/3923 rows have DOE entry (33.2% if total > 0)
|
| 69 |
+
d: 775/2367 rows have DOE entry (32.7% if total > 0)
|
| 70 |
+
e: 1441/4036 rows have DOE entry (35.7% if total > 0)
|
| 71 |
+
f: 2959/8324 rows have DOE entry (35.5% if total > 0)
|
| 72 |
+
g: 2945/10613 rows have DOE entry (27.7% if total > 0)
|
| 73 |
+
h: 2771/7225 rows have DOE entry (38.4% if total > 0)
|
| 74 |
+
i: 425/1467 rows have DOE entry (29.0% if total > 0)
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
POS DISTRIBUTION (across all rows)
|
| 78 |
+
======================================================================
|
| 79 |
+
N : 30651 (33.2%)
|
| 80 |
+
(empty) : 29627 (32.1%)
|
| 81 |
+
V : 16373 (17.7%)
|
| 82 |
+
Adj : 9918 (10.7%)
|
| 83 |
+
Adv : 2167 (2.3%)
|
| 84 |
+
Name : 2102 (2.3%)
|
| 85 |
+
Part : 480 (0.5%)
|
| 86 |
+
grammatical categories: 323 (0.3%)
|
| 87 |
+
bound form : 284 (0.3%)
|
| 88 |
+
Prep : 185 (0.2%)
|
| 89 |
+
participle : 64 (0.1%)
|
| 90 |
+
Pron : 58 (0.1%)
|
| 91 |
+
Conj : 54 (0.1%)
|
| 92 |
+
Num : 46 (0.0%)
|
| 93 |
+
Interj : 42 (0.0%)
|
| 94 |
+
letter of the alphabet: 4 (0.0%)
|
| 95 |
+
fw (foreign word): 3 (0.0%)
|
| 96 |
+
fw (foreing word): 3 (0.0%)
|
| 97 |
+
letter : 2 (0.0%)
|
| 98 |
+
Prefix : 1 (0.0%)
|
| 99 |
+
? part : 1 (0.0%)
|
| 100 |
+
of uncertain classification: 1 (0.0%)
|
| 101 |
+
past. part. of (ge)fǣlsian: 1 (0.0%)
|
| 102 |
+
past past. of indrencan / *ge·indrencan: 1 (0.0%)
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
QUALITY ASSESSMENT SUMMARY
|
| 106 |
+
======================================================================
|
| 107 |
+
|
| 108 |
+
Overall alignment rate (2+ sources): 41.2%
|
| 109 |
+
|
| 110 |
+
Interpretation:
|
| 111 |
+
- 5-source rows (all dicts): Best possible alignment with full cross-validation.
|
| 112 |
+
These are high-confidence entries present in all resources.
|
| 113 |
+
- 4-source rows: Very good alignment. Missing source is usually DOE (only A-I)
|
| 114 |
+
or ParCorOE (corpus-dependent vocabulary).
|
| 115 |
+
- 3-source rows: Good alignment. Typical for words present in major dicts
|
| 116 |
+
but absent from specialised resources.
|
| 117 |
+
- 2-source rows: Acceptable alignment. Often one general + one specialised dict.
|
| 118 |
+
- 1-source rows: Unaligned. Categories include:
|
| 119 |
+
(a) Proper names unique to one dictionary
|
| 120 |
+
(b) Very rare or hapax legomena
|
| 121 |
+
(c) Dictionary-specific formatting entries (prefixes, cross-references)
|
| 122 |
+
(d) Words with spelling so divergent that canonical key doesn't match
|
| 123 |
+
(e) DOE entries J-Z that don't exist in DOE (empty DOE for those letters)
|
| 124 |
+
|
| 125 |
+
Note: DOE only covers letters A-I. For letters L-Z, maximum possible sources
|
| 126 |
+
is 4 (BT + CH + Sweet + ParCorOE). This systematically reduces the 5-source
|
| 127 |
+
count and inflates the single-source count.
|
| 128 |
+
Letters A-I (DOE range): 50075 rows, 20121 multi-source (40.2%)
|
| 129 |
+
Letters J-Z (no DOE): 42316 rows, 17785 multi-source (42.0%)
|
alignment_typology.txt
ADDED
|
@@ -0,0 +1,1379 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
TYPOLOGY OF ALIGNMENT EXAMPLES
|
| 2 |
+
======================================================================
|
| 3 |
+
|
| 4 |
+
Type: BT [ellis_vocalic]
|
| 5 |
+
--------------------------------------------------
|
| 6 |
+
Key: abeogan → Norm: ābēogan
|
| 7 |
+
BT_headword: a-began
|
| 8 |
+
POS: V
|
| 9 |
+
Gloss: Weorþe heora bæc swylce abéged eác dorsum illorum semper incurva
|
| 10 |
+
|
| 11 |
+
Key: adred → Norm: Ēadred
|
| 12 |
+
BT_headword: a-dréd
|
| 13 |
+
POS: V
|
| 14 |
+
Gloss: a-dréd feared
|
| 15 |
+
|
| 16 |
+
Key: adriogan → Norm: ādrēogan
|
| 17 |
+
BT_headword: a-dreógan
|
| 18 |
+
POS: V
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
Type: BT [exact]
|
| 22 |
+
--------------------------------------------------
|
| 23 |
+
Key: a → Norm: ā
|
| 24 |
+
BT_headword: á
|
| 25 |
+
POS: N
|
| 26 |
+
Gloss: Dryhtnes á the Lord's law
|
| 27 |
+
|
| 28 |
+
Key: a → Norm: ā
|
| 29 |
+
BT_headword: á
|
| 30 |
+
POS: N
|
| 31 |
+
Gloss: Á ðe
|
| 32 |
+
|
| 33 |
+
Key: a → Norm: ā
|
| 34 |
+
BT_headword: á
|
| 35 |
+
POS: N
|
| 36 |
+
Gloss: á ðý ever the
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
Type: BT [single]
|
| 40 |
+
--------------------------------------------------
|
| 41 |
+
Key: ()red → Norm: ()rēd()
|
| 42 |
+
BT_headword: (-)réd(-)
|
| 43 |
+
|
| 44 |
+
Key: [motan → Norm: [mōtan
|
| 45 |
+
BT_headword: [mótan
|
| 46 |
+
|
| 47 |
+
Key: [norð] → Norm: [norþ]
|
| 48 |
+
BT_headword: [norþ]
|
| 49 |
+
POS: Adj
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
Type: BT+CH [ellis_vocalic]
|
| 53 |
+
--------------------------------------------------
|
| 54 |
+
Key: allswa → Norm: eallswā
|
| 55 |
+
BT_headword: all-swá
|
| 56 |
+
CH_headword: eallswā
|
| 57 |
+
Gloss: just as
|
| 58 |
+
|
| 59 |
+
Key: alo → Norm: alo-
|
| 60 |
+
BT_headword: ealo
|
| 61 |
+
CH_headword: alo-
|
| 62 |
+
Gloss: = ealu-
|
| 63 |
+
|
| 64 |
+
Key: anhyldan → Norm: onhyldan
|
| 65 |
+
BT_headword: on-hyldan
|
| 66 |
+
CH_headword: onhyldan
|
| 67 |
+
Gloss: = onhieldan
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
Type: BT+CH [exact]
|
| 71 |
+
--------------------------------------------------
|
| 72 |
+
Key: a → Norm: ā
|
| 73 |
+
BT_headword: a
|
| 74 |
+
CH_headword: a
|
| 75 |
+
POS: Prep
|
| 76 |
+
Gloss: = on] on
|
| 77 |
+
|
| 78 |
+
Key: abbud → Norm: abbud
|
| 79 |
+
BT_headword: abbud
|
| 80 |
+
CH_headword: abbud
|
| 81 |
+
POS: N
|
| 82 |
+
|
| 83 |
+
Key: abbuddom → Norm: abbuddōm
|
| 84 |
+
BT_headword: abbud-dóm
|
| 85 |
+
CH_headword: abbuddōm
|
| 86 |
+
POS: N
|
| 87 |
+
|
| 88 |
+
|
| 89 |
+
Type: BT+CH+DOE [ellis_vocalic]
|
| 90 |
+
--------------------------------------------------
|
| 91 |
+
Key: blio → Norm: blēo(ge)
|
| 92 |
+
BT_headword: blió
|
| 93 |
+
CH_headword: ±blēo
|
| 94 |
+
DOE_headword: blēo
|
| 95 |
+
POS: N
|
| 96 |
+
Gloss: gs. blēos
|
| 97 |
+
|
| 98 |
+
Key: brytenwalda → Norm: Brytenwealda
|
| 99 |
+
BT_headword: brýten-walda
|
| 100 |
+
CH_headword: Brytenwealda
|
| 101 |
+
DOE_headword: bryten-wealda
|
| 102 |
+
POS: N
|
| 103 |
+
Gloss: wielder of Britain
|
| 104 |
+
|
| 105 |
+
Key: diepan → Norm: dȳpan
|
| 106 |
+
BT_headword: dýpan
|
| 107 |
+
CH_headword: dȳpan
|
| 108 |
+
DOE_headword: dȳpan
|
| 109 |
+
POS: V
|
| 110 |
+
Gloss: to ‘dip’: baptize
|
| 111 |
+
|
| 112 |
+
|
| 113 |
+
Type: BT+CH+DOE [exact]
|
| 114 |
+
--------------------------------------------------
|
| 115 |
+
Key: aeargian → Norm: āeargian
|
| 116 |
+
BT_headword: a-eargian
|
| 117 |
+
CH_headword: āeargian
|
| 118 |
+
DOE_headword: a-eargian
|
| 119 |
+
POS: V
|
| 120 |
+
Gloss: to become remiss
|
| 121 |
+
|
| 122 |
+
Key: afæstla → Norm: āfæstlā (INT)
|
| 123 |
+
BT_headword: afæstla
|
| 124 |
+
CH_headword: āfæstla
|
| 125 |
+
DOE_headword: āfæstlā
|
| 126 |
+
POS: Interj
|
| 127 |
+
Gloss: interj. certainly! assuredly! Æ.
|
| 128 |
+
|
| 129 |
+
Key: agendfrea → Norm: āgendfrēa
|
| 130 |
+
BT_headword: ágend-freá
|
| 131 |
+
CH_headword: āgendfrēa
|
| 132 |
+
DOE_headword: āgend-frēa
|
| 133 |
+
POS: N
|
| 134 |
+
Gloss: lord
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
Type: BT+CH+DOE+ParCorOE [ellis_vocalic]
|
| 138 |
+
--------------------------------------------------
|
| 139 |
+
Key: abrietan → Norm: ābrȳtan
|
| 140 |
+
BT_headword: a-brytan
|
| 141 |
+
CH_headword: ābrȳtan
|
| 142 |
+
DOE_headword: a-brȳtan
|
| 143 |
+
ParCorOE: ābrȳtan
|
| 144 |
+
POS: V
|
| 145 |
+
Gloss: to destroy
|
| 146 |
+
|
| 147 |
+
Key: ahieltan → Norm: āhyltan
|
| 148 |
+
BT_headword: a-hyltan
|
| 149 |
+
CH_headword: āhyltan
|
| 150 |
+
DOE_headword: a-hyltan
|
| 151 |
+
ParCorOE: āhyltan
|
| 152 |
+
POS: V
|
| 153 |
+
Gloss: to trip up
|
| 154 |
+
|
| 155 |
+
Key: aldorbealu → Norm: ealdorbealu
|
| 156 |
+
BT_headword: aldor-bealu
|
| 157 |
+
CH_headword: ealdorbealu
|
| 158 |
+
DOE_headword: ealdor-bealu
|
| 159 |
+
ParCorOE: ealdorbealu
|
| 160 |
+
POS: N
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
Type: BT+CH+DOE+ParCorOE [exact]
|
| 164 |
+
--------------------------------------------------
|
| 165 |
+
Key: abacan → Norm: ābacan
|
| 166 |
+
BT_headword: a-bacan
|
| 167 |
+
CH_headword: ābacan
|
| 168 |
+
DOE_headword: a-bacan
|
| 169 |
+
ParCorOE: ābacan
|
| 170 |
+
POS: V
|
| 171 |
+
|
| 172 |
+
Key: ablacian → Norm: āblācian
|
| 173 |
+
BT_headword: a-blácian
|
| 174 |
+
CH_headword: āblācian
|
| 175 |
+
DOE_headword: a-blācian
|
| 176 |
+
ParCorOE: āblācian
|
| 177 |
+
POS: V
|
| 178 |
+
Gloss: to become pale
|
| 179 |
+
|
| 180 |
+
Key: ablæcan → Norm: āblǣcan
|
| 181 |
+
BT_headword: a-blǽcan
|
| 182 |
+
CH_headword: āblǣcan
|
| 183 |
+
DOE_headword: a-blǣcan
|
| 184 |
+
ParCorOE: āblǣcan
|
| 185 |
+
POS: V
|
| 186 |
+
Gloss: to bleach
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
Type: BT+CH+DOE+ParCorOE+Sweet [ellis_vocalic]
|
| 190 |
+
--------------------------------------------------
|
| 191 |
+
Key: acon → Norm: Acon
|
| 192 |
+
BT_headword: ACAN
|
| 193 |
+
CH_headword: acan
|
| 194 |
+
Sweet_headword: acan
|
| 195 |
+
DOE_headword: acan
|
| 196 |
+
ParCorOE: acan
|
| 197 |
+
POS: V
|
| 198 |
+
Gloss: to ‘ache
|
| 199 |
+
|
| 200 |
+
Key: adriogan → Norm: ādrēogan
|
| 201 |
+
BT_headword: a-driógan
|
| 202 |
+
CH_headword: ādrēogan
|
| 203 |
+
Sweet_headword: ā-drēog|an
|
| 204 |
+
DOE_headword: a-drēogan
|
| 205 |
+
ParCorOE: ādrēogan
|
| 206 |
+
POS: V
|
| 207 |
+
|
| 208 |
+
Key: afehtan → Norm: āfeohtan
|
| 209 |
+
BT_headword: a-feohtan
|
| 210 |
+
CH_headword: āfeohtan
|
| 211 |
+
Sweet_headword: ā-feohtan
|
| 212 |
+
DOE_headword: a-feohtan
|
| 213 |
+
ParCorOE: āfeohtan
|
| 214 |
+
POS: V
|
| 215 |
+
Gloss: to fight
|
| 216 |
+
|
| 217 |
+
|
| 218 |
+
Type: BT+CH+DOE+ParCorOE+Sweet [exact]
|
| 219 |
+
--------------------------------------------------
|
| 220 |
+
Key: abannan → Norm: ābannan
|
| 221 |
+
BT_headword: a-bannan
|
| 222 |
+
CH_headword: ābannan
|
| 223 |
+
Sweet_headword: ā-bannan
|
| 224 |
+
DOE_headword: a-bannan
|
| 225 |
+
ParCorOE: ābannan
|
| 226 |
+
POS: V
|
| 227 |
+
|
| 228 |
+
Key: abeatan → Norm: ābēatan
|
| 229 |
+
BT_headword: a-beátan
|
| 230 |
+
CH_headword: ābēatan
|
| 231 |
+
Sweet_headword: ā-bēatan
|
| 232 |
+
DOE_headword: a-bēatan
|
| 233 |
+
ParCorOE: ābēatan
|
| 234 |
+
POS: V
|
| 235 |
+
|
| 236 |
+
Key: abelgan → Norm: ābelgan
|
| 237 |
+
BT_headword: a-belgan
|
| 238 |
+
CH_headword: ābelgan
|
| 239 |
+
Sweet_headword: ā-belgan
|
| 240 |
+
DOE_headword: a-belgan
|
| 241 |
+
ParCorOE: ābelgan
|
| 242 |
+
POS: V
|
| 243 |
+
|
| 244 |
+
|
| 245 |
+
Type: BT+CH+DOE+Sweet [ellis_vocalic]
|
| 246 |
+
--------------------------------------------------
|
| 247 |
+
Key: aldor → Norm: ealdor
|
| 248 |
+
BT_headword: aldor
|
| 249 |
+
CH_headword: ealdor
|
| 250 |
+
Sweet_headword: ealdor
|
| 251 |
+
DOE_headword: ealdor
|
| 252 |
+
POS: N
|
| 253 |
+
Gloss: I. m. elder
|
| 254 |
+
|
| 255 |
+
Key: besion → Norm: besēon
|
| 256 |
+
BT_headword: be-sión
|
| 257 |
+
CH_headword: besēon
|
| 258 |
+
Sweet_headword: be-sēon
|
| 259 |
+
DOE_headword: be-sēon
|
| 260 |
+
POS: V
|
| 261 |
+
|
| 262 |
+
Key: biercholt → Norm: byrcholt
|
| 263 |
+
BT_headword: byrc-holt
|
| 264 |
+
CH_headword: byrcholt
|
| 265 |
+
Sweet_headword: bierc-holt
|
| 266 |
+
DOE_headword: byrc-holt
|
| 267 |
+
POS: N
|
| 268 |
+
|
| 269 |
+
|
| 270 |
+
Type: BT+CH+DOE+Sweet [exact]
|
| 271 |
+
--------------------------------------------------
|
| 272 |
+
Key: abysgung → Norm: ābysgung
|
| 273 |
+
BT_headword: a-bysgung
|
| 274 |
+
CH_headword: ābysgung
|
| 275 |
+
Sweet_headword: ā-bysg-ung
|
| 276 |
+
DOE_headword: a-bysgung
|
| 277 |
+
POS: N
|
| 278 |
+
|
| 279 |
+
Key: ampre → Norm: ampre
|
| 280 |
+
BT_headword: ampre
|
| 281 |
+
CH_headword: ampre
|
| 282 |
+
Sweet_headword: ampre
|
| 283 |
+
DOE_headword: ampre
|
| 284 |
+
POS: N
|
| 285 |
+
|
| 286 |
+
Key: antecrist → Norm: Antecrist
|
| 287 |
+
BT_headword: Antecrist
|
| 288 |
+
CH_headword: Antecrist
|
| 289 |
+
Sweet_headword: Ante-crīst
|
| 290 |
+
DOE_headword: ante-crist
|
| 291 |
+
POS: N
|
| 292 |
+
|
| 293 |
+
|
| 294 |
+
Type: BT+CH+ParCorOE [ellis_vocalic]
|
| 295 |
+
--------------------------------------------------
|
| 296 |
+
Key: abernan → Norm: ābeornan
|
| 297 |
+
BT_headword: a-beornan
|
| 298 |
+
CH_headword: ābeornan
|
| 299 |
+
ParCorOE: ābeornan
|
| 300 |
+
POS: V
|
| 301 |
+
Gloss: to take fire
|
| 302 |
+
|
| 303 |
+
Key: aferscean → Norm: āferscan
|
| 304 |
+
BT_headword: a-ferscean
|
| 305 |
+
CH_headword: āferscan
|
| 306 |
+
ParCorOE: āferscan
|
| 307 |
+
POS: V
|
| 308 |
+
|
| 309 |
+
Key: agenyrnan → Norm: āgēniernan
|
| 310 |
+
BT_headword: agén-yrnan
|
| 311 |
+
CH_headword: āgēniernan
|
| 312 |
+
ParCorOE: āgēniernan
|
| 313 |
+
POS: V
|
| 314 |
+
|
| 315 |
+
|
| 316 |
+
Type: BT+CH+ParCorOE [exact]
|
| 317 |
+
--------------------------------------------------
|
| 318 |
+
Key: abeornan → Norm: ābeornan
|
| 319 |
+
BT_headword: a-beornan
|
| 320 |
+
CH_headword: ābeornan
|
| 321 |
+
ParCorOE: ābeornan
|
| 322 |
+
POS: V
|
| 323 |
+
|
| 324 |
+
Key: ablindan → Norm: āblindan
|
| 325 |
+
BT_headword: a-blindan
|
| 326 |
+
CH_headword: āblindan
|
| 327 |
+
ParCorOE: āblindan
|
| 328 |
+
POS: V
|
| 329 |
+
|
| 330 |
+
Key: acleopian → Norm: ācleopian
|
| 331 |
+
BT_headword: a-cleopian
|
| 332 |
+
CH_headword: ācleopian
|
| 333 |
+
ParCorOE: ācleopian
|
| 334 |
+
POS: V
|
| 335 |
+
|
| 336 |
+
|
| 337 |
+
Type: BT+CH+ParCorOE+Sweet [ellis_vocalic]
|
| 338 |
+
--------------------------------------------------
|
| 339 |
+
Key: agielpan → Norm: agilpan
|
| 340 |
+
BT_headword: a-gilpan
|
| 341 |
+
CH_headword: āgilpan
|
| 342 |
+
Sweet_headword: ā-giėlpan
|
| 343 |
+
ParCorOE: agilpan
|
| 344 |
+
POS: V
|
| 345 |
+
|
| 346 |
+
Key: agyldan → Norm: āgieldan
|
| 347 |
+
BT_headword: a-gyldan
|
| 348 |
+
CH_headword: āgieldan
|
| 349 |
+
Sweet_headword: ā-giėldan
|
| 350 |
+
ParCorOE: āgieldan
|
| 351 |
+
POS: V
|
| 352 |
+
|
| 353 |
+
Key: alon → Norm: Alon
|
| 354 |
+
BT_headword: alan
|
| 355 |
+
CH_headword: alan
|
| 356 |
+
Sweet_headword: alan
|
| 357 |
+
ParCorOE: alan
|
| 358 |
+
POS: V
|
| 359 |
+
Gloss: to nourish
|
| 360 |
+
|
| 361 |
+
|
| 362 |
+
Type: BT+CH+ParCorOE+Sweet [exact]
|
| 363 |
+
--------------------------------------------------
|
| 364 |
+
Key: abeodan → Norm: ābēodan
|
| 365 |
+
BT_headword: a-beódan
|
| 366 |
+
CH_headword: ābēodan
|
| 367 |
+
Sweet_headword: ā-bēodan
|
| 368 |
+
ParCorOE: ābēodan
|
| 369 |
+
POS: V
|
| 370 |
+
|
| 371 |
+
Key: abidan → Norm: ābīdan
|
| 372 |
+
BT_headword: a-bídan
|
| 373 |
+
CH_headword: ābīdan
|
| 374 |
+
Sweet_headword: ā-bīd|an
|
| 375 |
+
ParCorOE: ābīdan
|
| 376 |
+
POS: V
|
| 377 |
+
|
| 378 |
+
Key: ablæcnes → Norm: āblǣcnes
|
| 379 |
+
BT_headword: a-blǽcnes
|
| 380 |
+
CH_headword: āblǣcnes
|
| 381 |
+
Sweet_headword: ā-blǣc-nes
|
| 382 |
+
ParCorOE: āblǣcnes
|
| 383 |
+
POS: N
|
| 384 |
+
|
| 385 |
+
|
| 386 |
+
Type: BT+CH+Sweet [ellis_vocalic]
|
| 387 |
+
--------------------------------------------------
|
| 388 |
+
Key: aldorleas → Norm: ealdorlēas
|
| 389 |
+
BT_headword: aldor-leás
|
| 390 |
+
CH_headword: ealdorlēas
|
| 391 |
+
Sweet_headword: ealdor-lēas
|
| 392 |
+
Gloss: lifeless
|
| 393 |
+
|
| 394 |
+
Key: allic → Norm: eallic
|
| 395 |
+
BT_headword: eal-líc
|
| 396 |
+
CH_headword: eallic
|
| 397 |
+
Sweet_headword: eallic
|
| 398 |
+
Gloss: universal
|
| 399 |
+
|
| 400 |
+
Key: arsceamu → Norm: ārscamu
|
| 401 |
+
BT_headword: ár-sceamu
|
| 402 |
+
CH_headword: ārscamu
|
| 403 |
+
Sweet_headword: ār-scamu
|
| 404 |
+
POS: N
|
| 405 |
+
|
| 406 |
+
|
| 407 |
+
Type: BT+CH+Sweet [exact]
|
| 408 |
+
--------------------------------------------------
|
| 409 |
+
Key: a → Norm: ā
|
| 410 |
+
BT_headword: Á
|
| 411 |
+
CH_headword: ā
|
| 412 |
+
Sweet_headword: ā
|
| 413 |
+
POS: Adv
|
| 414 |
+
Gloss: adv. always
|
| 415 |
+
|
| 416 |
+
Key: a → Norm: ā
|
| 417 |
+
BT_headword: A
|
| 418 |
+
CH_headword: ā-
|
| 419 |
+
Sweet_headword: a-
|
| 420 |
+
Gloss: Ic todæg cende [cende Surt
|
| 421 |
+
|
| 422 |
+
Key: acen → Norm: ācen
|
| 423 |
+
BT_headword: ácen
|
| 424 |
+
CH_headword: ācen
|
| 425 |
+
Sweet_headword: ācen
|
| 426 |
+
Gloss: = ǣcen
|
| 427 |
+
|
| 428 |
+
|
| 429 |
+
Type: BT+DOE [ellis_vocalic]
|
| 430 |
+
--------------------------------------------------
|
| 431 |
+
Key: afiellan → Norm: āfyllan
|
| 432 |
+
BT_headword: a-fyllan
|
| 433 |
+
DOE_headword: a-fyllan
|
| 434 |
+
POS: V
|
| 435 |
+
Gloss: Gif mon afelle [MS
|
| 436 |
+
|
| 437 |
+
Key: agon → Norm: āgan
|
| 438 |
+
BT_headword: ágan
|
| 439 |
+
DOE_headword: āga
|
| 440 |
+
POS: N
|
| 441 |
+
Gloss: ágan
|
| 442 |
+
|
| 443 |
+
Key: agon → Norm: āgan
|
| 444 |
+
BT_headword: a-gán
|
| 445 |
+
DOE_headword: a-gān
|
| 446 |
+
POS: V
|
| 447 |
+
Gloss: Ǽr his tíd agá [tíde ge MS
|
| 448 |
+
|
| 449 |
+
|
| 450 |
+
Type: BT+DOE [exact]
|
| 451 |
+
--------------------------------------------------
|
| 452 |
+
Key: abicgan → Norm: ābicgan
|
| 453 |
+
BT_headword: a-bicgan
|
| 454 |
+
DOE_headword: a-bicgan
|
| 455 |
+
POS: V
|
| 456 |
+
Gloss: Gif fríman wið fríes mannes wlf geligeþ
|
| 457 |
+
|
| 458 |
+
Key: abiterian → Norm: abiterian
|
| 459 |
+
BT_headword: a-biterian
|
| 460 |
+
DOE_headword: a-biterian
|
| 461 |
+
POS: V
|
| 462 |
+
Gloss: a-biterian
|
| 463 |
+
|
| 464 |
+
Key: ablotan → Norm: ablōtan
|
| 465 |
+
BT_headword: a-blótan
|
| 466 |
+
DOE_headword: a-blōtan
|
| 467 |
+
POS: V
|
| 468 |
+
|
| 469 |
+
|
| 470 |
+
Type: BT+DOE+ParCorOE [ellis_vocalic]
|
| 471 |
+
--------------------------------------------------
|
| 472 |
+
Key: abielgan → Norm: ābylgan
|
| 473 |
+
BT_headword: a-bylgan
|
| 474 |
+
DOE_headword: a-bylgan
|
| 475 |
+
ParCorOE: ābylgan
|
| 476 |
+
POS: V
|
| 477 |
+
Gloss: HI hine oft abylgdon [MS
|
| 478 |
+
|
| 479 |
+
Key: abiewan → Norm: ābȳwan
|
| 480 |
+
BT_headword: a-bywan
|
| 481 |
+
DOE_headword: a-bȳwan
|
| 482 |
+
ParCorOE: ābȳwan
|
| 483 |
+
POS: V
|
| 484 |
+
Gloss: Beóþ monna gǽstas beorhte abýwde þurh bryne fýres the souls of men are brightly
|
| 485 |
+
|
| 486 |
+
Key: aciegan → Norm: ācīgan
|
| 487 |
+
BT_headword: á-cígan
|
| 488 |
+
DOE_headword: a-cīgan
|
| 489 |
+
ParCorOE: ācīgan
|
| 490 |
+
POS: V
|
| 491 |
+
Gloss: Acígde of corþre cyninges þegnas he called the thanes of the king from the band
|
| 492 |
+
|
| 493 |
+
|
| 494 |
+
Type: BT+DOE+ParCorOE [exact]
|
| 495 |
+
--------------------------------------------------
|
| 496 |
+
Key: abarian → Norm: ābarian
|
| 497 |
+
BT_headword: a-barian
|
| 498 |
+
DOE_headword: a-barian
|
| 499 |
+
ParCorOE: ābarian
|
| 500 |
+
POS: V
|
| 501 |
+
Gloss: Gif ðú abarast úre sprǽce si sermonem nostrum profers in medium
|
| 502 |
+
|
| 503 |
+
Key: aberendlic → Norm: āberendlic
|
| 504 |
+
BT_headword: a-berend-líc
|
| 505 |
+
DOE_headword: a-berendlic
|
| 506 |
+
ParCorOE: āberendlic
|
| 507 |
+
POS: Adj
|
| 508 |
+
Gloss: Aberendlíc broc bearable affliction
|
| 509 |
+
|
| 510 |
+
Key: ablawung → Norm: ablāwung
|
| 511 |
+
BT_headword: a-blawung
|
| 512 |
+
DOE_headword: a-blāwung
|
| 513 |
+
ParCorOE: ablāwung
|
| 514 |
+
POS: N
|
| 515 |
+
|
| 516 |
+
|
| 517 |
+
Type: BT+DOE+ParCorOE+Sweet [ellis_vocalic]
|
| 518 |
+
--------------------------------------------------
|
| 519 |
+
Key: arnian → Norm: earnian(ge)
|
| 520 |
+
BT_headword: EARNIAN
|
| 521 |
+
Sweet_headword: earn|ian
|
| 522 |
+
DOE_headword: earnian
|
| 523 |
+
ParCorOE: earnian(ge)
|
| 524 |
+
POS: V
|
| 525 |
+
Gloss: Byþ geseald ðære þeóde ðe hys earnaþ it shall be given to the nation which deser
|
| 526 |
+
|
| 527 |
+
Key: beron → Norm: beran(ge)
|
| 528 |
+
BT_headword: béron
|
| 529 |
+
Sweet_headword: beran
|
| 530 |
+
DOE_headword: beran
|
| 531 |
+
ParCorOE: beran(ge)
|
| 532 |
+
POS: V
|
| 533 |
+
Gloss: carry
|
| 534 |
+
|
| 535 |
+
Key: biemesangere → Norm: bȳmesangere
|
| 536 |
+
BT_headword: býme-sangere
|
| 537 |
+
Sweet_headword: bīem-esangere
|
| 538 |
+
DOE_headword: bȳme-sangere
|
| 539 |
+
ParCorOE: bȳmesangere
|
| 540 |
+
POS: N
|
| 541 |
+
|
| 542 |
+
|
| 543 |
+
Type: BT+DOE+ParCorOE+Sweet [exact]
|
| 544 |
+
--------------------------------------------------
|
| 545 |
+
Key: abbod → Norm: abbod
|
| 546 |
+
BT_headword: abbod
|
| 547 |
+
Sweet_headword: abbod
|
| 548 |
+
DOE_headword: abbod
|
| 549 |
+
ParCorOE: abbod
|
| 550 |
+
POS: N
|
| 551 |
+
|
| 552 |
+
Key: abbodrice → Norm: abbodrīce
|
| 553 |
+
BT_headword: abbod-ríce
|
| 554 |
+
Sweet_headword: abbod-rīce
|
| 555 |
+
DOE_headword: abbod-rīce
|
| 556 |
+
ParCorOE: abbodrīce
|
| 557 |
+
POS: N
|
| 558 |
+
|
| 559 |
+
Key: acelan → Norm: ācēlan
|
| 560 |
+
BT_headword: a-célan
|
| 561 |
+
Sweet_headword: ā-cēlan
|
| 562 |
+
DOE_headword: a-cēlan
|
| 563 |
+
ParCorOE: ācēlan
|
| 564 |
+
POS: V
|
| 565 |
+
Gloss: cool
|
| 566 |
+
|
| 567 |
+
|
| 568 |
+
Type: BT+DOE+Sweet [ellis_vocalic]
|
| 569 |
+
--------------------------------------------------
|
| 570 |
+
Key: afiellan → Norm: āfyllan
|
| 571 |
+
BT_headword: a-fyllan
|
| 572 |
+
Sweet_headword: ā-fyllan
|
| 573 |
+
DOE_headword: a-fyllan
|
| 574 |
+
POS: V
|
| 575 |
+
Gloss: and g. or i. fill
|
| 576 |
+
|
| 577 |
+
Key: bitel → Norm: bȳtel
|
| 578 |
+
BT_headword: bítel
|
| 579 |
+
Sweet_headword: bīetel
|
| 580 |
+
DOE_headword: bȳtel
|
| 581 |
+
POS: N
|
| 582 |
+
Gloss: mallet [bēatan].
|
| 583 |
+
|
| 584 |
+
Key: borggielda → Norm: borggylda
|
| 585 |
+
BT_headword: borg-gylda
|
| 586 |
+
Sweet_headword: borg-giėlda
|
| 587 |
+
DOE_headword: borg-gylda
|
| 588 |
+
POS: N
|
| 589 |
+
|
| 590 |
+
|
| 591 |
+
Type: BT+DOE+Sweet [exact]
|
| 592 |
+
--------------------------------------------------
|
| 593 |
+
Key: afyllan → Norm: āfyllan
|
| 594 |
+
BT_headword: a-fyllan
|
| 595 |
+
Sweet_headword: ā-fyllan
|
| 596 |
+
DOE_headword: a-fyllan
|
| 597 |
+
POS: V
|
| 598 |
+
Gloss: and g. or i. fill
|
| 599 |
+
|
| 600 |
+
Key: angelcyning → Norm: Angelcyning
|
| 601 |
+
BT_headword: Angel-cyning
|
| 602 |
+
Sweet_headword: Angel-cyning
|
| 603 |
+
DOE_headword: angel-cyning
|
| 604 |
+
POS: N
|
| 605 |
+
Gloss: king of the English.
|
| 606 |
+
|
| 607 |
+
Key: antimber → Norm: antimber
|
| 608 |
+
BT_headword: an-timber
|
| 609 |
+
Sweet_headword: an-timber
|
| 610 |
+
DOE_headword: an-timber
|
| 611 |
+
POS: N
|
| 612 |
+
|
| 613 |
+
|
| 614 |
+
Type: BT+ParCorOE [ellis_vocalic]
|
| 615 |
+
--------------------------------------------------
|
| 616 |
+
Key: abiegendlic → Norm: ābȳgendlic
|
| 617 |
+
BT_headword: a-býgendlíc
|
| 618 |
+
ParCorOE: ābȳgendlic
|
| 619 |
+
POS: Adj
|
| 620 |
+
Gloss: a-býgendlíc
|
| 621 |
+
|
| 622 |
+
Key: adred → Norm: Ēadred
|
| 623 |
+
BT_headword: Eádréd
|
| 624 |
+
ParCorOE: Ēadred
|
| 625 |
+
POS: Name
|
| 626 |
+
Gloss: Hér
|
| 627 |
+
|
| 628 |
+
Key: afirran → Norm: āfierran
|
| 629 |
+
BT_headword: a-firran
|
| 630 |
+
ParCorOE: āfierran
|
| 631 |
+
POS: V
|
| 632 |
+
Gloss: Ðæt he him afirre frécne geþohtas that he put away from him wicked thoughts
|
| 633 |
+
|
| 634 |
+
|
| 635 |
+
Type: BT+ParCorOE [exact]
|
| 636 |
+
--------------------------------------------------
|
| 637 |
+
Key: abehofian → Norm: ābehōfian
|
| 638 |
+
BT_headword: a-behófian
|
| 639 |
+
ParCorOE: ābehōfian
|
| 640 |
+
POS: V
|
| 641 |
+
|
| 642 |
+
Key: aberd → Norm: āberd
|
| 643 |
+
BT_headword: a-berd
|
| 644 |
+
ParCorOE: āberd
|
| 645 |
+
POS: Adj
|
| 646 |
+
Gloss: a-berd
|
| 647 |
+
|
| 648 |
+
Key: ablend → Norm: ablend
|
| 649 |
+
BT_headword: a-blend
|
| 650 |
+
ParCorOE: ablend
|
| 651 |
+
POS: Adj
|
| 652 |
+
|
| 653 |
+
|
| 654 |
+
Type: BT+ParCorOE+Sweet [ellis_vocalic]
|
| 655 |
+
--------------------------------------------------
|
| 656 |
+
Key: anhyrian → Norm: onhyrian
|
| 657 |
+
BT_headword: an-hyrian
|
| 658 |
+
Sweet_headword: on-hyr|ian
|
| 659 |
+
ParCorOE: onhyrian
|
| 660 |
+
POS: V
|
| 661 |
+
Gloss: Ne anhyre ðú noli æmulari
|
| 662 |
+
|
| 663 |
+
Key: blæcteoru → Norm: blæcteru
|
| 664 |
+
BT_headword: blæc-teru
|
| 665 |
+
Sweet_headword: blæc-te(o)ru
|
| 666 |
+
ParCorOE: blæcteru
|
| 667 |
+
POS: N
|
| 668 |
+
|
| 669 |
+
Key: cealwa → Norm: calwa
|
| 670 |
+
BT_headword: calwa
|
| 671 |
+
Sweet_headword: calwa
|
| 672 |
+
ParCorOE: calwa
|
| 673 |
+
POS: N
|
| 674 |
+
Gloss: mange [calo].
|
| 675 |
+
|
| 676 |
+
|
| 677 |
+
Type: BT+ParCorOE+Sweet [exact]
|
| 678 |
+
--------------------------------------------------
|
| 679 |
+
Key: agenspræc → Norm: āgenspræc
|
| 680 |
+
BT_headword: ágen-spræc
|
| 681 |
+
Sweet_headword: āgen-spræ̂c
|
| 682 |
+
ParCorOE: āgenspræc
|
| 683 |
+
POS: N
|
| 684 |
+
|
| 685 |
+
Key: angeltwicce → Norm: angeltwicce
|
| 686 |
+
BT_headword: angel-twicce
|
| 687 |
+
Sweet_headword: angel-twicce
|
| 688 |
+
ParCorOE: angeltwicce
|
| 689 |
+
POS: N
|
| 690 |
+
Gloss: ?) earthworm.
|
| 691 |
+
|
| 692 |
+
Key: beðian → Norm: beðian(ge)
|
| 693 |
+
BT_headword: beðian
|
| 694 |
+
Sweet_headword: bęþ|ian
|
| 695 |
+
ParCorOE: beðian(ge)
|
| 696 |
+
POS: V
|
| 697 |
+
Gloss: bathe
|
| 698 |
+
|
| 699 |
+
|
| 700 |
+
Type: BT+Sweet [ellis_vocalic]
|
| 701 |
+
--------------------------------------------------
|
| 702 |
+
Key: acyrrednes → Norm: ācirrednes
|
| 703 |
+
BT_headword: a-cyrrednes
|
| 704 |
+
Sweet_headword: ā-cięrr-ednes
|
| 705 |
+
POS: N
|
| 706 |
+
Gloss: turning away
|
| 707 |
+
|
| 708 |
+
Key: aldorfrea → Norm: ealdorfrēa
|
| 709 |
+
BT_headword: ealdor-freá
|
| 710 |
+
Sweet_headword: ealdor-frēa
|
| 711 |
+
Gloss: † m. chief lord.
|
| 712 |
+
|
| 713 |
+
Key: aldorlic → Norm: ealdorlic
|
| 714 |
+
BT_headword: aldor-líc
|
| 715 |
+
Sweet_headword: ealdor-lic
|
| 716 |
+
Gloss: princely
|
| 717 |
+
|
| 718 |
+
|
| 719 |
+
Type: BT+Sweet [exact]
|
| 720 |
+
--------------------------------------------------
|
| 721 |
+
Key: agieta → Norm: āgīeta
|
| 722 |
+
BT_headword: a-giéta
|
| 723 |
+
Sweet_headword: ā-giėta
|
| 724 |
+
POS: N
|
| 725 |
+
Gloss: waster
|
| 726 |
+
|
| 727 |
+
Key: ancerlif → Norm: āncerlīf
|
| 728 |
+
BT_headword: áncer-líf
|
| 729 |
+
Sweet_headword: ancer-līf
|
| 730 |
+
POS: N
|
| 731 |
+
|
| 732 |
+
Key: ancersetl → Norm: āncersetl
|
| 733 |
+
BT_headword: áncer-setl
|
| 734 |
+
Sweet_headword: ancer-setl
|
| 735 |
+
POS: N
|
| 736 |
+
|
| 737 |
+
|
| 738 |
+
Type: CH [ellis_vocalic]
|
| 739 |
+
--------------------------------------------------
|
| 740 |
+
Key: abeogan → Norm: ābēogan
|
| 741 |
+
CH_headword: ābēogan
|
| 742 |
+
Gloss: = ābūgan
|
| 743 |
+
|
| 744 |
+
Key: abeogan → Norm: ābēogan
|
| 745 |
+
CH_headword: ābēgan
|
| 746 |
+
Gloss: = ābȳgan
|
| 747 |
+
|
| 748 |
+
Key: abernan → Norm: ābeornan
|
| 749 |
+
CH_headword: ābernan
|
| 750 |
+
Gloss: = ābeornan
|
| 751 |
+
|
| 752 |
+
|
| 753 |
+
Type: CH [exact]
|
| 754 |
+
--------------------------------------------------
|
| 755 |
+
Key: abbad → Norm: abbad
|
| 756 |
+
CH_headword: abbad
|
| 757 |
+
|
| 758 |
+
Key: abedisse → Norm: abedisse
|
| 759 |
+
CH_headword: abedisse
|
| 760 |
+
Gloss: = abbudesse
|
| 761 |
+
|
| 762 |
+
Key: abegan → Norm: ābēgan
|
| 763 |
+
CH_headword: ābēgan
|
| 764 |
+
Gloss: = ābȳgan
|
| 765 |
+
|
| 766 |
+
|
| 767 |
+
Type: CH [single]
|
| 768 |
+
--------------------------------------------------
|
| 769 |
+
Key: ab → Norm: āb
|
| 770 |
+
CH_headword: āb
|
| 771 |
+
|
| 772 |
+
Key: abbudesse → Norm: abbudesse
|
| 773 |
+
CH_headword: abbudesse
|
| 774 |
+
POS: N
|
| 775 |
+
|
| 776 |
+
Key: abbudleast → Norm: abbudlēast
|
| 777 |
+
CH_headword: abbudlēast
|
| 778 |
+
POS: N
|
| 779 |
+
|
| 780 |
+
|
| 781 |
+
Type: CH+DOE [ellis_vocalic]
|
| 782 |
+
--------------------------------------------------
|
| 783 |
+
Key: allunga → Norm: eallunga
|
| 784 |
+
CH_headword: eallunga
|
| 785 |
+
DOE_headword: eallunga
|
| 786 |
+
POS: Adv
|
| 787 |
+
Gloss: adv. altogether
|
| 788 |
+
|
| 789 |
+
Key: behionan → Norm: beheonan
|
| 790 |
+
CH_headword: be-heonan
|
| 791 |
+
DOE_headword: be-heonan
|
| 792 |
+
POS: Adv
|
| 793 |
+
Gloss: . Adverb: on this side
|
| 794 |
+
|
| 795 |
+
Key: bufon → Norm: bufon
|
| 796 |
+
CH_headword: bufan
|
| 797 |
+
DOE_headword: bufan
|
| 798 |
+
POS: Adv
|
| 799 |
+
Gloss: I. prep. (w. d.) over
|
| 800 |
+
|
| 801 |
+
|
| 802 |
+
Type: CH+DOE [exact]
|
| 803 |
+
--------------------------------------------------
|
| 804 |
+
Key: abecede → Norm: ābēcēdē
|
| 805 |
+
CH_headword: ābēcēdē
|
| 806 |
+
DOE_headword: ābēcēdē
|
| 807 |
+
POS: N
|
| 808 |
+
Gloss: ABC
|
| 809 |
+
|
| 810 |
+
Key: abutan → Norm: ābūtan
|
| 811 |
+
CH_headword: ābūtan
|
| 812 |
+
DOE_headword: a-būtan
|
| 813 |
+
POS: Adv
|
| 814 |
+
Gloss: A. Adverb
|
| 815 |
+
|
| 816 |
+
Key: abyrging → Norm: ābyrging
|
| 817 |
+
CH_headword: ābyrging
|
| 818 |
+
DOE_headword: a-byrging
|
| 819 |
+
POS: N
|
| 820 |
+
|
| 821 |
+
|
| 822 |
+
Type: CH+DOE+ParCorOE [ellis_vocalic]
|
| 823 |
+
--------------------------------------------------
|
| 824 |
+
Key: afligung → Norm: āflīegung
|
| 825 |
+
CH_headword: āflīgung
|
| 826 |
+
DOE_headword: a-flȳgung
|
| 827 |
+
ParCorOE: āflīegung
|
| 828 |
+
POS: N
|
| 829 |
+
|
| 830 |
+
Key: afyrrednes → Norm: āfierrednes
|
| 831 |
+
CH_headword: āfierrednes
|
| 832 |
+
DOE_headword: a-fyrrednes
|
| 833 |
+
ParCorOE: āfierrednes
|
| 834 |
+
POS: N
|
| 835 |
+
|
| 836 |
+
Key: alysednes → Norm: ālīesednes
|
| 837 |
+
CH_headword: ālīes-ednes
|
| 838 |
+
DOE_headword: a-lȳsednes
|
| 839 |
+
ParCorOE: ālīesednes
|
| 840 |
+
POS: N
|
| 841 |
+
|
| 842 |
+
|
| 843 |
+
Type: CH+DOE+ParCorOE [exact]
|
| 844 |
+
--------------------------------------------------
|
| 845 |
+
Key: abedecian → Norm: ābedecian
|
| 846 |
+
CH_headword: ābedecian
|
| 847 |
+
DOE_headword: a-bedecian
|
| 848 |
+
ParCorOE: ābedecian
|
| 849 |
+
POS: V
|
| 850 |
+
Gloss: to get by begging or asking
|
| 851 |
+
|
| 852 |
+
Key: ablawnes → Norm: āblāwnes
|
| 853 |
+
CH_headword: āblāw-nes
|
| 854 |
+
DOE_headword: a-blāwnes
|
| 855 |
+
ParCorOE: āblāwnes
|
| 856 |
+
POS: N
|
| 857 |
+
|
| 858 |
+
Key: ablinnednes → Norm: āblinnednes
|
| 859 |
+
CH_headword: āblinnednes
|
| 860 |
+
DOE_headword: a-blinnednes
|
| 861 |
+
ParCorOE: āblinnednes
|
| 862 |
+
POS: N
|
| 863 |
+
|
| 864 |
+
|
| 865 |
+
Type: CH+DOE+ParCorOE+Sweet [ellis_vocalic]
|
| 866 |
+
--------------------------------------------------
|
| 867 |
+
Key: anliepnes → Norm: ānlīpnes
|
| 868 |
+
CH_headword: ānlīpnes
|
| 869 |
+
Sweet_headword: ān-līepnes
|
| 870 |
+
DOE_headword: ān-līpnes
|
| 871 |
+
ParCorOE: ānlīpnes
|
| 872 |
+
POS: N
|
| 873 |
+
|
| 874 |
+
Key: ascyppan → Norm: āscieppan
|
| 875 |
+
CH_headword: āscieppan
|
| 876 |
+
Sweet_headword: ā-scięppan
|
| 877 |
+
DOE_headword: a-scyppan
|
| 878 |
+
ParCorOE: āscieppan
|
| 879 |
+
POS: V
|
| 880 |
+
|
| 881 |
+
Key: behliehhan → Norm: behlyhhan
|
| 882 |
+
CH_headword: behlyhhan
|
| 883 |
+
Sweet_headword: be-hlięhhan
|
| 884 |
+
DOE_headword: be-hlyhhan
|
| 885 |
+
ParCorOE: behlyhhan
|
| 886 |
+
POS: V
|
| 887 |
+
|
| 888 |
+
|
| 889 |
+
Type: CH+DOE+ParCorOE+Sweet [exact]
|
| 890 |
+
--------------------------------------------------
|
| 891 |
+
Key: ablæcung → Norm: āblǣcung
|
| 892 |
+
CH_headword: āblǣcung
|
| 893 |
+
Sweet_headword: ā-blǣc-ung
|
| 894 |
+
DOE_headword: a-blǣcung
|
| 895 |
+
ParCorOE: āblǣcung
|
| 896 |
+
POS: N
|
| 897 |
+
|
| 898 |
+
Key: abolgennes → Norm: ābolgennes
|
| 899 |
+
CH_headword: ābolgennes
|
| 900 |
+
Sweet_headword: ābolgennes
|
| 901 |
+
DOE_headword: a-bolgennes
|
| 902 |
+
ParCorOE: ābolgennes
|
| 903 |
+
POS: N
|
| 904 |
+
|
| 905 |
+
Key: abreotnes → Norm: ābrēotnes
|
| 906 |
+
CH_headword: ābrēotnes
|
| 907 |
+
Sweet_headword: ā-brēot-nes
|
| 908 |
+
DOE_headword: a-brēotnes
|
| 909 |
+
ParCorOE: ābrēotnes
|
| 910 |
+
POS: N
|
| 911 |
+
|
| 912 |
+
|
| 913 |
+
Type: CH+DOE+Sweet [ellis_vocalic]
|
| 914 |
+
--------------------------------------------------
|
| 915 |
+
Key: balde → Norm: bealde
|
| 916 |
+
CH_headword: bealde
|
| 917 |
+
Sweet_headword: beald-e
|
| 918 |
+
DOE_headword: bealde
|
| 919 |
+
POS: Adv
|
| 920 |
+
Gloss: adv. boldly
|
| 921 |
+
|
| 922 |
+
Key: begiondan → Norm: begeondan
|
| 923 |
+
CH_headword: begeondan
|
| 924 |
+
Sweet_headword: be-geondan
|
| 925 |
+
DOE_headword: be-geondan
|
| 926 |
+
POS: Adv
|
| 927 |
+
Gloss: A. Adverb: beyond
|
| 928 |
+
|
| 929 |
+
Key: depe → Norm: dēope
|
| 930 |
+
CH_headword: dēope
|
| 931 |
+
Sweet_headword: dēop-e
|
| 932 |
+
DOE_headword: dēope
|
| 933 |
+
POS: Adv
|
| 934 |
+
Gloss: adv. deeply
|
| 935 |
+
|
| 936 |
+
|
| 937 |
+
Type: CH+DOE+Sweet [exact]
|
| 938 |
+
--------------------------------------------------
|
| 939 |
+
Key: abufan → Norm: ābūfan
|
| 940 |
+
CH_headword: ābūfan
|
| 941 |
+
Sweet_headword: a-bufan
|
| 942 |
+
DOE_headword: a-bufan
|
| 943 |
+
POS: Adv
|
| 944 |
+
Gloss: adv. above
|
| 945 |
+
|
| 946 |
+
Key: angelcynn → Norm: Angelcynn
|
| 947 |
+
CH_headword: Angelcynn
|
| 948 |
+
Sweet_headword: Angel-cynn
|
| 949 |
+
DOE_headword: angel-cynn
|
| 950 |
+
POS: N
|
| 951 |
+
Gloss: the English people: England
|
| 952 |
+
|
| 953 |
+
Key: angelðeod → Norm: Angelðeod
|
| 954 |
+
CH_headword: Angelðeod
|
| 955 |
+
Sweet_headword: Angel-þēod
|
| 956 |
+
DOE_headword: angel-þēod
|
| 957 |
+
POS: N
|
| 958 |
+
Gloss: the English people: England.
|
| 959 |
+
|
| 960 |
+
|
| 961 |
+
Type: CH+ParCorOE [ellis_vocalic]
|
| 962 |
+
--------------------------------------------------
|
| 963 |
+
Key: alda → Norm: Alda
|
| 964 |
+
CH_headword: ealda
|
| 965 |
+
ParCorOE: ealda
|
| 966 |
+
POS: N
|
| 967 |
+
Gloss: old man
|
| 968 |
+
|
| 969 |
+
Key: andgitleast → Norm: andgietlēast
|
| 970 |
+
CH_headword: andgitlēast
|
| 971 |
+
ParCorOE: andgietlēast
|
| 972 |
+
POS: N
|
| 973 |
+
Gloss: want of understanding
|
| 974 |
+
|
| 975 |
+
Key: anwealdend → Norm: anwealdend
|
| 976 |
+
CH_headword: onwealdend
|
| 977 |
+
ParCorOE: anwealdend
|
| 978 |
+
POS: N
|
| 979 |
+
|
| 980 |
+
|
| 981 |
+
Type: CH+ParCorOE [exact]
|
| 982 |
+
--------------------------------------------------
|
| 983 |
+
Key: ablinnendlice → Norm: āblinnendlīce
|
| 984 |
+
CH_headword: āblinnendlīce
|
| 985 |
+
ParCorOE: āblinnendlīce
|
| 986 |
+
POS: V
|
| 987 |
+
Gloss: indefatigably
|
| 988 |
+
|
| 989 |
+
Key: acennicge → Norm: ācennicge
|
| 990 |
+
CH_headword: ācennicge
|
| 991 |
+
ParCorOE: ācennicge
|
| 992 |
+
POS: N
|
| 993 |
+
|
| 994 |
+
Key: acwudu → Norm: ācwudu
|
| 995 |
+
CH_headword: ācwudu
|
| 996 |
+
ParCorOE: ācwudu
|
| 997 |
+
POS: N
|
| 998 |
+
|
| 999 |
+
|
| 1000 |
+
Type: CH+ParCorOE+Sweet [ellis_vocalic]
|
| 1001 |
+
--------------------------------------------------
|
| 1002 |
+
Key: alisend → Norm: ālīesend
|
| 1003 |
+
CH_headword: ālīesend
|
| 1004 |
+
Sweet_headword: ā-līes|end
|
| 1005 |
+
ParCorOE: ālīesend
|
| 1006 |
+
POS: N
|
| 1007 |
+
Gloss: liberator
|
| 1008 |
+
|
| 1009 |
+
Key: begiemen → Norm: begīmen
|
| 1010 |
+
CH_headword: begīmen
|
| 1011 |
+
Sweet_headword: be-gīem-en
|
| 1012 |
+
ParCorOE: begīmen
|
| 1013 |
+
POS: N
|
| 1014 |
+
Gloss: attention
|
| 1015 |
+
|
| 1016 |
+
Key: bergælfen → Norm: beorgælfen
|
| 1017 |
+
CH_headword: beorgælfen
|
| 1018 |
+
Sweet_headword: beorg|ælfen
|
| 1019 |
+
ParCorOE: beorgælfen
|
| 1020 |
+
POS: N
|
| 1021 |
+
Gloss: orcad.
|
| 1022 |
+
|
| 1023 |
+
|
| 1024 |
+
Type: CH+ParCorOE+Sweet [exact]
|
| 1025 |
+
--------------------------------------------------
|
| 1026 |
+
Key: ablysung → Norm: āblysung
|
| 1027 |
+
CH_headword: āblysung
|
| 1028 |
+
Sweet_headword: āblys-ung
|
| 1029 |
+
ParCorOE: āblysung
|
| 1030 |
+
POS: N
|
| 1031 |
+
|
| 1032 |
+
Key: abraslian → Norm: ābraslian
|
| 1033 |
+
CH_headword: ābraslian
|
| 1034 |
+
Sweet_headword: ābraslian
|
| 1035 |
+
ParCorOE: ābraslian
|
| 1036 |
+
POS: V
|
| 1037 |
+
|
| 1038 |
+
Key: aetan → Norm: āetan
|
| 1039 |
+
CH_headword: āetan
|
| 1040 |
+
Sweet_headword: ā·etan
|
| 1041 |
+
ParCorOE: āetan
|
| 1042 |
+
POS: V
|
| 1043 |
+
|
| 1044 |
+
|
| 1045 |
+
Type: CH+Sweet [ellis_vocalic]
|
| 1046 |
+
--------------------------------------------------
|
| 1047 |
+
Key: abiegendlic → Norm: ābȳgendlic
|
| 1048 |
+
CH_headword: ābȳgendlic
|
| 1049 |
+
Sweet_headword: ā-bīeg-endlic
|
| 1050 |
+
Gloss: v. un-ā.
|
| 1051 |
+
|
| 1052 |
+
Key: abiewan → Norm: ābȳwan
|
| 1053 |
+
CH_headword: ābȳwan
|
| 1054 |
+
Sweet_headword: ā-bīewan
|
| 1055 |
+
Gloss: to rub off
|
| 1056 |
+
|
| 1057 |
+
Key: aciegan → Norm: ācīgan
|
| 1058 |
+
CH_headword: ācīgan
|
| 1059 |
+
Sweet_headword: ā-cīegan
|
| 1060 |
+
Gloss: to call
|
| 1061 |
+
|
| 1062 |
+
|
| 1063 |
+
Type: CH+Sweet [exact]
|
| 1064 |
+
--------------------------------------------------
|
| 1065 |
+
Key: abal → Norm: abal
|
| 1066 |
+
CH_headword: abal
|
| 1067 |
+
Sweet_headword: abal
|
| 1068 |
+
Gloss: = afol
|
| 1069 |
+
|
| 1070 |
+
Key: abarian → Norm: ābarian
|
| 1071 |
+
CH_headword: ābarian
|
| 1072 |
+
Sweet_headword: ā-barian
|
| 1073 |
+
Gloss: to lay bare
|
| 1074 |
+
|
| 1075 |
+
Key: aberendlic → Norm: āberendlic
|
| 1076 |
+
CH_headword: āberendlic
|
| 1077 |
+
Sweet_headword: ā-berend-lic
|
| 1078 |
+
Gloss: bearable.
|
| 1079 |
+
|
| 1080 |
+
|
| 1081 |
+
Type: DOE [ellis_vocalic]
|
| 1082 |
+
--------------------------------------------------
|
| 1083 |
+
Key: abiegan → Norm: ābīegan
|
| 1084 |
+
DOE_headword: a-bīgan
|
| 1085 |
+
POS: V
|
| 1086 |
+
Gloss: . to bend
|
| 1087 |
+
|
| 1088 |
+
Key: abigan → Norm: ābīegan
|
| 1089 |
+
DOE_headword: a-bīgan
|
| 1090 |
+
POS: V
|
| 1091 |
+
Gloss: . to bend
|
| 1092 |
+
|
| 1093 |
+
Key: abigan → Norm: ābīegan
|
| 1094 |
+
DOE_headword: a-bīgan
|
| 1095 |
+
POS: V
|
| 1096 |
+
Gloss: . to bend
|
| 1097 |
+
|
| 1098 |
+
|
| 1099 |
+
Type: DOE [exact]
|
| 1100 |
+
--------------------------------------------------
|
| 1101 |
+
Key: abered → Norm: ābered
|
| 1102 |
+
DOE_headword: a-bered
|
| 1103 |
+
POS: Adj
|
| 1104 |
+
Gloss: cunning
|
| 1105 |
+
|
| 1106 |
+
Key: abiddan → Norm: ābiddan
|
| 1107 |
+
DOE_headword: a-bīdan
|
| 1108 |
+
POS: V
|
| 1109 |
+
|
| 1110 |
+
Key: abiddan → Norm: ābiddan
|
| 1111 |
+
DOE_headword: a-biddan
|
| 1112 |
+
POS: V
|
| 1113 |
+
|
| 1114 |
+
|
| 1115 |
+
Type: DOE [single]
|
| 1116 |
+
--------------------------------------------------
|
| 1117 |
+
Key: abba → Norm: abba
|
| 1118 |
+
DOE_headword: abba
|
| 1119 |
+
POS: N
|
| 1120 |
+
|
| 1121 |
+
Key: abindan → Norm: abindan
|
| 1122 |
+
DOE_headword: a-bindan
|
| 1123 |
+
POS: V
|
| 1124 |
+
|
| 1125 |
+
Key: ablegenod → Norm: ablegenod
|
| 1126 |
+
DOE_headword: a-blegenod
|
| 1127 |
+
POS: Adj
|
| 1128 |
+
|
| 1129 |
+
|
| 1130 |
+
Type: DOE+ParCorOE [ellis_vocalic]
|
| 1131 |
+
--------------------------------------------------
|
| 1132 |
+
Key: adiefan → Norm: ādȳfan
|
| 1133 |
+
DOE_headword: a-dȳfan
|
| 1134 |
+
ParCorOE: ādȳfan
|
| 1135 |
+
POS: V
|
| 1136 |
+
Gloss: to deafen
|
| 1137 |
+
|
| 1138 |
+
Key: adlieg → Norm: ādlig
|
| 1139 |
+
DOE_headword: ādlig
|
| 1140 |
+
ParCorOE: ādlig
|
| 1141 |
+
POS: Adj
|
| 1142 |
+
Gloss: A. as adjective
|
| 1143 |
+
|
| 1144 |
+
Key: afliegung → Norm: āflīegung
|
| 1145 |
+
DOE_headword: a-flȳgung
|
| 1146 |
+
ParCorOE: āflīegung
|
| 1147 |
+
POS: N
|
| 1148 |
+
|
| 1149 |
+
|
| 1150 |
+
Type: DOE+ParCorOE [exact]
|
| 1151 |
+
--------------------------------------------------
|
| 1152 |
+
Key: abbodesse → Norm: abbodesse
|
| 1153 |
+
DOE_headword: abbodesse
|
| 1154 |
+
ParCorOE: abbodesse
|
| 1155 |
+
POS: N
|
| 1156 |
+
|
| 1157 |
+
Key: abbodleast → Norm: abbodlēast
|
| 1158 |
+
DOE_headword: abbod-least
|
| 1159 |
+
ParCorOE: abbodlēast
|
| 1160 |
+
POS: N
|
| 1161 |
+
|
| 1162 |
+
Key: abeteon → Norm: ābetēon
|
| 1163 |
+
DOE_headword: a-betēon
|
| 1164 |
+
ParCorOE: ābetēon
|
| 1165 |
+
POS: V
|
| 1166 |
+
|
| 1167 |
+
|
| 1168 |
+
Type: DOE+ParCorOE+Sweet [ellis_vocalic]
|
| 1169 |
+
--------------------------------------------------
|
| 1170 |
+
Key: aðrytan → Norm: āðrīetan
|
| 1171 |
+
Sweet_headword: ā-þrīetan
|
| 1172 |
+
DOE_headword: a-þrȳtan
|
| 1173 |
+
ParCorOE: āðrīetan
|
| 1174 |
+
POS: V
|
| 1175 |
+
Gloss: weary
|
| 1176 |
+
|
| 1177 |
+
Key: ciegere → Norm: cīgere
|
| 1178 |
+
Sweet_headword: cīeg-ere
|
| 1179 |
+
DOE_headword: cīgere
|
| 1180 |
+
ParCorOE: cīgere
|
| 1181 |
+
POS: N
|
| 1182 |
+
Gloss: caller
|
| 1183 |
+
|
| 1184 |
+
Key: gealdricge → Norm: galdricge
|
| 1185 |
+
Sweet_headword: gealdricge
|
| 1186 |
+
DOE_headword: galdricge
|
| 1187 |
+
ParCorOE: galdricge
|
| 1188 |
+
POS: N
|
| 1189 |
+
|
| 1190 |
+
|
| 1191 |
+
Type: DOE+ParCorOE+Sweet [exact]
|
| 1192 |
+
--------------------------------------------------
|
| 1193 |
+
Key: abboddom → Norm: abboddōm
|
| 1194 |
+
Sweet_headword: abbod-dōm
|
| 1195 |
+
DOE_headword: abbod-dōm
|
| 1196 |
+
ParCorOE: abboddōm
|
| 1197 |
+
POS: N
|
| 1198 |
+
|
| 1199 |
+
Key: abbodhad → Norm: abbodhād
|
| 1200 |
+
Sweet_headword: abbod-hād
|
| 1201 |
+
DOE_headword: abbod-hād
|
| 1202 |
+
ParCorOE: abbodhād
|
| 1203 |
+
POS: N
|
| 1204 |
+
|
| 1205 |
+
Key: ablinnendnes → Norm: āblinnendnes
|
| 1206 |
+
Sweet_headword: ā-blinn-e(n)dnes
|
| 1207 |
+
DOE_headword: a-blinnendnes
|
| 1208 |
+
ParCorOE: āblinnendnes
|
| 1209 |
+
POS: N
|
| 1210 |
+
Gloss: cessation
|
| 1211 |
+
|
| 1212 |
+
|
| 1213 |
+
Type: DOE+Sweet [ellis_vocalic]
|
| 1214 |
+
--------------------------------------------------
|
| 1215 |
+
Key: abiernan → Norm: ābiernan
|
| 1216 |
+
Sweet_headword: ā-biernan
|
| 1217 |
+
DOE_headword: a-byrnan
|
| 1218 |
+
POS: V
|
| 1219 |
+
|
| 1220 |
+
Key: abyrnan → Norm: ābiernan
|
| 1221 |
+
Sweet_headword: ā-biernan
|
| 1222 |
+
DOE_headword: a-byrnan
|
| 1223 |
+
POS: V
|
| 1224 |
+
|
| 1225 |
+
Key: ahyrding → Norm: āhierding
|
| 1226 |
+
Sweet_headword: ā-hięrd-ing
|
| 1227 |
+
DOE_headword: a-hyrding
|
| 1228 |
+
POS: N
|
| 1229 |
+
Gloss: hardening.
|
| 1230 |
+
|
| 1231 |
+
|
| 1232 |
+
Type: DOE+Sweet [exact]
|
| 1233 |
+
--------------------------------------------------
|
| 1234 |
+
Key: abærnan → Norm: ābærnan
|
| 1235 |
+
Sweet_headword: abærnan
|
| 1236 |
+
DOE_headword: a-bærnan
|
| 1237 |
+
POS: V
|
| 1238 |
+
Gloss: burn = on-.
|
| 1239 |
+
|
| 1240 |
+
Key: actreow → Norm: āctrēow
|
| 1241 |
+
Sweet_headword: āc-trēow
|
| 1242 |
+
DOE_headword: āc-trēow
|
| 1243 |
+
POS: N
|
| 1244 |
+
|
| 1245 |
+
Key: afremdung → Norm: āfremdung
|
| 1246 |
+
Sweet_headword: ā-fręmd-ung
|
| 1247 |
+
DOE_headword: a-fremdung
|
| 1248 |
+
POS: N
|
| 1249 |
+
|
| 1250 |
+
|
| 1251 |
+
Type: ParCorOE [ellis_vocalic]
|
| 1252 |
+
--------------------------------------------------
|
| 1253 |
+
Key: acon → Norm: Acon
|
| 1254 |
+
ParCorOE: Acon
|
| 1255 |
+
POS: Name
|
| 1256 |
+
|
| 1257 |
+
Key: afeon → Norm: Afen
|
| 1258 |
+
ParCorOE: Afen
|
| 1259 |
+
POS: Name
|
| 1260 |
+
|
| 1261 |
+
Key: ahyrding → Norm: āhierding
|
| 1262 |
+
ParCorOE: āhierding
|
| 1263 |
+
POS: Adj
|
| 1264 |
+
|
| 1265 |
+
|
| 1266 |
+
Type: ParCorOE [exact]
|
| 1267 |
+
--------------------------------------------------
|
| 1268 |
+
Key: a → Norm: ā
|
| 1269 |
+
ParCorOE: ā
|
| 1270 |
+
POS: V
|
| 1271 |
+
|
| 1272 |
+
Key: ablegned → Norm: āblegned
|
| 1273 |
+
ParCorOE: āblegned
|
| 1274 |
+
POS: Adj
|
| 1275 |
+
|
| 1276 |
+
Key: ablered → Norm: āblered
|
| 1277 |
+
ParCorOE: āblered
|
| 1278 |
+
POS: Adj
|
| 1279 |
+
|
| 1280 |
+
|
| 1281 |
+
Type: ParCorOE [single]
|
| 1282 |
+
--------------------------------------------------
|
| 1283 |
+
Key: abbacuc → Norm: Abbacuc
|
| 1284 |
+
ParCorOE: Abbacuc
|
| 1285 |
+
POS: Name
|
| 1286 |
+
|
| 1287 |
+
Key: abbandun → Norm: Abbandūn
|
| 1288 |
+
ParCorOE: Abbandūn
|
| 1289 |
+
POS: Name
|
| 1290 |
+
|
| 1291 |
+
Key: abbendun → Norm: Abbendun
|
| 1292 |
+
ParCorOE: Abbendun
|
| 1293 |
+
POS: Name
|
| 1294 |
+
|
| 1295 |
+
|
| 1296 |
+
Type: ParCorOE+Sweet [ellis_vocalic]
|
| 1297 |
+
--------------------------------------------------
|
| 1298 |
+
Key: acierran → Norm: ācirran
|
| 1299 |
+
Sweet_headword: ā-cięrr|an
|
| 1300 |
+
ParCorOE: ācirran
|
| 1301 |
+
POS: V
|
| 1302 |
+
Gloss: turn
|
| 1303 |
+
|
| 1304 |
+
Key: aflegan → Norm: āflēogan
|
| 1305 |
+
Sweet_headword: ā-flēogan
|
| 1306 |
+
ParCorOE: āflēogan
|
| 1307 |
+
POS: V
|
| 1308 |
+
Gloss: fly — biþ āflogen tō is addicted to.
|
| 1309 |
+
|
| 1310 |
+
Key: ahirdan → Norm: āhierdan
|
| 1311 |
+
Sweet_headword: ā-hięrd|an
|
| 1312 |
+
ParCorOE: āhierdan
|
| 1313 |
+
POS: V
|
| 1314 |
+
Gloss: harden
|
| 1315 |
+
|
| 1316 |
+
|
| 1317 |
+
Type: ParCorOE+Sweet [exact]
|
| 1318 |
+
--------------------------------------------------
|
| 1319 |
+
Key: afleogan → Norm: āflēogan
|
| 1320 |
+
Sweet_headword: ā-flēogan
|
| 1321 |
+
ParCorOE: āflēogan
|
| 1322 |
+
POS: V
|
| 1323 |
+
|
| 1324 |
+
Key: ahierdan → Norm: āhierdan
|
| 1325 |
+
Sweet_headword: ā-hięrd|an
|
| 1326 |
+
ParCorOE: āhierdan
|
| 1327 |
+
POS: V
|
| 1328 |
+
Gloss: harden
|
| 1329 |
+
|
| 1330 |
+
Key: ahwierfan → Norm: āhwierfan
|
| 1331 |
+
Sweet_headword: ā-hwięrfan
|
| 1332 |
+
ParCorOE: āhwierfan
|
| 1333 |
+
POS: V
|
| 1334 |
+
Gloss: turn away.
|
| 1335 |
+
|
| 1336 |
+
|
| 1337 |
+
Type: Sweet [ellis_vocalic]
|
| 1338 |
+
--------------------------------------------------
|
| 1339 |
+
Key: abiegan → Norm: ābīegan
|
| 1340 |
+
Sweet_headword: ā-bīeg|an
|
| 1341 |
+
Gloss: bend tr.
|
| 1342 |
+
|
| 1343 |
+
Key: abielgan → Norm: ābylgan
|
| 1344 |
+
Sweet_headword: ā-bięlgan
|
| 1345 |
+
Gloss: *
|
| 1346 |
+
|
| 1347 |
+
Key: abigan → Norm: ābīegan
|
| 1348 |
+
Sweet_headword: ā-bīeg|an
|
| 1349 |
+
Gloss: bend tr.
|
| 1350 |
+
|
| 1351 |
+
|
| 1352 |
+
Type: Sweet [exact]
|
| 1353 |
+
--------------------------------------------------
|
| 1354 |
+
Key: abecede → Norm: ābēcēdē
|
| 1355 |
+
Sweet_headword: ābēcēdē
|
| 1356 |
+
Gloss: alphabet.
|
| 1357 |
+
|
| 1358 |
+
Key: abedecian → Norm: ābedecian
|
| 1359 |
+
Sweet_headword: ābedecian
|
| 1360 |
+
Gloss: *
|
| 1361 |
+
|
| 1362 |
+
Key: abeowan → Norm: ābēowan
|
| 1363 |
+
Sweet_headword: ā-bēowan
|
| 1364 |
+
Gloss: = ābīewan.
|
| 1365 |
+
|
| 1366 |
+
|
| 1367 |
+
Type: Sweet [single]
|
| 1368 |
+
--------------------------------------------------
|
| 1369 |
+
Key: (ge)biegendlic → Norm: (ge)bīegendlic
|
| 1370 |
+
Sweet_headword: (ge)bīeg-endlic
|
| 1371 |
+
|
| 1372 |
+
Key: (ge)bisnung → Norm: (ge)bisnung
|
| 1373 |
+
Sweet_headword: (ge)bisn-ung
|
| 1374 |
+
POS: N
|
| 1375 |
+
|
| 1376 |
+
Key: (ge)blissung → Norm: (ge)blissung
|
| 1377 |
+
Sweet_headword: (ge)blissung
|
| 1378 |
+
POS: N
|
| 1379 |
+
|
oe_dictionary.py
ADDED
|
@@ -0,0 +1,291 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import pandas as pd
|
| 2 |
+
import re
|
| 3 |
+
from pathlib import Path
|
| 4 |
+
from typing import List, Dict, Optional, Union
|
| 5 |
+
|
| 6 |
+
class OldEnglishDictionary:
|
| 7 |
+
"""A class to query the aligned Old English Dictionary dataset."""
|
| 8 |
+
|
| 9 |
+
def __init__(self, data_path: str = "data/unified_index.tab"):
|
| 10 |
+
"""Initialize the dictionary with the unified index.
|
| 11 |
+
|
| 12 |
+
Args:
|
| 13 |
+
data_path: Path to the unified_index.tab file
|
| 14 |
+
"""
|
| 15 |
+
self.data_path = Path(data_path)
|
| 16 |
+
self.df = pd.read_csv(self.data_path, sep='\t')
|
| 17 |
+
|
| 18 |
+
# Fill NaN values with empty strings for easier processing
|
| 19 |
+
self.df = self.df.fillna('')
|
| 20 |
+
|
| 21 |
+
# Create lowercase versions of key columns for case-insensitive search
|
| 22 |
+
self.df['canonical_key_lower'] = self.df['canonical_key'].str.lower()
|
| 23 |
+
self.df['normalised_form_lower'] = self.df['normalised_form'].str.lower()
|
| 24 |
+
|
| 25 |
+
# Dictionary sources
|
| 26 |
+
self.sources = ['BT', 'CH', 'Sweet', 'DOE', 'ParCorOE']
|
| 27 |
+
|
| 28 |
+
# Count total entries
|
| 29 |
+
self.total_entries = len(self.df)
|
| 30 |
+
print(f"Loaded {self.total_entries} aligned entries from {self.data_path}")
|
| 31 |
+
|
| 32 |
+
def search(self, query: str,
|
| 33 |
+
mode: str = 'canonical',
|
| 34 |
+
exact: bool = False,
|
| 35 |
+
pos: Optional[str] = None,
|
| 36 |
+
source: Optional[str] = None) -> pd.DataFrame:
|
| 37 |
+
"""Search for entries matching the query.
|
| 38 |
+
|
| 39 |
+
Args:
|
| 40 |
+
query: The search term
|
| 41 |
+
mode: Search mode ('canonical', 'normalised', 'headword')
|
| 42 |
+
exact: If True, match the entire term; if False, use substring matching
|
| 43 |
+
pos: Filter by part of speech
|
| 44 |
+
source: Filter by dictionary source
|
| 45 |
+
|
| 46 |
+
Returns:
|
| 47 |
+
DataFrame with matching entries
|
| 48 |
+
"""
|
| 49 |
+
query = query.lower()
|
| 50 |
+
|
| 51 |
+
# Base query logic
|
| 52 |
+
if mode == 'canonical':
|
| 53 |
+
if exact:
|
| 54 |
+
results = self.df[self.df['canonical_key_lower'] == query]
|
| 55 |
+
else:
|
| 56 |
+
results = self.df[self.df['canonical_key_lower'].str.contains(query, regex=False)]
|
| 57 |
+
|
| 58 |
+
elif mode == 'normalised':
|
| 59 |
+
if exact:
|
| 60 |
+
results = self.df[self.df['normalised_form_lower'] == query]
|
| 61 |
+
else:
|
| 62 |
+
results = self.df[self.df['normalised_form_lower'].str.contains(query, regex=False)]
|
| 63 |
+
|
| 64 |
+
elif mode == 'headword':
|
| 65 |
+
# Search across all dictionary headword columns
|
| 66 |
+
mask = pd.Series(False, index=self.df.index)
|
| 67 |
+
for source in self.sources:
|
| 68 |
+
col = f"{source}_headword"
|
| 69 |
+
if col in self.df.columns:
|
| 70 |
+
if exact:
|
| 71 |
+
mask |= (self.df[col].str.lower() == query)
|
| 72 |
+
else:
|
| 73 |
+
mask |= (self.df[col].str.lower().str.contains(query, regex=False, na=False))
|
| 74 |
+
results = self.df[mask]
|
| 75 |
+
|
| 76 |
+
else:
|
| 77 |
+
raise ValueError(f"Invalid search mode: {mode}. Use 'canonical', 'normalised', or 'headword'.")
|
| 78 |
+
|
| 79 |
+
# Apply filters
|
| 80 |
+
if pos:
|
| 81 |
+
results = results[results['POS'].str.lower() == pos.lower()]
|
| 82 |
+
|
| 83 |
+
if source:
|
| 84 |
+
col = f"{source}_headword"
|
| 85 |
+
if col in self.df.columns:
|
| 86 |
+
results = results[results[col] != '']
|
| 87 |
+
else:
|
| 88 |
+
raise ValueError(f"Invalid source: {source}. Use one of {self.sources}")
|
| 89 |
+
|
| 90 |
+
return results
|
| 91 |
+
|
| 92 |
+
def display_entry(self, entry: pd.Series) -> None:
|
| 93 |
+
"""Display a single dictionary entry in a readable format.
|
| 94 |
+
|
| 95 |
+
Args:
|
| 96 |
+
entry: A single row from the dataframe
|
| 97 |
+
"""
|
| 98 |
+
print("\n" + "=" * 80)
|
| 99 |
+
print(f"CANONICAL KEY: {entry['canonical_key']}")
|
| 100 |
+
print(f"NORMALIZED FORM: {entry['normalised_form']}")
|
| 101 |
+
print(f"MATCH TYPE: {entry['match_type']}")
|
| 102 |
+
if entry['POS']:
|
| 103 |
+
print(f"PART OF SPEECH: {entry['POS']}")
|
| 104 |
+
if entry['Gloss']:
|
| 105 |
+
print(f"GLOSS: {entry['Gloss']}")
|
| 106 |
+
print("-" * 80)
|
| 107 |
+
|
| 108 |
+
print("DICTIONARY HEADWORDS:")
|
| 109 |
+
for source in self.sources:
|
| 110 |
+
col = f"{source}_headword"
|
| 111 |
+
if col in entry and entry[col]:
|
| 112 |
+
print(f" {source}: {entry[col]}")
|
| 113 |
+
print("=" * 80)
|
| 114 |
+
|
| 115 |
+
def display_results(self, results: pd.DataFrame, limit: int = 10) -> None:
|
| 116 |
+
"""Display search results in a readable format.
|
| 117 |
+
|
| 118 |
+
Args:
|
| 119 |
+
results: DataFrame containing search results
|
| 120 |
+
limit: Maximum number of results to display
|
| 121 |
+
"""
|
| 122 |
+
num_results = len(results)
|
| 123 |
+
|
| 124 |
+
if num_results == 0:
|
| 125 |
+
print("No matching entries found.")
|
| 126 |
+
return
|
| 127 |
+
|
| 128 |
+
print(f"\nFound {num_results} matching entries.")
|
| 129 |
+
|
| 130 |
+
if num_results > limit:
|
| 131 |
+
print(f"Displaying first {limit} results.")
|
| 132 |
+
results = results.head(limit)
|
| 133 |
+
|
| 134 |
+
for _, entry in results.iterrows():
|
| 135 |
+
self.display_entry(entry)
|
| 136 |
+
|
| 137 |
+
def find_similar(self, query: str, method: str = 'sound') -> pd.DataFrame:
|
| 138 |
+
"""Find entries similar to the query using various similarity methods.
|
| 139 |
+
|
| 140 |
+
Args:
|
| 141 |
+
query: The search term
|
| 142 |
+
method: The similarity method ('sound', 'edit', 'prefix')
|
| 143 |
+
|
| 144 |
+
Returns:
|
| 145 |
+
DataFrame with similar entries
|
| 146 |
+
"""
|
| 147 |
+
query = query.lower()
|
| 148 |
+
|
| 149 |
+
if method == 'sound':
|
| 150 |
+
# Apply Ellis vocalic transformations similar to those used in alignment
|
| 151 |
+
variations = self._generate_ellis_variations(query)
|
| 152 |
+
mask = pd.Series(False, index=self.df.index)
|
| 153 |
+
for variation in variations:
|
| 154 |
+
mask |= (self.df['canonical_key_lower'] == variation)
|
| 155 |
+
return self.df[mask]
|
| 156 |
+
|
| 157 |
+
elif method == 'edit':
|
| 158 |
+
# Crude edit distance approximation - finding entries
|
| 159 |
+
# that share at least half their characters with the query
|
| 160 |
+
query_set = set(query)
|
| 161 |
+
results = []
|
| 162 |
+
|
| 163 |
+
for idx, row in self.df.iterrows():
|
| 164 |
+
canonical = row['canonical_key_lower']
|
| 165 |
+
# Skip very short terms or terms with big length difference
|
| 166 |
+
if len(canonical) < 3 or abs(len(canonical) - len(query)) > 3:
|
| 167 |
+
continue
|
| 168 |
+
|
| 169 |
+
canonical_set = set(canonical)
|
| 170 |
+
intersection = len(query_set.intersection(canonical_set))
|
| 171 |
+
union = len(query_set.union(canonical_set))
|
| 172 |
+
|
| 173 |
+
# Jaccard similarity threshold
|
| 174 |
+
if intersection / union > 0.6:
|
| 175 |
+
results.append(idx)
|
| 176 |
+
|
| 177 |
+
return self.df.loc[results]
|
| 178 |
+
|
| 179 |
+
elif method == 'prefix':
|
| 180 |
+
# Find entries that start with the query
|
| 181 |
+
return self.df[self.df['canonical_key_lower'].str.startswith(query)]
|
| 182 |
+
|
| 183 |
+
else:
|
| 184 |
+
raise ValueError(f"Invalid method: {method}. Use 'sound', 'edit', or 'prefix'.")
|
| 185 |
+
|
| 186 |
+
def _generate_ellis_variations(self, word: str) -> List[str]:
|
| 187 |
+
"""Generate variations based on Ellis vocalic correspondences.
|
| 188 |
+
|
| 189 |
+
Args:
|
| 190 |
+
word: The input word
|
| 191 |
+
|
| 192 |
+
Returns:
|
| 193 |
+
List of phonologically plausible variations
|
| 194 |
+
"""
|
| 195 |
+
variations = [word]
|
| 196 |
+
|
| 197 |
+
# Ellis vocalic correspondences
|
| 198 |
+
transformations = [
|
| 199 |
+
(r'ie', r'y'), # fierd/fyrd
|
| 200 |
+
(r'y', r'ie'), # fyrd/fierd
|
| 201 |
+
(r'ie', r'i'), # diere/dire
|
| 202 |
+
(r'i', r'ie'), # diren/dieren
|
| 203 |
+
(r'io', r'eo'), # bion/beon
|
| 204 |
+
(r'eo', r'io'), # beorht/biorht
|
| 205 |
+
(r'on', r'an'), # monig/manig
|
| 206 |
+
(r'an', r'on'), # manig/monig
|
| 207 |
+
(r'om', r'am'), # from/fram
|
| 208 |
+
(r'am', r'om'), # fram/from
|
| 209 |
+
(r'rg', r'rh'), # burg/burh
|
| 210 |
+
(r'rh', r'rg'), # burh/burg
|
| 211 |
+
(r'ea', r'a'), # eald/ald
|
| 212 |
+
(r'a', r'ea'), # ald/eald
|
| 213 |
+
(r'eo', r'e') # eofot/efot
|
| 214 |
+
]
|
| 215 |
+
|
| 216 |
+
for pattern, replacement in transformations:
|
| 217 |
+
if pattern in word:
|
| 218 |
+
variations.append(word.replace(pattern, replacement))
|
| 219 |
+
|
| 220 |
+
return variations
|
| 221 |
+
|
| 222 |
+
def get_statistics(self) -> Dict[str, Union[int, float]]:
|
| 223 |
+
"""Get statistics about the dictionary dataset.
|
| 224 |
+
|
| 225 |
+
Returns:
|
| 226 |
+
Dictionary with statistics
|
| 227 |
+
"""
|
| 228 |
+
stats = {
|
| 229 |
+
"total_entries": self.total_entries,
|
| 230 |
+
"multi_source_entries": len(self.df[self.df['match_type'] != 'single']),
|
| 231 |
+
"exact_matches": len(self.df[self.df['match_type'] == 'exact']),
|
| 232 |
+
"ellis_matches": len(self.df[self.df['match_type'] == 'ellis_vocalic']),
|
| 233 |
+
"single_source": len(self.df[self.df['match_type'] == 'single'])
|
| 234 |
+
}
|
| 235 |
+
|
| 236 |
+
# Add source-specific counts
|
| 237 |
+
for source in self.sources:
|
| 238 |
+
col = f"{source}_headword"
|
| 239 |
+
if col in self.df.columns:
|
| 240 |
+
stats[f"{source}_entries"] = len(self.df[self.df[col] != ''])
|
| 241 |
+
|
| 242 |
+
# Add POS distribution
|
| 243 |
+
pos_counts = self.df['POS'].value_counts().to_dict()
|
| 244 |
+
stats["pos_distribution"] = pos_counts
|
| 245 |
+
|
| 246 |
+
return stats
|
| 247 |
+
|
| 248 |
+
|
| 249 |
+
# Example usage
|
| 250 |
+
if __name__ == "__main__":
|
| 251 |
+
oe_dict = OldEnglishDictionary()
|
| 252 |
+
|
| 253 |
+
# Simple demo of the search functionality
|
| 254 |
+
print("\n=== SEARCH DEMONSTRATION ===")
|
| 255 |
+
|
| 256 |
+
# Search by canonical key
|
| 257 |
+
print("\nSearching for entries with canonical key containing 'abelgan'...")
|
| 258 |
+
results = oe_dict.search("abelgan", mode="canonical")
|
| 259 |
+
oe_dict.display_results(results)
|
| 260 |
+
|
| 261 |
+
# Search by normalized form
|
| 262 |
+
print("\nSearching for entries with normalized form containing 'ābēodan'...")
|
| 263 |
+
results = oe_dict.search("ābēodan", mode="normalised", exact=True)
|
| 264 |
+
oe_dict.display_results(results)
|
| 265 |
+
|
| 266 |
+
# Search by headword across all dictionaries
|
| 267 |
+
print("\nSearching for entries where any dictionary has headword containing 'cyning'...")
|
| 268 |
+
results = oe_dict.search("cyning", mode="headword")
|
| 269 |
+
oe_dict.display_results(results, limit=5)
|
| 270 |
+
|
| 271 |
+
# Filter by part of speech
|
| 272 |
+
print("\nSearching for noun entries with canonical key containing 'helm'...")
|
| 273 |
+
results = oe_dict.search("helm", mode="canonical", pos="N")
|
| 274 |
+
oe_dict.display_results(results, limit=5)
|
| 275 |
+
|
| 276 |
+
# Find similar words
|
| 277 |
+
print("\nFinding entries similar to 'beon' using sound correspondences...")
|
| 278 |
+
results = oe_dict.find_similar("beon", method="sound")
|
| 279 |
+
oe_dict.display_results(results)
|
| 280 |
+
|
| 281 |
+
# Show dictionary statistics
|
| 282 |
+
stats = oe_dict.get_statistics()
|
| 283 |
+
print("\n=== DICTIONARY STATISTICS ===")
|
| 284 |
+
for key, value in stats.items():
|
| 285 |
+
if key != "pos_distribution":
|
| 286 |
+
print(f"{key}: {value}")
|
| 287 |
+
|
| 288 |
+
print("\nPart of Speech Distribution:")
|
| 289 |
+
for pos, count in stats["pos_distribution"].items():
|
| 290 |
+
if pos: # Skip empty POS
|
| 291 |
+
print(f" {pos}: {count}")
|
unified_index.tab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|