<How to use NTLK (and spacy) to handle sentiment a...
# community-feeds
r
How to use NTLK (and spacy) to handle sentiment analysis on two topics within one sentence I am new to Python but slowly using available resources to make good progress from a coding perspective. However, I can't find help for a specific use case that I am trying to solve. I have survey comments that I want to analyze using sentiment analysis. I have been able to get Python NLTK and spaCy to process the text for sentiment analysis, but the comments I have are complicated, typically containing two independent thoughts. For example, say I am analyzing text comments about pets and I...