Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Clear-Bible/Alignments
Word alignments for Bibles, including both automatic alignments and manually corrected alignments
https://github.com/Clear-Bible/Alignments
Last synced: 11 days ago
JSON representation
Word alignments for Bibles, including both automatic alignments and manually corrected alignments
- Host: GitHub
- URL: https://github.com/Clear-Bible/Alignments
- Owner: Clear-Bible
- License: other
- Created: 2023-02-10T19:29:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:39:44.000Z (24 days ago)
- Last Synced: 2024-10-16T19:59:43.402Z (23 days ago)
- Language: Python
- Size: 158 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-bible-data - Aligned Bible Texts
README
# Alignments
This repository contains word alignments for Bibles, including both automatic alignments and manually corrected alignments. It is meant to serve two goals:
1. The [Scripture Burrito Working Group](https://docs.burrito.bible/en/latest/) is creating a Scripture Alignments flavor, which will be a standard for exchanging alignment data. This repository reflects an initial proposal, and as the standard develops, the data in this repository will be used to ensure that the standard is adequate.
2. Developers need a way to obtain the best available alignments for a given language or translation. We want to collect the best alignments we can find here and provide a way to find needed alignments and track development of alignment.Alignment data is provided by various parties, who own the copyright to their alignments. All alignment data is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
[![CC BY 4.0][cc-by-image]][cc-by]All code on this repository is Copyright (c) 2023 by Clear Bible, Inc. It is licensed under a [MIT License](https://opensource.org/license/mit/).
## Python Quick Start
To run this code:
- ensure [Poetry](https://python-poetry.org/) is installed
- `poetry add`## Contributing Alignments
We're interested in collecting alignments that are useful for
the Bible translation community, especially those based on
openly-licensed texts. If you have alignments to contribute, see
[Contributing](docs/contributing.md).