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