if (FALSE) {
library(textTinyR)
# example input LSI matrices (see details section)
#-------------------------------------------------
set.seed(1)
LSI_matrix1 = matrix(runif(10000), 100, 100)
set.seed(2)
LSI_matrix2 = matrix(runif(10000), 100, 100)
txt_out = TEXT_DOC_DISSIM(first_matr = LSI_matrix1,
second_matr = LSI_matrix2, 'euclidean')
}
Run the code above in your browser using DataLab