powered by
Converts a dfm to a textmatrix for use with the lsa package.
dfm2lsa(x)
dfm to be converted
# NOT RUN { (mydfm <- dfm(c(d1 = "this is a first matrix", d2 = "this is second matrix as example"))) lsa::lsa(convert(mydfm, to = "lsa")) # }
Run the code above in your browser using DataLab