{"id":13449596,"url":"https://github.com/orenfromberg/lxxproject","last_synced_at":"2026-01-07T06:33:40.947Z","repository":{"id":71832740,"uuid":"45588630","full_name":"orenfromberg/lxxproject","owner":"orenfromberg","description":"generating a sqlite database with entries in the original greek from freely available resources on the web.","archived":false,"fork":false,"pushed_at":"2023-03-04T05:03:21.000Z","size":49668,"stargazers_count":4,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T16:45:13.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orenfromberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-11-05T04:56:45.000Z","updated_at":"2024-09-25T12:59:28.000Z","dependencies_parsed_at":"2023-04-30T21:16:25.356Z","dependency_job_id":null,"html_url":"https://github.com/orenfromberg/lxxproject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orenfromberg%2Flxxproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orenfromberg%2Flxxproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orenfromberg%2Flxxproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orenfromberg%2Flxxproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orenfromberg","download_url":"https://codeload.github.com/orenfromberg/lxxproject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245029261,"owners_count":20549675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T06:00:46.238Z","updated_at":"2026-01-07T06:33:35.917Z","avatar_url":"https://github.com/orenfromberg.png","language":"HTML","funding_links":[],"categories":["Data"],"sub_categories":["Protestant Canon"],"readme":"# LXX Project\n\nTo generate `lxx.db`, simply run:\n\n    python3 main.py\n\n---\n\nThis python script transforms plain text lxx files retreived from \u003chttp://ccat.sas.upenn.edu\u003e into a sqlite3 database. See [here](http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/) for the files.\n\nThe resulting database (`lxx.db`) stores book, verse, and word number attributes as well as root and morphological data in the format:\n\nid|book name|ch|v|w|word|root|morphology\n---|---|---|---|---|---|---|---\n183022|Exod|1|1|1|ταῦτα|οὗτος|RD NPN\n183023|Exod|1|1|2|τὰ|ὁ|RA NPN\n183024|Exod|1|1|3|ὀνόματα|ὄνομα|N3M NPN\n183025|Exod|1|1|4|τῶν|ὁ|RA GPM\n183026|Exod|1|1|5|υἱῶν|υἱός|N2 GPM\n183027|Exod|1|1|6|Ισραηλ|Ἰσραήλ|N GSM\n183028|Exod|1|1|7|τῶν|ὁ|RA GPM\n183029|Exod|1|1|8|εἰσπεπορευμένων|πορεύομαι εἰς|VX XPPGPM\n183030|Exod|1|1|9|εἰς|εἰς|P\n183031|Exod|1|1|10|Αἴγυπτον|Αἴγυπτος|N2 ASF\n\n## Sample Queries\n\n1. get all the words in a verse\n    ```sql\n    select word from content where book_name=\"Gen\" and chapter_nr=1 and verse_nr=1 order by word_nr asc;\n    ```\n1. get all book names\n    ```sql\n    select distinct book_name from content;\n    ```\n1. get number of chapters in genesis\n    ```sql\n    select max(chapter_nr) from content where book_name=\"Gen\";\n    ```\n1. get number of verses in the first chapter of genesis\n    ```sql\n    select max(verse_nr) from content where book_name=\"Gen\" and chapter_nr=1;\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forenfromberg%2Flxxproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forenfromberg%2Flxxproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forenfromberg%2Flxxproject/lists"}