Learn R Programming

svs (version 3.0.0)

InvT_Fra.txt: Seventeen Dutch Target Words and their French Source Words

Description

The occurrences of seventeen Dutch synonyms of beginnen ("to begin") and their French source words (from the Dutch Parallel Corpus).

Arguments

Format

A data frame with 856 rows and 2 variables.

  • source_Fra The French source word.

  • target_Dut The Dutch target word.

Examples

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

Run the code above in your browser using DataLab