-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.54 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: sunflower
Type: Package
Title: Managing Multiple Responses, Computing Formal Quality Measures, and Classifying Language Production Errors
Version: 0.16.10
Author: Gutiérrez-Cordero, I [aut][cre](<https://orcid.org/0000-0003-1508-4203>)
Authors@R: person(
given = "Ismael",
family = "Gutiérrez-Cordero",
role = c("aut", "cre"),
email = "igtezcordero@uma.es",
comment = c(ORCID = "0000-0003-1508-4203")
)
Maintainer: Gutiérrez-Cordero, I. <igtezcordero@uma.es>
Description:
A package to study the production quality of Spanish speakers with aphasia.
sunflower is a succinct tool that allows for managing multiple responses,
computing formal quality measures, and classifying language production errors.
It is designed to assist clinicians and researchers with error classification and formal analysis tasks.
While the package can compute formal measures on its own, it depends on additional "nutrients,"
such as word lists from dictionaries or databases and corpora that include word embeddings obtained
through natural language processing to classify errors.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
tidyr (>= 1.1.4),
dplyr (>= 1.0.7),
tidyverse,
reshape2,
stringdist,
stringr,
PTXQC,
tibble,
tictoc,
magrittr,
purrr,
stats,
word2vec
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3