Skip to content
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: Ibnsaid syntax trees #173

Open
wants to merge 54 commits into
base: feature/tlg2022-alignments
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
d01a1f0
Base Texts Omar Ibn Said
jchill-git Jun 22, 2023
3bb6b7c
Move Ibn Said to data library
jchill-git Jun 22, 2023
05fdb05
git ignore venv
jchill-git Jun 22, 2023
39db923
Update default view
jchill-git Jun 22, 2023
741f10b
Update widget-reader package to enable RTL support for Arabic
jacobwegner Jun 22, 2023
0ad3bce
Update scaife-viewer-atlas for Arabic
jacobwegner Jun 22, 2023
5bedd02
Add files via upload
jchill-git Jun 23, 2023
59b2de9
Fixed English punctuation
jchill-git Jun 23, 2023
b6b906d
Section headings
jchill-git Jun 26, 2023
6d80b3d
Adding "section" to line schema
jchill-git Jun 26, 2023
a99ddbd
Fixed error in English lines
jchill-git Jun 26, 2023
000d717
Add files via upload
jchill-git Jun 26, 2023
f824ed5
Co-authored-by: Jacob Wegner <[email protected]>
jchill-git Jun 26, 2023
c0082ee
Include pages as section breaks
jchill-git Jun 26, 2023
cea524b
Merge remote-tracking branch 'refs/remotes/upstream/feature/ibnsaid' …
jchill-git Jun 26, 2023
af2fc7f
Fixed when section break coincides with page break
jchill-git Jun 26, 2023
5c2e490
Merge branch 'feature/ibnsaid' of https://github.com/scaife-viewer/be…
jchill-git Jun 26, 2023
d49baf7
ibn said token annotation metadata file
jchill-git Jun 30, 2023
ede4b93
Initial token annotations
jchill-git Jun 30, 2023
53f3b15
Merge remote-tracking branch 'refs/remotes/upstream/feature/ibnsaid' …
jchill-git Jul 7, 2023
015d068
Updating annotation heading
jchill-git Jul 7, 2023
dd0dc67
Merge branch 'main' into ibnsaid-tokenizer
jacobwegner Jul 19, 2023
b659db1
Enable RTL support for Interlinear display
jacobwegner Jul 19, 2023
9c95887
Customize hookset for tokenization override
jacobwegner Jul 19, 2023
4eb9c94
Add initial syntax tree file to Git
jacobwegner Sep 21, 2023
d38f63d
Add ogl-pdl-annotations conversion JSON
jacobwegner Sep 21, 2023
d62eb98
Add references comment
jacobwegner Sep 21, 2023
4deb9b4
Manually resolve references
jacobwegner Sep 21, 2023
6ed3ad5
Update JSON with references
jacobwegner Sep 21, 2023
93c1806
Test improved extractor
jacobwegner Sep 21, 2023
4e80f9b
Fix references format
jacobwegner Sep 21, 2023
140b00f
Merge branch 'main' into ibnsaid-syntax-trees
jacobwegner Nov 14, 2023
6b99d64
bump frontend packages to restore RTL enhancements
jacobwegner Nov 14, 2023
d760dd8
Add Valeria's syntax trees for Bellum Alexandrinum
jacobwegner Nov 14, 2023
ef2e2c0
Re-enable pipelines before deploy
jacobwegner Nov 14, 2023
bee746e
Update frontend packages
jacobwegner Nov 14, 2023
e743fcb
Merge branch 'feature/tlg2022-alignments' into ibnsaid-syntax-trees
jacobwegner Dec 19, 2023
66e0b79
Add initial alignment from Ugarit
jacobwegner Dec 28, 2023
676cff9
Manual corrections from needle / haystack implementation
jacobwegner Dec 28, 2023
674dfc3
Update alignments mode to show unaligned
jacobwegner Dec 28, 2023
05e5c56
Update amedsaid1831 tokens
jacobwegner Dec 28, 2023
89363be
Remove punctuation column and add word_value
jacobwegner Dec 28, 2023
b256397
Add metadata for urn:cite2:beyond-translation:text_annotation_collect…
jacobwegner Dec 28, 2023
81e1314
Update Hilleary treebank with lemma and tag
jacobwegner Dec 28, 2023
f5b53b3
Bump frontend packages
jacobwegner Dec 28, 2023
2f48cbe
fix: space_after expects false
jacobwegner Dec 30, 2023
321e079
Move file
jacobwegner Jan 3, 2024
fad089e
Remove temp files from Git
jacobwegner Jan 3, 2024
034e0d6
Add Ugarit extractor and Valeria's Ugarit data
jacobwegner Jan 3, 2024
a79c1e5
Add extractor to convert Ugarit data into an alignment
jacobwegner Jan 3, 2024
754e966
Add Valeria's original syntax tree file
jacobwegner Jan 3, 2024
fd82f91
First pass at adding references to treebank
jacobwegner Jan 3, 2024
37013aa
Correct reference
jacobwegner Jan 3, 2024
bf634c1
Add extractor for ATLAS annotation file
jacobwegner Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/backend/static
/backend/db.sqlite
*.venv*
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
label: orcid.org/0000-0001-5231-7171
urn: urn:cite2:beyond-translation:text_annotation_collection.atlas_v1:amedsaid1831-hilleary
source:
title: orcid.org/0000-0001-5231-7171
url: https://orcid.org/0000-0001-5231-7171
metadata:
# TODO: refactor with attributions
attributions:
- name: Joseph Hilleary
role: Annotator
organization:
name: "Tufts University"
values: ../data/annotations/syntax-trees/amedsaid1831.dw042.perseus-eng1.json
fields:
gloss: false
morph: true
Loading
Loading