Learn R Programming

lsa (version 0.73.4)

Latent Semantic Analysis

Description

The basic idea of latent semantic analysis (LSA) is, that text do have a higher order (=latent semantic) structure which, however, is obscured by word usage (e.g. through the use of synonyms or polysemy). By using conceptual indices that are derived statistically via a truncated singular value decomposition (a two-mode factor analysis) over a given document-term matrix, this variability problem can be overcome.

Copy Link

Version

Install

install.packages('lsa')

Monthly Downloads

8,691

Version

0.73.4

License

GPL (>= 2)

Maintainer

Fridolin Wild

Last Published

January 11th, 2026

Functions in lsa (0.73.4)

stopwords

Stopwordlists in German, English, Dutch, French, Polish, and Arab
summary.textmatrix

Summary of a textmatrix (Matrices)
weightings

Weighting Schemes (Matrices)
specialchars

List of special character html entities and their character replacement
fold_in

Ex-post folding-in of textmatrices into an existing latent semantic space
cosine

Cosine Measure (Matrices)
dimcalc

Dimensionality Calculation Routines (LSA)
sample.textmatrix

Create a random sample of files
textmatrix

Textmatrix (Matrices)
associate

Find close terms in a textmatrix
triples

Bind Triples to a Textmatrix
query

Query (Matrices)
print.textmatrix

Print a textmatrix (Matrices)
corpora

Corpora (Essay Scoring)
alnumx

Regular expression for removal of non-alphanumeric characters (saving special characters)
lsa

Create a vector space with Latent Semantic Analysis (LSA)
as.textmatrix

Display a latent semantic space generated by Latent Semantic Analysis (LSA)