+ 3
What should I learn to work on sentimental analysis project?
I want to work on sentimental analysis project. And I have enough knowledge of hadoop,mapreduce etc. So , what should I learn for the same?
5 ответов
+ 8
thank you Janning...it helped me a lot
+ 6
hi Janning , that only explains what is that? and some examples ..but not what i need
+ 3
Hi Anubhav,
I think that digging deeper and pursuing hints or clues as far as you can is a good habit to form early on in development. (Hmm... that seemed oddly punny.)
Anyway, to illustrate my point, the link directs you to the following list:
The following is a list of a few open source sentiment analysis tools.
1. GATE plugins
2. Stanford Sentiment Analysis Module (Deeply Moving: Deep Learning for Sentiment Analysis)
3. LingPipe (Sentiment Analysis Tutorial)
4. TextBlob (Tutorial: Quickstart)[5]
5. Opinion Finder (OpinionFinder | MPQA)
6. Clips pattern.en (pattern.en | CLiPS)
A search for each of these reveals the following:
1. https://en.wikipedia.org/wiki/General_Architecture_for_Text_Engineering
2. https://nlp.stanford.edu/sentiment/code.html
3. http://alias-i.com/
4. https://textblob.readthedocs.io/en/dev/
5. http://mpqa.cs.pitt.edu/opinionfinder/opinionfinder_2/opinionfinder_2_0/opinionfinder_2_0_README.txt
6. https://www.clips.uantwerpen.be/software
Which would then lead us to conclude:
1. Java
2. Java
3. Java
4. Python
5. Java
6. Python
Not knowing any more about what area of sentiment analysis you want to focus on or which projects interest you the most, I can only offer general guidance.
I see you've already completed SoloLearn's Java course and are relatively far along in SoloLearn's Python course, so you're already on your way. Keep up the good work!
+ 1
Hi Anubhav,
Does this help?
https://en.wikipedia.org/wiki/Sentiment_analysis#Tools
+ 1
You're welcome. :)