-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
34 lines (34 loc) · 917 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
31
32
33
34
Package: rsyntax
Type: Package
Title: Extract Semantic Relations from Text by Querying and Reshaping Syntax
Version: 0.1.4
Date: 2022-06-06
Author: Kasper Welbers and Wouter van Atteveldt
Maintainer: Kasper Welbers <[email protected]>
Depends:
R (>= 3.2.0)
Imports:
igraph,
tidyselect,
methods,
stringi,
digest,
rlang,
magrittr,
tokenbrowser,
base64enc,
png,
data.table (>= 1.11.8)
Enhances:
spacyr
LazyData: true
Encoding: UTF-8
Description: Various functions for querying and reshaping dependency trees,
as for instance created with the 'spacyr' or 'udpipe' packages.
This enables the automatic extraction of useful semantic relations from texts,
such as quotes (who said what) and clauses (who did what). Method proposed in
Van Atteveldt et al. (2017) <doi:10.1017/pan.2016.12>.
License: GPL-3
RoxygenNote: 7.1.2
Suggests:
testthat