-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Ingest Gregory of Nyssa treebanks #186
Draft
jacobwegner
wants to merge
12
commits into
main
Choose a base branch
from
feature/tlg2022-alignments
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
1c6b4e1
Add extractions from Gio's data
jacobwegner 7c3ba42
Add extraction script (WIP)
jacobwegner 560636d
Extract alignment
jacobwegner 47a84c3
Stub out metadata
jacobwegner ed8de19
Wire up token overrides
jacobwegner 7ad918c
Write out idx
jacobwegner 44e5acc
Fix linting errors
jacobwegner 413e9d7
Add the ability to build for Google Cloud Run
jacobwegner 143faa5
Add deployment scripts for GCR
jacobwegner 98f703c
Update to working GCR service
jacobwegner 4b90f64
Extract Gio's treebanks
jacobwegner 96c95c1
Add a collection for Gio's treebanks
jacobwegner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
29,172 changes: 29,172 additions & 0 deletions
29,172
backend/data/annotations/syntax-trees/tlg2022.tlg007.gio-eng1.json
Large diffs are not rendered by default.
Oops, something went wrong.
21,146 changes: 21,146 additions & 0 deletions
21,146
backend/data/annotations/syntax-trees/tlg2022.tlg007.gio-grc1.json
Large diffs are not rendered by default.
Oops, something went wrong.
22,952 changes: 22,952 additions & 0 deletions
22,952
backend/data/annotations/text-alignments/gio-gregory-nyssa-word-alignment.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"urn": "urn:cts:greekLit:tlg2022:", | ||
"node_kind": "textgroup", | ||
"name": [ | ||
{ | ||
"lang": "eng", | ||
"value": "Gregory, of Nazianzus" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"urn": "urn:cts:greekLit:tlg2022.tlg007:", | ||
"group_urn": "urn:cts:greekLit:tlg2022:", | ||
"node_kind": "work", | ||
"lang": "grc", | ||
"title": [ | ||
{ | ||
"lang": "eng", | ||
"value": "Adversus Eunomianos (Orat. 27)" | ||
} | ||
], | ||
"versions": [ | ||
{ | ||
"urn": "urn:cts:greekLit:tlg2022.tlg007.gio-grc1:", | ||
"node_kind": "version", | ||
"version_kind": "edition", | ||
"lang": "grc", | ||
"first_passage_urn": "urn:cts:greekLit:tlg2022.tlg007.gio-grc1:1-5", | ||
"citation_scheme": [ | ||
"sentence" | ||
], | ||
"label": [ | ||
{ | ||
"lang": "grc", | ||
"value": "Adversus Eunomianos (Orat. 27)" | ||
} | ||
], | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "Gregorius Nazianzenus, The Five Theological Orations, Mason, Cambridge,\n 1899" | ||
} | ||
] | ||
}, | ||
{ | ||
"urn": "urn:cts:greekLit:tlg2022.tlg007.gio-eng1:", | ||
"node_kind": "version", | ||
"version_kind": "translation", | ||
"lang": "eng", | ||
"first_passage_urn": "urn:cts:greekLit:tlg2022.tlg007.gio-eng1:1-5", | ||
"citation_scheme": [ | ||
"sentence" | ||
], | ||
"label": [ | ||
{ | ||
"lang": "grc", | ||
"value": "A Preliminary Discourse Against the Eunomians" | ||
} | ||
], | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "NICENE AND POST-NICENE FATHERS, Schaff, Philip (1819-1893), WM. B. EERDMANS PUBLISHING COMPANY, Grand Rapids, MI,\n 1819-1893" | ||
} | ||
] | ||
} | ||
] | ||
} |
97 changes: 97 additions & 0 deletions
97
backend/data/library/tlg2022/tlg007/tlg2022.tlg007.gio-eng1.txt
Large diffs are not rendered by default.
Oops, something went wrong.
132 changes: 132 additions & 0 deletions
132
backend/data/library/tlg2022/tlg007/tlg2022.tlg007.gio-grc1.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metadat stubbed from https://github.com/OpenGreekAndLatin/First1KGreek/blob/5010767bd4f1029c762a410511ca765832b66154/data/tlg2022/tlg007/__cts__.xml
As noted below, the versions here are reconstituted from Gio's data; I have not mapped them to the CTS Versions from
OpenGreekAndLatin/First1KGreek
.