.github/workflows/ci.yml | |
|
|
.github/workflows/main.yml | |
|
|
.gitignore | |
|
|
.rubocop.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
lib/sentiment.rb | 8 | A 0 mins |
|
lib/sentiment/Base_model.rb | 29 | A 0 mins |
|
lib/sentiment/agr.txt | |
|
|
lib/sentiment/happy.txt | |
|
|
lib/sentiment/sad.txt | |
|
|
lib/sentiment/simple_model/input.txt | |
|
|
lib/sentiment/simple_model/keys.txt | |
|
|
lib/sentiment/simple_model/simple_model.rb | 89 | A 0 mins |
|
lib/sentiment/test1.txt | |
|
|
lib/sentiment/text.txt | |
|
|
lib/sentiment/text_preprocessor.rb | 78 | A 0 mins |
|
lib/sentiment/tfidf.rb | 44 | A 0 mins |
|
lib/sentiment/tokenization.rb | 14 | A 0 mins |
|
lib/sentiment/version.rb | 3 | A 0 mins |
|
sentiment.gemspec | |
|
|