To perform aspect-based sentiment analysis we first need to extract aspects or say topics short text like tweets. Will techniques like LDA give up to the mark performance for this kind of topic extraction?
LDA, as a supervised learning classifier, will use the extracted features from the text to make a *specific* decision about the examined data. The performance of LDA depends on several factors; hence, to evaluate it, you may look at, e.g., accuracy, confusion, matrix, etc.