Senti4SD icon indicating copy to clipboard operation
Senti4SD copied to clipboard

An emotion-polarity classifier specifically trained on developers' communication channels

Results 10 Senti4SD issues
Sort by recently updated
recently updated
newest added

the following command is: **% sh /Users/apple/Senti4SD/ClassificationTask/requirements.sh** Java is installed R is installed /Users/apple/Senti4SD/ClassificationTask/requirements.sh: line 7: Rscript: command not found **% sh /Users/apple/Senti4SD/ClassificationTask/classificationTask.sh /Users/apple/Senti4SD/ClassificationTask/Sample.csv** Error: Invalid or corrupt jarfile /Users/apple/Senti4SD/ClassificationTask/Senti4SD-fast.jar...

hi, i'm trying to running Senti4SD on windows 8.1 and it has errors? would you explain me step by step, how can i run it on windows? thank you

If I try to clone the repo using Git LFS I get the following error: > Error downloading object: Senti4SD/ClassificationTask/Senti4SD-fast.jar batch response: This repository is over its data quota. Account...

The bash script to run the classification task is available, but a script to run the training task is missing.

As suggested I created an input.csv file and I try to run it to receive the prediction.csv results but I receive this ``` ``` $ sh requirements.sh Java is installed...

This PR contains: - A set of functions to use Senti4SD directly from the R interpreter or any script. This includes a function to chunk a large dataset so that...

We need to re-code our script to circumvent the fact that R by default tries to load an entire file into the memory. The easiest alternative is to use `ff`...

enhancement

I'm trying to use Senti4SD on a large dataset (~100M lines of text) and would like to instrument most of it from R to improve performance. In particular, I'm trying...

Please check my pull request. This pull request will solve the large file problem. Now one just need to specify a directory for the input file and an optional output...

Print an error message when a file is not found

enhancement