Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 746 Bytes

supervised-LDA

Using sLDA from LDA package in R.

Wikipedia articles for famous personalities have been extracted, preprocessed and used.

5 labels are used as follows,

"Early Life" <- 0

"Personal Life" <- 1

"Career" <- 2

"Controversies <- 3

"Later Career,Life etc." <- 4

Folders for each class are made in train and test folder. While using your data do the appropriate changes in the program.

Using the library just by reading the pdf(https://cran.r-project.org/web/packages/lda/lda.pdf) is difficult.

Contact:[email protected]