Skip to content

Commit 970e0b6

Browse files
committed
doc
1 parent e91aa54 commit 970e0b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/paragraph2vec.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#' x$nwords <- txt_count(x$text, pattern = " ")
5151
#' x <- subset(x, nwords < 1000 & nchar(text) > 0)
5252
#'
53-
#' ## Build the model get word embeddings and nearest neighbours
53+
#' ## Build the model
5454
#' model <- paragraph2vec(x = x, type = "PV-DM", dim = 15, iter = 5)
5555
#' \donttest{
5656
#' model <- paragraph2vec(x = x, type = "PV-DBOW", dim = 100, iter = 20)

man/paragraph2vec.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)