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