anoopbhatn / Sentiment-Analysis-using-Naive-Bayes-Classifier

A Python code to classify the sentiment of a text to positive or negative
16 stars 18 forks source link

Creating New Datasets #1

Open RianAsmara opened 6 years ago

RianAsmara commented 6 years ago

Hello Sir. Are you creating the datasets manually or not ? Thank you

anoopbhatn commented 6 years ago

One small dataset I had created. Then I used a big dataset from some other source.

On Fri, Aug 3, 2018, 9:36 PM Rian Asmara Putra notifications@github.com wrote:

Hello Sir. Are you creating the datasets manually or not ? Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/anoopbhatn/Sentiment-Analysis-using-Naive-Bayes-Classifier/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ATlG_Ah4gksYUWsR9riytunpJjwkhDpBks5uNHTsgaJpZM4VuP62 .

RianAsmara commented 6 years ago

You mean wrote it manually ? Or using some technique ?

anoopbhatn commented 6 years ago

First one, I wrote it manually.

Second one was from some other source.

On Fri, Aug 3, 2018, 10:56 PM Rian Asmara Putra notifications@github.com wrote:

You mean wrote it manually ? Or using some technique ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/anoopbhatn/Sentiment-Analysis-using-Naive-Bayes-Classifier/issues/1#issuecomment-410321899, or mute the thread https://github.com/notifications/unsubscribe-auth/ATlG_NEx1sxRp7_rwwWTZyVGXT_shZs3ks5uNIexgaJpZM4VuP62 .

JayaParvathi928 commented 5 years ago

Hello sir, Can we apply this code to a large data set like with sentences more than 1000??

anoopbhatn commented 5 years ago

Hi,

Yes definitely. I have tested with a larger dataset. It might take some time, but will work and not break for sure.

On Sat, Apr 20, 2019, 9:42 AM JayaParvathi928 <notifications@github.com wrote:

Hello sir, Can we apply this code to a large data set like with sentences more than 1000??

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/anoopbhatn/Sentiment-Analysis-using-Naive-Bayes-Classifier/issues/1#issuecomment-485056858, or mute the thread https://github.com/notifications/unsubscribe-auth/AE4UN7GUZ5KKRT6P2BQLKLLPRKJ2DANCNFSM4FNY723A .

JayaParvathi928 commented 5 years ago

Hello sir again,

But it is showing "list index out of range" when I tried to experiment on large data set

JayaParvathi928 commented 5 years ago

How can I solve "List index out of range error.."???

vaibhav950170 commented 3 years ago

hello