I have a collection of tweets that express Yes or No opinion about a referendum. I also have two groups of Politicians who support Yes and No. Similarly I have two sets of words which express Yes and No opinions. These words were extracted using graph analysis.
Now I have to decide whether a particular tweet belongs to Yes opinion or No opinion. How can I come up with a Query ?
I have thought of the following to return Yes documents:
(Yes_Politician1 OR Yes_Politician2 OR Yes_Politician3 OR...) AND (Yes_Word1 OR Yes_Word2 OR Yes_Word3....)
Do you think the above query would work? I should also tell that some words might belong to both Yes and No word sets.