Sentiment-Analysis-with-LSTM-in-Persian icon indicating copy to clipboard operation
Sentiment-Analysis-with-LSTM-in-Persian copied to clipboard

sentiment analysis in Persian language by LSTM

Results 5 Sentiment-Analysis-with-LSTM-in-Persian issues
Sort by recently updated
recently updated
newest added

Corrected some grammatical errors in the read-me file also tidied it up.

Hi there. where are `reviews.txt `and `label.txt` located? I can't run ``` with open('reviews.txt', 'r') as f: reviews = f.read() with open('labels.txt', 'r') as f: labels = f.read() ```

Hello , dear friend Can you explain how with the way the label is selected labels = np.array([1 if each > 3 else 0 for each in labels]) Isn't it...

سلام می خواستم در حوزهaspect based sentiment analysis با استفاده از قوانین زبانی و آماری کار کنم. ولی هم تازه کارم و هم در کد زدن و تحلیل آن ها...

Hi dear minasmz I run your files and I cannot run test.py CleanedReviews.csv file doesn't exit please add it to your files Thanks