Learn R Programming

svs (version 3.0.0)

SndT_Fra.txt: Seventeen Dutch Source Words and their French Translations

Description

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

Arguments

Format

A data frame with 1487 rows and 2 variables.

  • source_Dut The Dutch source word.

  • target_Fra The French target word.

Examples

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

Run the code above in your browser using DataLab