This is the first version of the QLSA R package. This package was created for academic proposals.
Quantum Latent Semantic Analysis (QLSA) is an R package used by the Social Psychology and Methodology department at the Universidad Autónoma de Madrid. We have created a new method for generating multidimensional subspaces of concepts extracted from a LSA semantic space. The LSA semantic space is allocated in the Gallito API tool server. For that reason you will need to use a password in order to use this package. Please, don't hesitate in contacting us if you want to use it for academic proposals.
You will need to install the "devtools" package in order to install the "QLSA" package. Follow the next steps to install our package:
install.packages("devtools")
library(devtools)
install_github("alejandrommingo/QLSA")
Please, contact us if you have any question using the next email: alejandro.martinez@uam.es
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.