Python Forum
How to recognize negative in a text?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to recognize negative in a text?
#2
There appears to be an interface available for word2vec that allows interface with NLTK
it's located here: https://streamhacker.com/2014/12/29/word2vec-nltk/

then with NLTK, you have the sentiment package that will find all of the negation for you
see: https://www.nltk.org/api/nltk.sentiment.html

I don't know enough about your project, or about word2vec to know if this will be of use or not, but looks like a possibility at any rate.

There's also this article about doing it all, including thesentiment analysis with NLTK, perhaps of vaue to you: https://towardsdatascience.com/a-game-of...8ff9a07e42
Reply


Messages In This Thread
RE: How to recognize negative in a text? - by Larz60+ - Oct-06-2021, 10:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  negative selection algorithm mohammed 0 2,077 May-17-2020, 09:27 PM
Last Post: mohammed
  Read data, recognize trends and send report vin0001 1 2,237 Oct-02-2019, 06:08 AM
Last Post: buran
  Recognize text from number plate Sheheryar 4 3,963 Aug-27-2019, 04:00 AM
Last Post: Sheheryar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020