Skip to content

Sentiment analysis (opinion mining) for Portuguese, English, Spanish, and Galician

License

Notifications You must be signed in to change notification settings

jalbarracinv/CitiusSentiment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CitiusSentiment: PERL scripts for opinion mining 

Author:
Pablo Gamallo
ProLNat Group, CiTIUS
University of Santiago de Compostela
Galiza, Spain

################ WORK IN PROGRESS!!!!! ###########################


REQUIREMENTS
Perl and bash interpreters 

It contains CitiusTool (CitiusTagger + CitiusNEC).

HOW TO INSTALL
> git clone https://github.com/gamallo/CitiusSentiment.git
> sh install-citiussentiment.sh

Pay attention: do not install the package in a directory whose name contain blank spaces!

HOW TO USE
sentiment.sh <lang> <file>

      language=pt, es, en, gl
      file=path of the input file


INPUT FILE

The input file must be in plain text format. 
File codification must be UTF-8.


EXAMPLE OF USE

./sentiment.sh es test/es.txt

About

Sentiment analysis (opinion mining) for Portuguese, English, Spanish, and Galician

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 99.3%
  • Shell 0.7%