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

Description Format Examples

Description

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

Format

A data frame with 1117 rows and 2 variables.

Examples

1
2
3
4
5
6
7
SndT_Eng <- read.table(system.file("extdata", "SndT_Eng.txt",package = "svs"),
   header = TRUE, sep = "\t", quote = "\"", encoding = "UTF-8",
   stringsAsFactors = FALSE)
sca.SndT_Eng <- fast_sca(SndT_Eng)
sca.SndT_Eng
lsa.SndT_Eng <- fast_lsa(SndT_Eng)
lsa.SndT_Eng

svs documentation built on Nov. 10, 2020, 1:09 a.m.