项目作者: joonatanjak

项目描述 :
Simple command-line Greek lexicon for Biblical (Koine) Greek.
高级语言: Python
项目地址: git://github.com/joonatanjak/grl.git
创建时间: 2020-05-08T13:53:24Z
项目社区:https://github.com/joonatanjak/grl

开源协议:GNU General Public License v3.0

下载


grl

Simple command-line Greek lexicon for Biblical (Koine) Greek.

Installation

Dependencies: python3, python-pip and git, Install them with apt, pacman or any other package manager.

  1. git clone https://github.com/joonatanjak/grl.git
  2. cd grl
  3. sudo make install

Use sudo make uninstall to uninstall.

Usage

  1. usage: grl [options] <word>
  2. Look up the Strong's lexicon of a Koine Greek word.
  3. Options:
  4. -n, --number Display the Strong's number.
  5. -u, --unicode Display the word in unicode.
  6. -t, --transliteration Display the transliteration.
  7. -p, --pronunciation Display the pronunciation.
  8. -s, --strongs-definition Display the Strong's definiton.
  9. -k, --kjv-definition Display the KJV definition.
  10. -S, --strict Output only, if the word has an exact match, otherwise exit(1).
  11. -q, --quiet Only display the attributes. Each attribute will be seperated with a tab.
  12. The order of each attribute is number, unicode, transliteration, pronunciation, strongs-definition, kjv-definition.
  13. -d, --default Select the first similiar word without asking anything.
  14. -h, --help Show this message
  15. When no options are supplied the program will output the Strong's number, unicode, pronunciation and KJV definition.
  16. Examples:
  17. Look up "Θεός"
  18. grl Θεός
  19. Only output the Strong's definition of παρακοῆς
  20. grl -s παρακοῆς
  21. You can find some words using the rough transliteraion of it
  22. grl agape

Known bugs

  • References to Greek words from definitions are empty.

Upcoming changes/features

  • Comment the code
  • Optimize the code

Credits

Strong’s Exhaustive Concordance by James Strong, 1890. XML by Ulrik Sandborg-Petersen. Public Domain