-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.49 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
Package: collogetr
Type: Package
Title: Collocates Retriever and Collocation Association Measure for the Indonesian Leipzig Corpora
Version: 1.1.4
Date: 2020-03-17
Authors@R: person(given = "Gede Primahadi Wijaya", family = "Rajeg", email = "primahadiwijaya@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2047-8621"))
Description: An R package for retrieving window-span collocates of a (set of) nodeword(s) from raw/untagged text corpora.
The current functionality deals with the sentence-based, corpus-input from the Indonesian Leipzig Corpora.
There are also functions to determine mutual association strength between a node-word/search pattern and its window-span collocates.
The currently available association measures are the Simple Collocates Analysis and Distinctive Collocates Analysis.
The association measure computations can be based on the log-transformed p-value of the one-tailed Fisher-Yates Exact test, Chi-Square test, and Log-Likelihood Ratio.
Depends: R (>= 3.6)
Imports:
lifecycle (>= 0.2.0),
dplyr (>= 0.8.5),
tidyr (>= 1.0.2),
purrr (>= 0.3.3),
stringr (>= 1.4.0),
readr (>= 1.3.1),
tibble (>= 2.1.3),
rlang (>= 0.4.3),
stringi (>= 1.4.5),
assertthat (>= 0.2.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests:
testthat (>= 2.1.0),
covr
URL: https://gederajeg.github.io/collogetr/, https://github.com/gederajeg/collogetr
BugReports: https://github.com/gederajeg/collogetr/issues