{"id":32205971,"url":"https://github.com/sylvainloiseau/interlinear","last_synced_at":"2026-02-21T18:04:33.216Z","repository":{"id":56937255,"uuid":"122462874","full_name":"sylvainloiseau/interlineaR","owner":"sylvainloiseau","description":"An R library for managing interlinear glossed text (IGT) corpora.","archived":false,"fork":false,"pushed_at":"2020-09-19T20:02:29.000Z","size":770,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T21:56:31.917Z","etag":null,"topics":["corpus-linguistics","descriptive-linguistics","dictionaries","interlinear-gloss"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sylvainloiseau.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":"2018-02-22T10:18:53.000Z","updated_at":"2025-03-06T14:40:40.000Z","dependencies_parsed_at":"2022-08-21T01:00:11.249Z","dependency_job_id":null,"html_url":"https://github.com/sylvainloiseau/interlineaR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sylvainloiseau/interlineaR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvainloiseau%2FinterlineaR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvainloiseau%2FinterlineaR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvainloiseau%2FinterlineaR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvainloiseau%2FinterlineaR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sylvainloiseau","download_url":"https://codeload.github.com/sylvainloiseau/interlineaR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvainloiseau%2FinterlineaR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["corpus-linguistics","descriptive-linguistics","dictionaries","interlinear-gloss"],"created_at":"2025-10-22T05:01:51.037Z","updated_at":"2026-02-21T18:04:33.212Z","avatar_url":"https://github.com/sylvainloiseau.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"## interlineaR : utility functions for importing into R interlinearized corpora and dictionaries\n\n**Author:** Sylvain Loiseau\u003cbr/\u003e\n**License:** [BSD_3_clause](https://opensource.org/licenses/BSD-3-Clause)\n\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/interlineaR)](https://cran.r-project.org/package=interlineaR)\n\n# Installation\n\n```{r}\n# stable version:\ninstall.packages(\"interlineaR\")\n\n# development version:\ndevtools::install_github(\"sylvainloiseau/interlineaR\",  build_vignettes=TRUE)\n```\n\n# Usage\n\nImport an interlinearised corpus in the EMELD XML format (as exported from SIL FieldWorks for instance):\n\n```{r}\npath \u003c- system.file(\"exampleData\", \"tuwariInterlinear.xml\", package=\"interlineaR\")\ncorpus \u003c- read.emeld(path, vernacular.languages=\"tww\")\n```\n\nImport an interlinearised corpus in Toolbox (SIL) format:\n\n```{r}\npath \u003c- system.file(\"exampleData\", \"tuwariToolbox.txt\", package=\"interlineaR\")\ncorpus \u003c- read.toolbox(path)\n```\n\nImport a dictionary in the LIFT XML format (as exported from SIL FieldWorks for instance):\n\n```{r}\ndicpath \u003c- system.file(\"exampleData\", \"tuwariDictionary.lift\", package=\"interlineaR\")\ndictionary \u003c- read.lift(dicpath, language.code=\"tww\")\n```\n\n# Documentation\n\nSee the vignette interlineaR for an overview of the data model and the functions of this package.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylvainloiseau%2Finterlinear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsylvainloiseau%2Finterlinear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylvainloiseau%2Finterlinear/lists"}