Learn R Programming

svs (version 1.0.2)

SndT_Eng.txt: Seventeen Dutch Source Words and their English Translations

Description

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

Arguments

format

A data frame with 1117 rows and 2 variables.
  • source_Dut
{The Dutch source word.} target_Eng{The English target word.}

Examples

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

Run the code above in your browser using DataLab