Closed psammy007 closed 5 years ago
bow_corpus = [dictionary.doc2bow(doc) for doc in processed_doc] This lines sometimes works and sometime not. like Sometimes i get result but sometimes it returns empty bow_corpus is empty
bow_corpus = [dictionary.doc2bow(doc) for doc in processed_doc] This lines sometimes works and sometime not. like Sometimes i get result but sometimes it returns empty bow_corpus is empty