{"id":18317229,"url":"https://github.com/bakkdoor/svl","last_synced_at":"2025-09-03T03:41:49.744Z","repository":{"id":211169134,"uuid":"680680151","full_name":"bakkdoor/svl","owner":"bakkdoor","description":"Latin Library Word Statistics","archived":false,"fork":false,"pushed_at":"2025-03-31T14:36:03.000Z","size":460,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T14:04:12.396Z","etag":null,"topics":["analysis","graph-algorithms","graphdb","graphs","language","latin","statistics"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakkdoor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-20T03:33:39.000Z","updated_at":"2025-03-17T19:27:15.000Z","dependencies_parsed_at":"2024-01-03T03:01:14.304Z","dependency_job_id":"ad134b2b-6a5c-4630-bc06-53e9788ae3a4","html_url":"https://github.com/bakkdoor/svl","commit_stats":null,"previous_names":["bakkdoor/svl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bakkdoor/svl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkdoor%2Fsvl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkdoor%2Fsvl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkdoor%2Fsvl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkdoor%2Fsvl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakkdoor","download_url":"https://codeload.github.com/bakkdoor/svl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakkdoor%2Fsvl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273386841,"owners_count":25096248,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["analysis","graph-algorithms","graphdb","graphs","language","latin","statistics"],"created_at":"2024-11-05T18:05:27.168Z","updated_at":"2025-09-03T03:41:49.716Z","avatar_url":"https://github.com/bakkdoor.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Statistica Verbōrum Latīna\n\n[![CI](https://github.com/bakkdoor/svl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bakkdoor/svl/actions/workflows/ci.yml)\n\n\nThis repo implements various algorithms to analyze Latin texts found on [thelatinlibrary.com](https://thelatinlibrary.com) and produce statistics about them.\nIt uses [CozoDB](https://www.cozodb.org/) for storage and querying (using its Datalog dialect) of the textual data as well as [Rust](https://www.rust-lang.org/) for the overall implementation.\n\nIt is a work in progress.\n\n\n## Build\n\nMake sure you have Rust installed. If not, you can install it from [here](https://www.rust-lang.org/tools/install).\n\nThen, clone this repository and build the project:\n\n```bash\ngit clone https://github.com/bakkdoor/svl.git\ncd svl\ncargo build --release\n```\n\nThe executable will be in the `./target/release` directory.\n\n## Installation\n\nYou can install svl using cargo from this directory with:\n\n```bash\ncargo install --path .\n```\n\nOr directly (without the need for cloning the repository) with:\n\n```bash\ncargo install --git https://github.com/bakkdoor/svl.git\n```\n\n## Usage\n\nYou can run the program with:\n\n```bash\n./target/release/svl --help\n```\n\nCozoDB is used to store the data using the rocksdb storage backend.\n### Create Cozo Graph DB with schema\n\n```bash\nsvl create-db\n```\n\n### Import texts from [thelatinlibrary.com](https://thelatinlibrary.com)\n\n\n```bash\nsvl import-library\n```\n\n### Run REPL to query DB interactively via CLI\n\n```bash\nsvl repl\n```\n\n\n### Run custom UI to query DB interactively\n```bash\nsvl ui\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakkdoor%2Fsvl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakkdoor%2Fsvl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakkdoor%2Fsvl/lists"}