Exemple #1
0
    def clean_and_tag(self, data):
        print('Cleaning and tagging', len(data), 'records...')

        return Tagger.batch_perform(Cleaner.batch_perform(data), multiprocessing.cpu_count(), 100)