-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 944 Bytes
/
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
Package: collocateR
Title: Processes collocates for keywords in context and calculate collocate significance
Version: 0.8
Authors@R: person("Ciarán", "O'Kelly", email = "okelly.ciaran@gmail.com", role = c("aut", "cre"))
Description: CollocateR serves a simple purpose. It processes collocates for keywords in context in text files and calculates significance for them, based on tests set out in Barnbrook et al's Collocation: Applications and Implications, Palgrave 2013, and formulae explained in the British National Corpus home.
Depends: R (>= 3.4)
Imports:
dplyr,
magrittr,
purrr,
stringr,
tibble,
tidytext,
quanteda,
memoise,
stringi,
tidyr
License: GPL
Encoding: UTF-8
Collate:
'collocateR.R'
'remove_duplicates.R'
'get_freqs.R'
'get_npmi.R'
'get_pmi.R'
'get_zscore.R'
'internal_get_freqs.R'
'internal_get_pmi.R'
'internal_manage_keyword.R'
RoxygenNote: 6.0.1