{"id":15454730,"url":"https://github.com/miweru/vrt_spacy","last_synced_at":"2026-05-03T04:38:13.221Z","repository":{"id":62587863,"uuid":"229134509","full_name":"miweru/vrt_spacy","owner":"miweru","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-19T23:41:50.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T15:40:55.062Z","etag":null,"topics":["corpora","linguistic-corpora","linguistics","nlp","spacy","vrt","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miweru.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}},"created_at":"2019-12-19T20:36:14.000Z","updated_at":"2019-12-20T00:03:52.000Z","dependencies_parsed_at":"2022-11-03T22:41:56.224Z","dependency_job_id":null,"html_url":"https://github.com/miweru/vrt_spacy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miweru%2Fvrt_spacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miweru%2Fvrt_spacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miweru%2Fvrt_spacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miweru%2Fvrt_spacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miweru","download_url":"https://codeload.github.com/miweru/vrt_spacy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009038,"owners_count":20708881,"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":["corpora","linguistic-corpora","linguistics","nlp","spacy","vrt","wrapper"],"created_at":"2024-10-01T22:05:09.850Z","updated_at":"2026-05-03T04:38:08.186Z","avatar_url":"https://github.com/miweru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vrt_spacy\n\nPython class for creating vrt-annotated corpora.\nStill in very early testing stage.\n\nInstall by typing:\n```bash\npip install vrt_spacy\n```\n\nUsage Example:\n```python\nfrom vrt import Corpus, S, Text\nfrom vrt_spacy import Annotate\nwith Corpus(\"~\",\"meinkorpus\",4,\"text_name\") as c:\n    annotate = Annotate(c, spacymodel=\"de_core_news_md\")\n    annotate(\"Das hier ist mein Text\", text_name=\"Text1\")\n    with Text(c, text_name=\"Text2\") as t:\n        with S(c) as s:\n            s.writep(\"Test\",\"TAG\",\"TAG\",\"Lemma\")  \n```\n\nFeatures:\n-\n- Represent Corpus, Text, P and S Attributes\n- Integration of spacy for automatic generation of a vrt-representation of texts\n- Using Context Manager for xml-hierarchy representation\n- Reduces to utf8mb3 and checks formatting compatibility","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiweru%2Fvrt_spacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiweru%2Fvrt_spacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiweru%2Fvrt_spacy/lists"}