Skip to content

davidvelascogarcia/sentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentimentAnalysis Homepage Latest Release Build Status

Sentiment Analysis: sentimentAnalysis (Python API)

Introduction

sentimentAnalysis module use TextBlob in python. This module receive text to be analyze with YARP port. sentimentAnalysis publish the results of the anslysis by YARP ports.

Documentation available on docs.

Use

sentimentAnalysis requires text like input. The process to running the program:

  1. Execute programs/sentimentAnalysis.py, to start de program.
python sentimentAnalysis.py
  1. Connect data source.
yarp connect /yourport/data:o /sentimentAnalysis/data:i

NOTE:

  • Data results are published on /sentimentAnalysis/data:o

Requirements

gpsTracker requires:

(Using YARP with Python 2.7 bindings)

pip2 install textblob

(Using YARP with Python 3 bindings)

pip3 install textblob
  • Install googletrans:
pip install googletrans

Tested on: windows 10, ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

About

sentimentAnalysis: Sentiment Analysis implementation with the TextBlob Python API. Receipt of text to be analyzed via YARP and publication of results via YARP port.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages