11-22-2011, 06:45 AM
|
#4
|
Junior Member
Join Date: Nov 2011 |
|
|
|
Referrals: 0 |
Posts: 18 |
Reputation: 10 |
|
| |
|
Latent Semantic Analysis (LSA) is a mathematical method that tries to bring out latent relationships within a collection of documents. Rather than looking at each document isolated from the others it looks at all the documents as a whole and the terms within them to identify relationships.
An example of LSA:
Using a search engine search for “sand“.
Documents are returned which do not contain the search term “sand” but contains terms like “beach”.
LSA has identified a latent relationship, “sand” is semantically close to “beach”.
|
|
|
|