Learn R Programming

svs (version 3.0.0)

Ctxt_Fra.txt: Context Words for seventeen Dutch Words Translated from French

Description

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

Arguments

Format

A table with 17 rows and 612 columns.

Examples

Run this code
# NOT RUN {
Ctxt_Fra <- read.table(system.file("extdata", "Ctxt_Fra.txt", package = "svs"),
   header = TRUE, sep = "\t", quote = "\"", encoding = "UTF-8")
sca.Ctxt_Fra <- fast_sca(data.matrix(Ctxt_Fra))
sca.Ctxt_Fra
lsa.Ctxt_Fra <- fast_lsa(data.matrix(Ctxt_Fra))
lsa.Ctxt_Fra
# }

Run the code above in your browser using DataLab