-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: rELAN
Title: Convert ELAN Files into data.frame Structures
Version: 0.0.0.9000
Authors@R: c(
person("Katja", "Wiesner", email = "[email protected]", role = c("aut", "cre")),
person("Nicolas", "Werner", email = "[email protected]", role = "aut"),
person("Fahime", "Same", email = "[email protected]", role = "ctb"))
Description: Converts files produced by the annotation tool ELAN (.eaf) into R data.frameS.
Optionally calculates duration of annotations which are not time-alignable
and can structure a data.frame as a wide format with merged rows.
ELAN (Version 6.7) [Computer software]. 2023.
Nijmegen: Max Planck Institute for Psycholinguistics, The Language Archive.
Retrieved from https://archive.mpi.nl/tla/elan
URL: https://github.com/relan-package/rELAN
BugReport: https://github.com/relan-package/rELAN/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
magrittr,
tidyr,
xml2