def classify(self, text): """Classifies a string of text.""" raise NotImplementedError('Must implement a "classify" method.')