paint-brush
Naive Sentiment Analysis Using Rby@cleuton-sampaio
153 reads

Naive Sentiment Analysis Using R

by Cleuton Sampaio3mFebruary 12th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Naive Sentiment Analysis Using R is a program that classifies messages according to the feeling of the text using techniques of NLP in the R language. It is a naive algorithm that is less than perfect and can give you false negatives. The result is the result of the naive algorithm: "It's a good product, and with some improvements can be a great product!" The program uses the AFINN lexicon file to calculate the weight of a text, based on a -5,+5 interval. It then uses the lexical file to assign weights to each word, summing the result to cancel positive ones.

People Mentioned

Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Naive Sentiment Analysis Using R
Cleuton Sampaio HackerNoon profile picture
Cleuton Sampaio

Cleuton Sampaio

@cleuton-sampaio

Founder: "pythondrops.com". Full-stack dev/ AI Engineer/ Professional Writer/ M.Sc. Rio de Janeiro

Learn More
LEARN MORE ABOUT @CLEUTON-SAMPAIO'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Cleuton Sampaio HackerNoon profile picture
Cleuton Sampaio@cleuton-sampaio
Founder: "pythondrops.com". Full-stack dev/ AI Engineer/ Professional Writer/ M.Sc. Rio de Janeiro

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Pipfeed