SkillAgentSearch skills...

InterlineaR

An R library for managing interlinear glossed text (IGT) corpora.

Install / Use

/learn @sylvainloiseau/InterlineaR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

interlineaR : utility functions for importing into R interlinearized corpora and dictionaries

Author: Sylvain Loiseau<br/> License: BSD_3_clause

CRAN_Status_Badge

Installation

# stable version:
install.packages("interlineaR")

# development version:
devtools::install_github("sylvainloiseau/interlineaR",  build_vignettes=TRUE)

Usage

Import an interlinearised corpus in the EMELD XML format (as exported from SIL FieldWorks for instance):

path <- system.file("exampleData", "tuwariInterlinear.xml", package="interlineaR")
corpus <- read.emeld(path, vernacular.languages="tww")

Import an interlinearised corpus in Toolbox (SIL) format:

path <- system.file("exampleData", "tuwariToolbox.txt", package="interlineaR")
corpus <- read.toolbox(path)

Import a dictionary in the LIFT XML format (as exported from SIL FieldWorks for instance):

dicpath <- system.file("exampleData", "tuwariDictionary.lift", package="interlineaR")
dictionary <- read.lift(dicpath, language.code="tww")

Documentation

See the vignette interlineaR for an overview of the data model and the functions of this package.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks2

Languages

R

Security Score

60/100

Audited on Mar 6, 2025

No findings