subject

Sentiment analysis is a big data problem which seeks to determine the general attitude of a writer given some text they have written. for instance, we would like to have a program that could look at the text "the film was a breath of fresh air" and realize that it was a positive statement while "it made me want to poke out my eye balls" is negative.
one algorithm that we can use for this is to assign a numeric value to any given word based on how positive or negative that word is and then score the statement based on the values of the words. but, how do we come up with our word scores in the first place?
that's the problem that we’ll solve in this assignment. you are going to search through a file containing movie reviews from the rotten tomatoes website which have both a numeric score as well as text. you’ll use this to learn which words are positive and which are negative. the data file looks like this:
4 this quiet , introspective and entertaining independent is worth seeking .
1 aggressive self-glorification and a manipulative whitewash .
4 best indie of the year , so far .
2 nothing more than a run-of-the-mill action flick .
2 reeks of rot and hack work from start to finish .
note that each review starts with a number 0 through 4 with the following meaning:
0 : negative
1 : somewhat negative
2 : neutral
3 : somewhat positive
4 : positive

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:00
The word ‘play’ comes with many different interpretations and a variety of definitions. discuss some of the various meanings tied to the word play. why is the concept of play thought to be an important addition to the workplace? do some (brief) research online and give an example of how play in the workplace is being done right.
Answers: 2
question
Computers and Technology, 23.06.2019 08:30
All of these are true about using adhesive except: a. dissimilar materials can be joined. b. mixing tips are product and material specific. c. a specific application gun may be required. d. two-part adhesives are dispensed using two mixing tips
Answers: 3
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. peter has launched a website that features baby products. however, clients often find they are unable to access the website because the server is down. which feature of cybersecurity should peter focus on for his website? a. data authenticity b. data privacy c. data availability d. data integrity e. data encryption
Answers: 3
question
Computers and Technology, 23.06.2019 21:30
Write a fragment of code that reads in strings from standard input, until end-of-file and prints to standard output the largest value. you may assume there is at least one value. (cascading/streaming logic, basic string processing)
Answers: 3
You know the right answer?
Sentiment analysis is a big data problem which seeks to determine the general attitude of a writer g...
Questions
question
Computers and Technology, 09.11.2020 18:50