Skip to content

Clear-Bible/biblealignlib

Repository files navigation

biblealignlib

Biblica's Python code for working with Bible alignment data from https://github.com/Clear-Bible/Alignments .

This code is ©2024-2026 by Biblica, Inc and is licensed under CC BY SA 4.0.

Installing extra dependencies

eflomal

eflomal is a tool for automated alignment. It is specified as an extra, so it is not installed with poetry install.

On macOS, you may need to install additional dependencies before installing:

brew install llvm libomp

You'll need to override the CFLAGS and LDFLAGS environment variables before installing eflomal.

poetry shell
export CFLAGS="-Xpreprocessor -fopenmp -I${HOMEBREW_PREFIX}/opt/libomp/include -Ofast -march=native -Wall --std=gnu99 -Wno-unused-function -g"
export LDFLAGS="-Xpreprocessor -fopenmp -L${HOMEBREW_PREFIX}/opt/libomp/lib -lm -lomp"
poetry install -E eflomal

About

Code for working with Bible alignment data

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors