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, 23.06.2019 15:30
1. ask the user how many questions are in the quiz. 2. ask the user to enter the key (that is, the correct answers). there should be one answer for each question in the quiz, and each answer should be an integer. e.g., 34 7 13 100 81 3 9 10 321 12 might be the key for a 10-question quiz. you will need to store the key in an array. 3. ask the user to enter the answers for the quiz to be graded. there needs to be one answer for each question. note that these answers do not need to be stored; each answer can simply be compared to the key as it is entered. 4. when the user has entered all of the answers to be graded, print the number correct and the percent correct. 5. add a loop so that the user can grade any number of quizzes with a single key. after the results have been printed for each quiz, ask "grade another quiz? (y/n)." note: you only have one array (the key). you are not creating a new key for each set of quiz answers.
Answers: 3
question
Computers and Technology, 24.06.2019 16:50
Ramp charts are generally created in wordlotusexcelpowerpoint
Answers: 1
question
Computers and Technology, 24.06.2019 23:00
People should never use telepresence when virtually meeting with a group of co-workers. true false
Answers: 1
question
Computers and Technology, 25.06.2019 06:50
A1-megabit computer memory chip contains many 27 ff capacitors. each capacitor has a plate area of 3.09 × 10−11 m 2 . determine the plate separation of such a capacitor (assume an empty parallel-plate configuration). the characteristic atomic diameter is 10−10 m = 1 ˚a, and the permittivity of a vacuum is 8.8542 × 10−12 c 2 /n · m2 . answer in units of ˚a.
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
Mathematics, 26.03.2021 19:40
question
Mathematics, 26.03.2021 19:40
question
Mathematics, 26.03.2021 19:40
question
Mathematics, 26.03.2021 19:40
question
Mathematics, 26.03.2021 19:40
Questions on the website: 13722359