SndT_Eng.txt | R Documentation |
The occurrences of seventeen Dutch synonyms of beginnen ("to begin") and their English translations (from the Dutch Parallel Corpus).
A data frame with 1117 rows and 2 variables.
source_Dut
The Dutch source word.
target_Eng
The English target word.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.