-
Notifications
You must be signed in to change notification settings - Fork 4
WIP: Feature/crito alignment #193
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # backend/requirements.txt # frontend/package.json
# Conflicts: # frontend/package.json # frontend/yarn.lock
Remove old alignments
Create "flat-text" CTS Versions from a modified version of Farnoosh's spreadsheet
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.
Notes on my attempt to load alignments from Persian Translations of Crito
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.
Via backend/data/raw/crito-shamsian/convert_pos_to_refs.py
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.
Via backend/data/raw/crito-shamsian/convert_pos_to_refs.py
for version_obj, tokens in zip(versions, row): | ||
relation_obj = TextAlignmentRecordRelation( | ||
version=version_obj, record=record | ||
def create_persian_greek_alignments(reset=True): |
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.
This is being done to create a basic "sentence-level" alignment.
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.
@jtauber I've tried to document what I was doing with "extracting" the alignments from the treebank here.
No description provided.