rubiot / theword-addstrongs

Tool to copy strongs from one theWord Bible module to another
1 stars 0 forks source link

theword-addstrongs

This is a Raku command-line tool to copy strongs/morphology tags from one theWord Bible module to another based on similar words.

Usage:

./theword-addstrongs.p6 --file=<BibleModule> --borrow-from=<BibleModule> [--start-from=<Int>] [--debug] [--ibiblia=<Str>] [--max-levenshtein=<Int>] [--min-levenshtein=<Int>] [--synonyms-file=<Str>] [--strongs-association]

Module dependencies

The following Raku modules are necessary to run the script:

Known issues/limitations

Preview

This preview shows the script running in debug mode, in which it shows every step of the association process. image