Skip to content

capkuro/iSAX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSAX

iSAX is an R package which provides access to iSA technology developed by VOICES from the Blogs. It is released for academic use only and licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License Creative Commons License.

iSAX's background

The iSA/iSAX algorithms have been presented in the paper "iSA: A fast, scalable and accurate algorithm for sentiment analysis of social media content", Information Sciences (2016). The paper is accessible following this link.

Warning:

Commercial use of iSA is protected under the U.S. provisional patent application No. 62/215264

Getting the R package

  • Make sure to start a fresh R session and to have the devtools package installed. Then type:
    • library(devtools)
    • install_github("blogsvoices/iSAX")
  • At this point you should have iSAX installed and can proceed with:
    • library(iSAX)
  • You should be ready to go!
  • If you have any question or you are interested in using iSA technology in an enterprise environment, please contact us at [email protected]

About

The iSA package for R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%