Ctxt_Eng.txt | R Documentation |
The frequency table of seventeen Dutch synonyms of beginnen ("to begin") and their context words in texts translated from English (from the Dutch Parallel Corpus).
A table with 17 rows and 609 columns.
Ctxt_Eng <- read.table(system.file("extdata", "Ctxt_Eng.txt", package = "svs"),
header = TRUE, sep = "\t", quote = "\"", encoding = "UTF-8")
sca_Ctxt_Eng <- fast_sca(data.matrix(Ctxt_Eng))
sca_Ctxt_Eng
lsa_Ctxt_Eng <- fast_lsa(data.matrix(Ctxt_Eng))
lsa_Ctxt_Eng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.