ayushjain91 / Sentiment-LDA

31 stars 15 forks source link

Code Breakd Down for Large Set of Reviews #1

Open Stefan-Pasch opened 5 years ago

Stefan-Pasch commented 5 years ago

When I apply the code to a different dataset it runs smoothly, when the set of reviews is small. However, when I try to run the code with a larger set of reviews (over 1000) the program breaks down after the last iteration and gives hundreds of error messages similiar to these: ..... Line #113740 (got 4 columns instead of 9) Line #113742 (got 5 columns instead of 9) Line #113744 (got 4 columns instead of 9) Line #113746 (got 4 columns instead of 9) ...... Does anayone has an idea why this happens? Many thanks in advance!