vignette part 5 has error?
beginning with:
parse it into sentences
sent <- stringi::stri_split_boundaries(doc, type = "sentence")[[ 1 ]]
should "doc" be "embeddings"?
also, e <- e[ , vocab] %*% t(gamma[ , vocab ]) throws an error
Hi there. I'll take a look at this this weekend. Thanks for bringing the issue to my attention.
On Tue, May 31, 2022 at 2:37 PM Ben @.***> wrote:
beginning with: parse it into sentences
sent <- stringi::stri_split_boundaries https://rdrr.io/pkg/stringi/man/stri_split_boundaries.html(doc, type = "sentence")[[ 1 ]] should "doc" be "embeddings"? also, e <- e[ , vocab] %*% t(gamma[ , vocab ]) throws an error
— Reply to this email directly, view it on GitHub https://github.com/TommyJones/textmineR/issues/91, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGCQAREPZNCMV3WOKOSVMTVMZL75ANCNFSM5XOPJA5A . You are receiving this because you are subscribed to this thread.Message ID: @.***>