Rick Spiewak
Rick Spiewak
If you get this on a cpu only system, the above comments should help. If you get this error on a system with a compatible GPU, you may need to...
Yes. Just use a term which has neutral references: import aspect_based_sentiment_analysis as absa nlp = absa.load() text = ("We are great fans of Slack, but we wish the subscriptions "...
I was able to make this work with Python 3.8.8 64-bit version. In this case, I also commented out some google imports, and had to re-install some latest versions after...
As I recall, I upgraded the version of Python I was using in place after downloading this. I then modified the paths to reflect the Python version I wanted, and...
Your question about versions is one for the owners of this repo. I'm simply a user.
Running this code from the readme is working using Python 3.8.8 64-bit with updates as needed to dependencies: import aspect_based_sentiment_analysis as absa nlp = absa.load() text = ("We are great...