Lxxproject
generating a sqlite database with entries in the original greek from freely available resources on the web.
Install / Use
/learn @orenfromberg/LxxprojectREADME
LXX Project
To generate lxx.db, simply run:
python3 main.py
This python script transforms plain text lxx files retreived from http://ccat.sas.upenn.edu into a sqlite3 database. See here for the files.
The resulting database (lxx.db) stores book, verse, and word number attributes as well as root and morphological data in the format:
id|book name|ch|v|w|word|root|morphology ---|---|---|---|---|---|---|--- 183022|Exod|1|1|1|ταῦτα|οὗτος|RD NPN 183023|Exod|1|1|2|τὰ|ὁ|RA NPN 183024|Exod|1|1|3|ὀνόματα|ὄνομα|N3M NPN 183025|Exod|1|1|4|τῶν|ὁ|RA GPM 183026|Exod|1|1|5|υἱῶν|υἱός|N2 GPM 183027|Exod|1|1|6|Ισραηλ|Ἰσραήλ|N GSM 183028|Exod|1|1|7|τῶν|ὁ|RA GPM 183029|Exod|1|1|8|εἰσπεπορευμένων|πορεύομαι εἰς|VX XPPGPM 183030|Exod|1|1|9|εἰς|εἰς|P 183031|Exod|1|1|10|Αἴγυπτον|Αἴγυπτος|N2 ASF
Sample Queries
- get all the words in a verse
select word from content where book_name="Gen" and chapter_nr=1 and verse_nr=1 order by word_nr asc; - get all book names
select distinct book_name from content; - get number of chapters in genesis
select max(chapter_nr) from content where book_name="Gen"; - get number of verses in the first chapter of genesis
select max(verse_nr) from content where book_name="Gen" and chapter_nr=1;
Related Skills
feishu-drive
347.2k|
things-mac
347.2kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
347.2kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
codebase-memory-mcp
1.2kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
