Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Software monad for Latent semantic analysis
Contributed by: Anton Antonov
Software monad for Latent Semantic Analysis (LSA). Three dimension reduction algorithms are supported Singular Value Decomposition (SVD), Non-Negative Matrix Factorization (NNMF), Independent Component Analysis (ICA).
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/MonadicLatentSemanticAnalysis"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`MonadicLatentSemanticAnalysis`"]
Get USA presidents speeches:
In[1]:= |
Run the most frequently used LSA pipeline:
In[2]:= |