Description Usage Arguments Value References Examples
View source: R/read.pangloss.R
The pangloss collection (http://lacito.vjf.cnrs.fr/pangloss/index_en.html) is a large collection of interlinearized texts.
1 2 |
url |
a length one character vector with the url of the document to be imported |
DOI |
an unique identifier |
get.texts |
should the 'texts' data.frame be included in the result ? |
get.sentences |
should the 'sentences' data.frame be included in the result ? |
get.words |
should the 'words' data.frame be included in the result ? |
get.morphemes |
should the 'morphemes' data.frame be included in the result ? |
a list with up to 5 slots corresponding to different units and named "texts", "sentences", "words", "morphemes". Each slot contains a data frame where each line describe an occurrence of the corresponding unit.
http://lacito.vjf.cnrs.fr/pangloss/index_en.html
1 2 3 | path <- system.file("exampleData", "FOURMI.xml", package="interlineaR")
corpus <- read.pangloss(path)
head(corpus$morphemes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.