Skip to content

Commit 0b7ee12

Browse files
committed
fix note about arXiv DOI in DESCRIPTION
1 parent f7c9597 commit 0b7ee12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Authors@R: c(
99
person('Max', 'Fomichev', role = c('ctb', 'cph'), comment = "Code in src/word2vec"))
1010
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
1111
Description: Learn vector representations of words by continuous bag of words and skip-gram implementations of the 'word2vec' algorithm.
12-
The techniques are detailed in the paper "Distributed Representations of Words and Phrases and their Compositionality" by Mikolov et al. (2013), available at <arXiv:1310.4546>.
12+
The techniques are detailed in the paper "Distributed Representations of Words and Phrases and their Compositionality" by Mikolov et al. (2013), available at <doi:10.48550/arXiv.1310.4546>.
1313
URL: https://github.com/bnosac/word2vec
1414
License: Apache License (>= 2.0)
1515
Encoding: UTF-8
16-
RoxygenNote: 7.2.3
16+
RoxygenNote: 7.3.2
1717
Depends: R (>= 2.10)
1818
Imports: Rcpp (>= 0.11.5), stats
1919
LinkingTo: Rcpp, RcppProgress

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## CHANGES IN word2vec VERSION 0.4.1
22

33
- documentation changes in word2vec_similarity regarding the use of braces
4+
- fix note about arXiv DOI in DESCRIPTION
45

56
## CHANGES IN word2vec VERSION 0.4.0
67

0 commit comments

Comments
 (0)