Learn R Programming

svs (version 3.0.0)

Ctxt_Dut.txt: Context Words for seventeen Dutch Words

Description

The frequency table of seventeen Dutch synonyms of beginnen ("to begin") and their context words (from the Dutch Parallel Corpus).

Arguments

Format

A table with 17 rows and 1404 columns.

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab