{"id":15520101,"url":"https://github.com/diyclassics/latincy_ext","last_synced_at":"2025-08-30T10:44:37.347Z","repository":{"id":177399051,"uuid":"660338880","full_name":"diyclassics/latincy_ext","owner":"diyclassics","description":"Custom components for use with the LatinCy models","archived":false,"fork":false,"pushed_at":"2023-06-29T19:45:18.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-16T00:53:00.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/diyclassics.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-29T19:34:29.000Z","updated_at":"2023-11-15T10:54:03.000Z","dependencies_parsed_at":"2023-07-26T06:31:18.164Z","dependency_job_id":null,"html_url":"https://github.com/diyclassics/latincy_ext","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"7ee06ddc5d010992e5b21604877b5469e963ee77"},"previous_names":["diyclassics/latincy_ext"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diyclassics/latincy_ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyclassics%2Flatincy_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyclassics%2Flatincy_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyclassics%2Flatincy_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyclassics%2Flatincy_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diyclassics","download_url":"https://codeload.github.com/diyclassics/latincy_ext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diyclassics%2Flatincy_ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839673,"owners_count":25001862,"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-08-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2024-10-02T10:24:16.318Z","updated_at":"2025-08-30T10:44:37.239Z","avatar_url":"https://github.com/diyclassics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⭐ spaCy Project Extention: latincy_ext\n\nCode designed to add functionality to the [LatinCy](https://huggingface.co/latincy) models, e.g. custom components, etc. that are not (or at least not yet) part of the main project.\n\n## Contents\n\n- **liner**: Retrieve lines (e.g. lines of verse) as a custom, named span.\n- **trf_vectors**: Retrieve contextual vector as a token attribute; compatible only with la_core_web_trf.\n\n## Install\n\n- To install the current version...\n    - `pip install git+https://github.com/diyclassics/latincy_ext.git#egg=latincy_ext`\n\n- Sample usage...\n\n```\nimport spacy\nfrom latincy_ext.liner import liner\n\nnlp = spacy.load(\"la_core_web_lg\")\n\ntext = \"\"\"bella per Emathios plus quam ciuilia campos\niusque datum sceleri canimus, populumque potentem\nin sua uictrici conuersum uiscera dextra\ncognatasque acies, et rupto foedere regni\ncertatum totis concussi uiribus orbis\nin commune nefas, infestisque obuia signis\nsigna, pares aquilas et pila minantia pilis.\"\"\"\n\nnlp.add_pipe(\"liner\", name=\"liner\", last=True)\n\ndoc = nlp(text)\nlines = doc._.lines\n\nfor line in lines:\n    print line\n    break\n```\n\n## Current version\n\n| Feature | Description |\n| --- | --- |\n| **Name** | `latincy_ext` |\n| **Version** | `0.0.1` |\n| **spaCy** | `\u003e=3.5.3,\u003c3.6.0` |\n| **License** | `MIT` |\n| **Author** | [Patrick J. Burns](https://diyclassics.github.io/) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiyclassics%2Flatincy_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiyclassics%2Flatincy_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiyclassics%2Flatincy_ext/lists"}