-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.34 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
Package: ruimtehol
Type: Package
Title: Learn Text 'Embeddings' with 'Starspace'
Version: 0.3.2
Maintainer: Jan Wijffels <[email protected]>
Authors@R: c(
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]', comment = "R wrapper"),
person('BNOSAC', role = 'cph', comment = "R wrapper"),
person('Facebook, Inc.', role = 'cph', comment = "Starspace (BSD licensed)"))
Description: Wraps the 'StarSpace' library <https://github.com/facebookresearch/StarSpace>
allowing users to calculate word, sentence, article, document, webpage, link and entity 'embeddings'.
By using the 'embeddings', you can perform text based multi-label classification,
find similarities between texts and categories, do collaborative-filtering based recommendation
as well as content-based recommendation, find out relations between entities, calculate
graph 'embeddings' as well as perform semi-supervised learning and multi-task learning on plain text.
The techniques are explained in detail in the paper: 'StarSpace: Embed All The Things!' by Wu et al. (2017), available at <arXiv:1709.03856>.
License: MPL-2.0
URL: https://github.com/bnosac/ruimtehol
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.5), utils, graphics, stats
Suggests: udpipe, data.table
LinkingTo: Rcpp, BH
RoxygenNote: 7.1.2