So I have basic question which I did not get answered by reading the documentation.
If I want to do text classification (sentiment) about lets say an Articel with a topic. I already have the plain text without the html stuff through python libraries. Is it better to make an analysis about each sentence and then combine the results or just pass the whole text as a string and have already combined result (I have already tried the whole text option with flair and it worked quite well I guess).
The next thing would be how you could check if the sentences are about the asked topic and how to check it.
If you could give me some guidelines or hints how to approach these problems I would be happy.