We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phrase not bad usually has neutral or even positive value. But gem doesn't think so 👎
not bad
=> analyzer = Sentimental.new => #<Sentimental:0x0055b27fc84830 @ngrams=1, @word_scores={}, @influencers={}, @threshold=0, @neutral_regexps=[]> irb(main):064:0> analyzer.load_defaults => {"extremely"=>1.5, "really"=>1.25, "pretty"=>1.01} irb(main):065:0> analyzer.threshold = 0.1 => 0.1 irb(main):066:0> analyzer.score("not bad") => -1.3088
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Phrase
not bad
usually has neutral or even positive value. But gem doesn't think so 👎The text was updated successfully, but these errors were encountered: