Learn R Programming

⚠️There's a newer version (0.73.3) of this package.Take me there.

lsa (version 0.73.2)

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

4,187

Version

0.73.2

License

GPL (>= 2)

Maintainer

Fridolin Wild

Last Published

May 4th, 2020

Functions in lsa (0.73.2)

cosine

Cosine Measure (Matrices)
dimcalc

Dimensionality Calculation Routines (LSA)
lsa

Create a vector space with Latent Semantic Analysis (LSA)
weightings

Weighting Schemes (Matrices)
specialchars

List of special character html entities and their character replacement
triples

Bind Triples to a Textmatrix
sample.textmatrix

Create a random sample of files
stopwords

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

Textmatrix (Matrices)
summary.textmatrix

Summary of a textmatrix (Matrices)
fold_in

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

Find close terms in a textmatrix
alnumx

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

Corpora (Essay Scoring)
query

Query (Matrices)
print.textmatrix

Print a textmatrix (Matrices)
as.textmatrix

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