Logo image
Latent Semantic Analysis (LSA) in Python
Book chapter

Latent Semantic Analysis (LSA) in Python

Murugan Anandarajan, Chelsey Hill and Thomas Nolan
Practical Text Analytics, pp 221-242
20 Oct 2018

Abstract

Latent semantic analysis Python Text analytics Text mining
This chapter presents the application of latent semantic analysis (LSA) in Python as a complement to Chap. 6, which covers semantic space modeling and LSA. In this chapter, we will present how to implement text analysis with LSA through annotated code in Python. In this example, we will run LSA over a dataset that includes 401 instances of both online and offline review sources from the Areias do Seixo Eco-Resort (Data available at https://archive.ics.uci.edu/ml/datasets/Eco-hotel).

Metrics

22 Record Views

Details

Logo image