Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 1 : sentiment recognition Attached Files: File nyt _ 2 0 0 8 1 1 . txt ( 2 . 9 1 1 MB

Exercise 1: sentiment recognition
Attached Files:
File nyt_200811.txt (2.911 MB)
Go to the attached document. Come up with 1 sentence that the classifier gets wrong. Explain, the best you can, what is causing the error?
1. load the text from the attached document.
2. use UNIX/Linux scripting to find, based on most commonly used words, what is the text about. Justify your answer.
3. useful commands: tr, sort, uniq, e.g. see what happens with 'tr -sc 'A-Za-z''
'< nyt_200811.txt | tr '[:upper:]''[:lower:]'| sort | uniq -c'

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Joe Celkos Data And Databases Concepts In Practice

Authors: Joe Celko

1st Edition

1558604324, 978-1558604322

Students also viewed these Databases questions

Question

What is the environment we are trying to create?

Answered: 1 week ago

Question

How can we visually describe our goals?

Answered: 1 week ago