InvT_Eng.txt {svs}R Documentation

Seventeen Dutch Target Words and their English Source Words

Description

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

Format

A data frame with 782 rows and 2 variables.

Examples

InvT_Eng <- read.table(system.file("extdata", "InvT_Eng.txt",package = "svs"),
   header = TRUE, sep = "\t", quote = "\"", encoding = "UTF-8",
   stringsAsFactors = FALSE)
sca.InvT_Eng <- fast_sca(InvT_Eng)
sca.InvT_Eng
lsa.InvT_Eng <- fast_lsa(InvT_Eng)
lsa.InvT_Eng

[Package svs version 3.0.0 Index]