-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure LICENSE.note is shipped on cran
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
LICENSE | ||
LICENSE$ | ||
dev | ||
.bin | ||
.tsv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: ruimtehol | ||
Type: Package | ||
Title: Learn Text 'Embeddings' with 'Starspace' | ||
Version: 0.1 | ||
Version: 0.1.1 | ||
Maintainer: Jan Wijffels <[email protected]> | ||
Authors@R: c( | ||
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]', comment = "R wrapper"), | ||
|
@@ -13,8 +13,9 @@ Description: Wraps the 'StarSpace' library <https://github.com/facebookresearch/ | |
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 Ledell et al. (2017), available at <arXiv:1709.03856>. | ||
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters