GithubHelp home page GithubHelp logo

isax's Introduction

iSAX

iSAX is an R package which provides access to iSA algorithm technology 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.

Getting the R package

  • Make sure to start a fresh R session and to have the devtools package installed, if not, please install it first with
    • install.packages("devtools") . Then type:
    • library(devtools)
    • install.packages(c("tm", "BMS", "quadprog", "rJava", "parallel", "data.table", "entropy"))
    • 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 plan to use Chinese language, you'll also need the rmmseg4j package (easy)
  • If you plan to use Japanese language, you'll also need RMeCab package (painful in many systems)

If rJava fails on OSX, please try to run on the Terminal window after installing the latest version of Java and reinstalling rJava package:

sudo R CMD javareconf

isax's People

Contributors

blogsvoices avatar siacus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

isax's Issues

Win 10 - R and Java 64 bit - Error when installing iSAX

Dear ISAX Team,

I am working with R 3.4.1 64bit on RStudio using java jdk 1.8.22 64bit on Windows 10.

When installing ISAX with the command install_github("blogsvoices/iSAX") I obtain this Error:

  • installing source package 'iSAX' ...
    ** R
    ** data
    ** preparing package for lazy loading
    ** help
    *** installing help indices
    ** building package indices
    ** testing if installed package can be loaded
    *** arch - i386
    Error: package or namespace load failed for 'rJava':
    .onLoad failed in loadNamespace() for 'rJava', details:
    call: inDL(x, as.logical(local), as.logical(now), ...)
    error: unable to load shared object 'C:/Users/robbyg/R/win-library/3.4/rJava/libs/i386/rJava.dll':
    LoadLibrary failure: %1 is not a valid Win32 application.

Error : package 'rJava' could not be loaded
Error: loading failed
Execution halted
*** arch - x64
ERROR: loading failed for 'i386'

  • removing 'C:/Users/robbyg/R/win-library/3.4/iSAX'
    Installation failed: Command failed (1)

Can you help me to figure out how to solve this issue?

Thanks
Roberto

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.