Giter Club home page Giter Club logo

Comments (5)

besirkurtulmus avatar besirkurtulmus commented on June 19, 2024

Hi @jd155,

Can you try encoding the string in unicode? Try adding a u in front of the strings.

eg. example_str = u"some sentence"

Let me know if that works or not.

from vadersentiment.

jd155 avatar jd155 commented on June 19, 2024

@besirkurtulmus Yes - this worked, thanks!

from vadersentiment.

 avatar commented on June 19, 2024

@jd155 Hi, could you tell me where did you find the vader_lexicon.txt? Thanks a lot!

from vadersentiment.

 avatar commented on June 19, 2024

@jd155 @besirkurtulmus Also, where did you encode the string? Since the error occurs at sid = SentimentIntensityAnalyzer() and I got the same error. Thanks.

from vadersentiment.

cjhutto avatar cjhutto commented on June 19, 2024

Thanks! The new update (with new pip install) has better compatibility support for Python 3 to address many of the encoding/decoding issues. The lexicon dictionary file has been encoded with UTF-8 unicode by default (I hope) for better cross-OS performance. I've also implemented code to automatically detect where the dictionary file is installed (as long as you didn't change it's location relative to where the actual "vaderSentiment.py" file got installed), so you no longer any need to manually put a copy of the dictionary file next to your python file (in the same folder)... from what I can tell, my implementation should work across OSs.

from vadersentiment.

Related Issues (20)

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.