The LDA code generates topics say from 0 to 5 . Is there a standard way (a norm) used to link the generated topics and the documents themselves. Eg: doc1 is of Topic0 , doc5 is of topic Topic1 etc. One way i can think of is to string search each of geenrated key words in each topic on the docs , is there a generic way or practice followed for this?
Ex LDA code - https://github.com/manhcompany/lda/blob/master/lda.py