Nothing
library(RcppCWB)
use_tmp_registry()
testthat::context("get_cbow_matrix")
test_that(
"get_cbow_matrix",
{
M <- get_cbow_matrix(
corpus = "REUTERS",
p_attribute = "word",
registry = get_tmp_registry(),
matrix = matrix(c(0, 91), nrow = 1),
window = 5
)
expect_equal(dim(M), c(92L, 11L))
}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.