def experimentTwoPostLIWC(self): dp = DataProcessor(self.subreddit_list, (self.date1, self.date2), self.base_path) tuples = dp.create_tuples(self.maximum_number_of_comment_pairs, length_restriction=True, minimum_length=10) results_by_subreddit = dp.get_accommodation_stats
def experimentOnePostLIWC(self, liwc_results_file): dp = DataProcessor(self.subreddit_list, (self.date1, self.date2), self.base_path, self.feature_list, self.maximum_number_of_comment_pairs) tuples = dp.create_tuples() results_by_subreddit = dp.get_accommodation_stats(tuples, liwc_results_file)