Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Word alignments for Bibles, including both automatic alignments and manually corrected alignments

Awesome Lists containing this project

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).