removed 'start' column in metadata
Browse files
README.md
CHANGED
|
@@ -20,7 +20,6 @@ Also entries include:
|
|
| 20 |
Column | Type | Description |
|
| 21 |
|-------------|--------|-------------|
|
| 22 |
| `page_no` | int | Page number in the original printed dictionary (1–4675) |
|
| 23 |
-
| `start` | int | Start offset/index within the page |
|
| 24 |
| `lemma` | string | The headword / entry word (e.g., α, α- 1, αβέβαιος, …) |
|
| 25 |
| `pronunciation`| string | Phonetic transcription (e.g., álfa, á) |
|
| 26 |
| `entry_text` | string | Full dictionary entry text in Greek, including definitions, examples, usage notes, etymology, and cross-references |
|
|
|
|
| 20 |
Column | Type | Description |
|
| 21 |
|-------------|--------|-------------|
|
| 22 |
| `page_no` | int | Page number in the original printed dictionary (1–4675) |
|
|
|
|
| 23 |
| `lemma` | string | The headword / entry word (e.g., α, α- 1, αβέβαιος, …) |
|
| 24 |
| `pronunciation`| string | Phonetic transcription (e.g., álfa, á) |
|
| 25 |
| `entry_text` | string | Full dictionary entry text in Greek, including definitions, examples, usage notes, etymology, and cross-references |
|