Welcome to ClientVPS Mirrors

README

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

Author: Sylvain Loiseau
License: BSD_3_clause

Installation

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.

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.