ossteam8 / LDA-TextRank-keyword

Keyword extractor using LDA and TextRank combined
GNU Lesser General Public License v2.1
4 stars 0 forks source link

index out of range in app.py -> save_topics -> ext_topic_cluster[i] = [keywords[i - 1], top_save] #23

Closed chaehuiseon closed 3 years ago

chaehuiseon commented 3 years ago

I think the range must be len(keywords)+1 rather than NUM_TOPICS+1

If there is empty corp_doc_topics cell, the keywords length mgiht decrease

linkyouhj commented 3 years ago

issue cleared