I’m trying out sentiment analysis where I convert the sentence into a Graph with nodes being word embedding and edges being dependency between the two words. I’m still confused how exactly should I pre-process the sentence. For example, removal of stop-words may result in wrong parsing of the sentence.
Is there any thing I can do with the sentence without compromising the quality of parsing process ?
New contributor
Harsh Chauhan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.